All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: OVMF compile error
       [not found]     ` <20160913093902.GO15958@citrix.com>
@ 2016-09-13  9:41       ` Wei Liu
  2016-09-13 17:12         ` Olaf Hering
  2016-09-14  2:00         ` Chen, Farrah
  0 siblings, 2 replies; 9+ messages in thread
From: Wei Liu @ 2016-09-13  9:41 UTC (permalink / raw)
  To: Chen, Farrah; +Cc: Hao, Xudong, Wei Liu, xen-devel

Really fix the address this time...

On Tue, Sep 13, 2016 at 10:39:02AM +0100, Wei Liu wrote:
> Hi,
> 
> I just realise that your xen-devel address is wrong.
> 
> It should be xen-devel@lists.xen.org.
> 
> On Tue, Sep 13, 2016 at 03:30:51AM +0000, Chen, Farrah wrote:
> > Hi Wei,
> > 
> > We have updated OVMF to the latest master and cleaned everything before rebuilding.
> > 
> > Steps:
> > make clean
> > make xen -j8
> > ./configure --enable-ovmf
> > make tools -j8
> >  
> > Then the error occurred.
> > 
> 
> Can you please attach attach the file that failed to build here?
> 
> Looking at the package name it is likely to be a bug in upstream edk2. I
> think it would be suitable to report it upstream. But I would like to
> check the file first.
> 
> Wei.
> 
> > 
> > Thanks,
> > Fan Chen
> > 
> > 
> > -----Original Message-----
> > From: Wei Liu [mailto:wei.liu2@citrix.com] 
> > Sent: Monday, September 12, 2016 3:53 PM
> > To: Chen, Farrah <farrah.chen@intel.com>
> > Cc: xen-devel-request@lists.xen.org; Hao, Xudong <xudong.hao@intel.com>; wei.liu2@citrix.com
> > Subject: Re: OVMF compile error
> > 
> > Hi
> > 
> > On Mon, Sep 12, 2016 at 07:31:42AM +0000, Chen, Farrah wrote:
> > > Hi,
> > > 
> > > When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.
> > > Bisected and this error occurred from commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2.
> > > 
> > > commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2
> > > Author: Wei Liu <wei.liu2@citrix.com>
> > > Date:   Tue Sep 6 12:54:47 2016 +0100
> > > 
> > >     Config.mk: update OVMF commit
> > > 
> > > Signed-off-by: Wei Liu wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>
> > > 
> > > ………………………………………………………………………………………………………………………………………
> > > 
> > > make_tools.log:
> > > ……
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuE
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandl
> > > erAsm.iii:173: error: invalid combination of opcode and operands
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuE
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandl
> > > erAsm.iii:175: error: invalid combination of opcode and operands
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuE
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandl
> > > erAsm.iii:177: error: invalid combination of opcode and operands
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuE
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandl
> > > erAsm.iii:179: error: invalid combination of opcode and operands
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuE
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandl
> > > erAsm.iii:313: error: invalid combination of opcode and operands
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuE
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandl
> > > erAsm.iii:315: error: invalid combination of opcode and operands
> > > make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
> > > make[7]: *** 
> > > [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmwar
> > > e/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/Cpu
> > > ExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHand
> > > lerAsm.obj] Error 1
> > > 
> > 
> > 
> > There seems to be something wrong with the generated file. It's likely to be a bug in upstream.
> > 
> > How did you compile OVMF? Did you clean everything before rebuilding?
> > Could you try updating OVMF to the latest master?
> > 
> > Wei.
> > 
> > > 
> > > build.py...
> > > : error 7000: Failed to execute command
> > >                 make tbuild 
> > > [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmwar
> > > e/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/Cpu
> > > ExceptionHandlerLib/DxeCpuExceptionHandlerLib]
> > > 
> > > 
> > > build.py...
> > > : error F002: Failed to build module
> > >                 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware
> > > /ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExcep
> > > tionHandlerLib.inf [X64, GCC44, DEBUG]
> > > 
> > > - Failed –
> > > 
> > > 
> > > Best Regards,
> > > Fan Chen
> > > 
> > > 
> > 
> > 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OVMF compile error
  2016-09-13  9:41       ` OVMF compile error Wei Liu
@ 2016-09-13 17:12         ` Olaf Hering
  2016-09-14  1:59           ` Chen, Farrah
  2016-09-14  2:00         ` Chen, Farrah
  1 sibling, 1 reply; 9+ messages in thread
From: Olaf Hering @ 2016-09-13 17:12 UTC (permalink / raw)
  To: Chen, Farrah; +Cc: Hao, Xudong, Wei Liu, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 366 bytes --]

> > > On Mon, Sep 12, 2016 at 07:31:42AM +0000, Chen, Farrah wrote:
> > > > When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.

> > > > erAsm.iii:315: error: invalid combination of opcode and operands

The included nasm package is likely too old, 2.10.something is
required.

Olaf

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 163 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OVMF compile error
  2016-09-13 17:12         ` Olaf Hering
@ 2016-09-14  1:59           ` Chen, Farrah
  2016-09-14 10:02             ` Wei Liu
  0 siblings, 1 reply; 9+ messages in thread
From: Chen, Farrah @ 2016-09-14  1:59 UTC (permalink / raw)
  To: Olaf Hering; +Cc: Hao, Xudong, Wei Liu, xen-devel

Hi

We can try the latest nasm. But there is still a problem that the included nasm package does not work, it works well before xen commit (8c8b6fb02) . Does  RHEL 6.7 still support compiling xen now?


Thanks,
Fan Chen

-----Original Message-----
From: Olaf Hering [mailto:olaf@aepfle.de] 
Sent: Wednesday, September 14, 2016 1:12 AM
To: Chen, Farrah <farrah.chen@intel.com>
Cc: Wei Liu <wei.liu2@citrix.com>; Hao, Xudong <xudong.hao@intel.com>; xen-devel@lists.xen.org
Subject: Re: [Xen-devel] OVMF compile error

> > > On Mon, Sep 12, 2016 at 07:31:42AM +0000, Chen, Farrah wrote:
> > > > When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.

> > > > erAsm.iii:315: error: invalid combination of opcode and operands

The included nasm package is likely too old, 2.10.something is required.

Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OVMF compile error
  2016-09-13  9:41       ` OVMF compile error Wei Liu
  2016-09-13 17:12         ` Olaf Hering
@ 2016-09-14  2:00         ` Chen, Farrah
  1 sibling, 0 replies; 9+ messages in thread
From: Chen, Farrah @ 2016-09-14  2:00 UTC (permalink / raw)
  To: Wei Liu; +Cc: Hao, Xudong, xen-devel

[-- Attachment #1: Type: text/plain, Size: 5975 bytes --]

Thank you so much.

Make tools log is here. I have attached in the first email before.


Thanks,
Fan Chen 


-----Original Message-----
From: Wei Liu [mailto:wei.liu2@citrix.com] 
Sent: Tuesday, September 13, 2016 5:41 PM
To: Chen, Farrah <farrah.chen@intel.com>
Cc: Wei Liu <wei.liu2@citrix.com>; xen-devel@lists.xen.org; Hao, Xudong <xudong.hao@intel.com>
Subject: Re: OVMF compile error

Really fix the address this time...

On Tue, Sep 13, 2016 at 10:39:02AM +0100, Wei Liu wrote:
> Hi,
> 
> I just realise that your xen-devel address is wrong.
> 
> It should be xen-devel@lists.xen.org.
> 
> On Tue, Sep 13, 2016 at 03:30:51AM +0000, Chen, Farrah wrote:
> > Hi Wei,
> > 
> > We have updated OVMF to the latest master and cleaned everything before rebuilding.
> > 
> > Steps:
> > make clean
> > make xen -j8
> > ./configure --enable-ovmf
> > make tools -j8
> >  
> > Then the error occurred.
> > 
> 
> Can you please attach attach the file that failed to build here?
> 
> Looking at the package name it is likely to be a bug in upstream edk2. 
> I think it would be suitable to report it upstream. But I would like 
> to check the file first.
> 
> Wei.
> 
> > 
> > Thanks,
> > Fan Chen
> > 
> > 
> > -----Original Message-----
> > From: Wei Liu [mailto:wei.liu2@citrix.com]
> > Sent: Monday, September 12, 2016 3:53 PM
> > To: Chen, Farrah <farrah.chen@intel.com>
> > Cc: xen-devel-request@lists.xen.org; Hao, Xudong 
> > <xudong.hao@intel.com>; wei.liu2@citrix.com
> > Subject: Re: OVMF compile error
> > 
> > Hi
> > 
> > On Mon, Sep 12, 2016 at 07:31:42AM +0000, Chen, Farrah wrote:
> > > Hi,
> > > 
> > > When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.
> > > Bisected and this error occurred from commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2.
> > > 
> > > commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2
> > > Author: Wei Liu <wei.liu2@citrix.com>
> > > Date:   Tue Sep 6 12:54:47 2016 +0100
> > > 
> > >     Config.mk: update OVMF commit
> > > 
> > > Signed-off-by: Wei Liu 
> > > wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>
> > > 
> > > ………………………………………………………………………………………………………………………………………
> > > 
> > > make_tools.log:
> > > ……
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/
> > > CpuE 
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionH
> > > andl
> > > erAsm.iii:173: error: invalid combination of opcode and operands 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/
> > > CpuE 
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionH
> > > andl
> > > erAsm.iii:175: error: invalid combination of opcode and operands 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/
> > > CpuE 
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionH
> > > andl
> > > erAsm.iii:177: error: invalid combination of opcode and operands 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/
> > > CpuE 
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionH
> > > andl
> > > erAsm.iii:179: error: invalid combination of opcode and operands 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/
> > > CpuE 
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionH
> > > andl
> > > erAsm.iii:313: error: invalid combination of opcode and operands 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/
> > > CpuE 
> > > xceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionH
> > > andl
> > > erAsm.iii:315: error: invalid combination of opcode and operands
> > > make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
> > > make[7]: ***
> > > [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/fir
> > > mwar 
> > > e/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library
> > > /Cpu 
> > > ExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/Exception
> > > Hand
> > > lerAsm.obj] Error 1
> > > 
> > 
> > 
> > There seems to be something wrong with the generated file. It's likely to be a bug in upstream.
> > 
> > How did you compile OVMF? Did you clean everything before rebuilding?
> > Could you try updating OVMF to the latest master?
> > 
> > Wei.
> > 
> > > 
> > > build.py...
> > > : error 7000: Failed to execute command
> > >                 make tbuild
> > > [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/fir
> > > mwar 
> > > e/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library
> > > /Cpu ExceptionHandlerLib/DxeCpuExceptionHandlerLib]
> > > 
> > > 
> > > build.py...
> > > : error F002: Failed to build module
> > >                 
> > > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firm
> > > ware 
> > > /ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuE
> > > xcep tionHandlerLib.inf [X64, GCC44, DEBUG]
> > > 
> > > - Failed –
> > > 
> > > 
> > > Best Regards,
> > > Fan Chen
> > > 
> > > 
> > 
> > 

[-- Attachment #2: make_tools.log --]
[-- Type: application/octet-stream, Size: 733294 bytes --]

make -C tools install
make[1]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C include install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include'
make -C xen-foreign
mkdir -p xen/libelf
mkdir -p xen-xsm/flask
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/COPYING xen
cd /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/xsm/flask/ && \
		/bin/sh policy/mkflask.sh /bin/awk /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-xsm/flask policy/initial_sids
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86_32.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86_64.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/callback.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/dom0_ops.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/domctl.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/elfnote.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/errno.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/event_channel.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/features.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/gcov.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/grant_table.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/kexec.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/memory.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/nmi.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/physdev.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/platform.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/pmu.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/sched.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/sysctl.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/tmem.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/trace.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/vcpu.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/version.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/vm_event.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xencomm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xen-compat.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xenoprof.h xen
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-arm /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/hvm /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/io /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xsm xen
ln -sf ../xen-sys/Linux xen/sys
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/xen/libelf.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/xen/elfstructs.h xen/libelf/
ln -s ../xen-foreign xen/foreign
touch xen/.dir
touch xen-xsm/.dir
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign'
python mkheader.py arm32 arm32.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py arm64 arm64.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py x86_32 x86_32.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_32.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py x86_64 x86_64.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_64.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkchecker.py checker.c arm32 arm64 x86_32 x86_64
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm64.h.tmp > arm64.h.tmp2
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm32.h.tmp > arm32.h.tmp2
rm arm64.h.tmp
rm arm32.h.tmp
if ! cmp -s arm64.h.tmp2 arm64.h; then mv -f arm64.h.tmp2 arm64.h; else rm -f arm64.h.tmp2; fi
if ! cmp -s arm32.h.tmp2 arm32.h; then mv -f arm32.h.tmp2 arm32.h; else rm -f arm32.h.tmp2; fi
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_64.h.tmp > x86_64.h.tmp2
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_32.h.tmp > x86_32.h.tmp2
rm x86_64.h.tmp
if ! cmp -s x86_64.h.tmp2 x86_64.h; then mv -f x86_64.h.tmp2 x86_64.h; else rm -f x86_64.h.tmp2; fi
rm x86_32.h.tmp
if ! cmp -s x86_32.h.tmp2 x86_32.h; then mv -f x86_32.h.tmp2 x86_32.h; else rm -f x86_32.h.tmp2; fi
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -D__XEN_TOOLS__ -o checker checker.c
./checker > tmp.size
diff -u reference.size tmp.size
rm tmp.size
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/foreign
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/io
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/sys
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/xsm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/COPYING /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-arm/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/foreign/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/foreign
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/io/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/io
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/sys/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/sys
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/xsm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/xsm
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C libs install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C toollog install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
for i in include/xentoollog.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -c -o xtl_core.o xtl_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_logger_stdio.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -c -o xtl_logger_stdio.o xtl_logger_stdio.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -fPIC -c -o xtl_core.opic xtl_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_logger_stdio.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -fPIC -c -o xtl_logger_stdio.opic xtl_logger_stdio.c 
mv headers.chk.new headers.chk
ar rc libxentoollog.a xtl_core.o xtl_logger_stdio.o
gcc    -Wl,-soname -Wl,libxentoollog.so.1 -shared -Wl,--version-script=libxentoollog.map -o libxentoollog.so.1.0 xtl_core.opic xtl_logger_stdio.opic 
ln -sf libxentoollog.so.1.0 libxentoollog.so.1
ln -sf libxentoollog.so.1 libxentoollog.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0755 -p libxentoollog.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0644 -p libxentoollog.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxentoollog.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxentoollog.so.1
ln -sf libxentoollog.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxentoollog.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0644 -p include/xentoollog.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C evtchn install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
for i in include/xenevtchn.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
gcc    -Wl,-soname -Wl,libxenevtchn.so.1 -shared -Wl,--version-script=libxenevtchn.map -o libxenevtchn.so.1.0 core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/libxentoollog.so 
ar rc libxenevtchn.a core.o linux.o
ln -sf libxenevtchn.so.1.0 libxenevtchn.so.1
ln -sf libxenevtchn.so.1 libxenevtchn.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0755 -p libxenevtchn.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0644 -p libxenevtchn.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenevtchn.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenevtchn.so.1
ln -sf libxenevtchn.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenevtchn.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0644 -p include/xenevtchn.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C gnttab install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
for i in include/xengnttab.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gnttab_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o gnttab_core.o gnttab_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gntshr_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o gntshr_core.o gntshr_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gnttab_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gnttab_core.opic gnttab_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gntshr_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gntshr_core.opic gntshr_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
gcc    -Wl,-soname -Wl,libxengnttab.so.1 -shared -Wl,--version-script=libxengnttab.map -o libxengnttab.so.1.0 gnttab_core.opic gntshr_core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/libxentoollog.so 
ar rc libxengnttab.a gnttab_core.o gntshr_core.o linux.o
ln -sf libxengnttab.so.1.0 libxengnttab.so.1
ln -sf libxengnttab.so.1 libxengnttab.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0755 -p libxengnttab.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0644 -p libxengnttab.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxengnttab.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxengnttab.so.1
ln -sf libxengnttab.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxengnttab.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0644 -p include/xengnttab.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C call install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
for i in include/xencall.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .buffer.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o buffer.o buffer.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .buffer.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o buffer.opic buffer.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
ar rc libxencall.a core.o buffer.o linux.o
gcc    -pthread -Wl,-soname -Wl,libxencall.so.1 -shared -Wl,--version-script=libxencall.map -o libxencall.so.1.0 core.opic buffer.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/libxentoollog.so 
ln -sf libxencall.so.1.0 libxencall.so.1
ln -sf libxencall.so.1 libxencall.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0755 -p libxencall.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0644 -p libxencall.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxencall.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxencall.so.1
ln -sf libxencall.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxencall.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0644 -p include/xencall.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C foreignmemory install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
for i in include/xenforeignmemory.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
ar rc libxenforeignmemory.a core.o linux.o
gcc    -pthread -Wl,-soname -Wl,libxenforeignmemory.so.1 -shared -Wl,--version-script=libxenforeignmemory.map -o libxenforeignmemory.so.1.0 core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/libxentoollog.so 
ln -sf libxenforeignmemory.so.1.0 libxenforeignmemory.so.1
ln -sf libxenforeignmemory.so.1 libxenforeignmemory.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0755 -p libxenforeignmemory.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0644 -p libxenforeignmemory.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenforeignmemory.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenforeignmemory.so.1
ln -sf libxenforeignmemory.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenforeignmemory.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0644 -p include/xenforeignmemory.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C libxc install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
python /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/tools/gen-cpuid.py -i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/include/public/arch-x86/cpufeatureset.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/tools/gen-cpuid.py -o _xc_cpuid_autogen.h.new
if ! cmp -s _xc_cpuid_autogen.h.new _xc_cpuid_autogen.h; then mv -f _xc_cpuid_autogen.h.new _xc_cpuid_autogen.h; else rm -f _xc_cpuid_autogen.h.new; fi
make libs
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
rm -f _paths.h.tmp;  echo "#define sbindir \"/usr/local/sbin\"" >>_paths.h.tmp;  echo "#define bindir \"/usr/local/bin\"" >>_paths.h.tmp;  echo "#define LIBEXEC \"/usr/local/lib/xen\"" >>_paths.h.tmp;  echo "#define LIBEXEC_BIN \"/usr/local/lib/xen/bin\"" >>_paths.h.tmp;  echo "#define libdir \"/usr/local/lib\"" >>_paths.h.tmp;  echo "#define SHAREDIR \"/usr/local/share\"" >>_paths.h.tmp;  echo "#define XENFIRMWAREDIR \"/usr/local/lib/xen/boot\"" >>_paths.h.tmp;  echo "#define XEN_CONFIG_DIR \"/etc/xen\"" >>_paths.h.tmp;  echo "#define XEN_SCRIPT_DIR \"/etc/xen/scripts\"" >>_paths.h.tmp;  echo "#define XEN_LOCK_DIR \"/var/lock\"" >>_paths.h.tmp;  echo "#define XEN_RUN_DIR \"/var/run/xen\"" >>_paths.h.tmp;  echo "#define XEN_PAGING_DIR \"/var/lib/xen/xenpaging\"" >>_paths.h.tmp;  echo "#define XEN_DUMP_DIR \"/var/lib/xen/dump\"" >>_paths.h.tmp;  echo "#define XEN_LOG_DIR \"/var/log/xen\"" >>_paths.h.tmp;  echo "#define XEN_LIB_DIR \"/var/lib/xen\"" >>_paths.h.tmp;  echo "#define XEN_RUN_STORED \"/var/run/xenstored\"" >>_paths.h.tmp; 	if ! cmp -s _paths.h.tmp _paths.h; then mv -f _paths.h.tmp _paths.h; else rm -f _paths.h.tmp; fi
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_altp2m.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_altp2m.o xc_altp2m.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_core.o xc_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_core_x86.o xc_core_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpupool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpupool.o xc_cpupool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_domain.o xc_domain.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_evtchn.o xc_evtchn.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_gnttab.o xc_gnttab.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_misc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_misc.o xc_misc.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_flask.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_flask.o xc_flask.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_physdev.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_physdev.o xc_physdev.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_private.o xc_private.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_csched.o xc_csched.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched2.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_csched2.o xc_csched2.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_arinc653.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_arinc653.o xc_arinc653.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_rt.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_rt.o xc_rt.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tbuf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_tbuf.o xc_tbuf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_pm.o xc_pm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpu_hotplug.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpu_hotplug.o xc_cpu_hotplug.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resume.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_resume.o xc_resume.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tmem.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_tmem.o xc_tmem.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_vm_event.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_vm_event.o xc_vm_event.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_monitor.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_monitor.o xc_monitor.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_paging.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_mem_paging.o xc_mem_paging.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_access.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_mem_access.o xc_mem_access.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_memshr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_memshr.o xc_memshr.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_hcall_buf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_hcall_buf.o xc_hcall_buf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_foreign_memory.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_foreign_memory.o xc_foreign_memory.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_kexec.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_kexec.o xc_kexec.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resource.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_resource.o xc_resource.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_psr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_psr.o xc_psr.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pagetab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_pagetab.o xc_pagetab.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_linux.o xc_linux.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_evtchn_compat.o xc_evtchn_compat.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_gnttab_compat.o xc_gnttab_compat.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_altp2m.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_altp2m.opic xc_altp2m.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_core.opic xc_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_core_x86.opic xc_core_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpupool.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpupool.opic xc_cpupool.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_domain.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_domain.opic xc_domain.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_evtchn.opic xc_evtchn.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_gnttab.opic xc_gnttab.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_misc.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_misc.opic xc_misc.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_flask.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_flask.opic xc_flask.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_physdev.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_physdev.opic xc_physdev.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_private.opic xc_private.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_csched.opic xc_csched.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched2.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_csched2.opic xc_csched2.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_arinc653.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_arinc653.opic xc_arinc653.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_rt.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_rt.opic xc_rt.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tbuf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_tbuf.opic xc_tbuf.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_pm.opic xc_pm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpu_hotplug.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpu_hotplug.opic xc_cpu_hotplug.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resume.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_resume.opic xc_resume.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tmem.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_tmem.opic xc_tmem.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_vm_event.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_vm_event.opic xc_vm_event.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_monitor.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_monitor.opic xc_monitor.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_paging.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_mem_paging.opic xc_mem_paging.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_access.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_mem_access.opic xc_mem_access.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_memshr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_memshr.opic xc_memshr.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_hcall_buf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_hcall_buf.opic xc_hcall_buf.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_foreign_memory.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_foreign_memory.opic xc_foreign_memory.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_kexec.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_kexec.opic xc_kexec.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resource.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_resource.opic xc_resource.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_psr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_psr.opic xc_psr.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pagetab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_pagetab.opic xc_pagetab.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_linux.opic xc_linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_evtchn_compat.opic xc_evtchn_compat.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_gnttab_compat.opic xc_gnttab_compat.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xg_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xg_private.o xg_private.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_suspend.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_suspend.o xc_suspend.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common.o xc_sr_common.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common_x86.o xc_sr_common_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common_x86_pv.o xc_sr_common_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore_x86_pv.o xc_sr_restore_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore_x86_hvm.o xc_sr_restore_x86_hvm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save_x86_pv.o xc_sr_save_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save_x86_hvm.o xc_sr_save_x86_hvm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore.o xc_sr_restore.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save.o xc_sr_save.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_offline_page.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_offline_page.o xc_offline_page.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_compression.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_compression.o xc_compression.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-tools.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-tools.o ../../xen/common/libelf/libelf-tools.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-loader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-loader.o ../../xen/common/libelf/libelf-loader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-dominfo.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-dominfo.o ../../xen/common/libelf/libelf-dominfo.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_core.o xc_dom_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_boot.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_boot.o xc_dom_boot.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_elfloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_elfloader.o xc_dom_elfloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_bzimageloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -DHAVE_BZLIB  -c -o xc_dom_bzimageloader.o xc_dom_bzimageloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_decompress_lz4.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_decompress_lz4.o xc_dom_decompress_lz4.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_hvmloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_hvmloader.o xc_dom_hvmloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_binloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_binloader.o xc_dom_binloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_compat_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_compat_linux.o xc_dom_compat_linux.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_x86.o xc_dom_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpuid_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpuid_x86.o xc_cpuid_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xg_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xg_private.opic xg_private.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_suspend.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_suspend.opic xc_suspend.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common.opic xc_sr_common.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common_x86.opic xc_sr_common_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common_x86_pv.opic xc_sr_common_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore_x86_pv.opic xc_sr_restore_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore_x86_hvm.opic xc_sr_restore_x86_hvm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save_x86_pv.opic xc_sr_save_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save_x86_hvm.opic xc_sr_save_x86_hvm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore.opic xc_sr_restore.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save.opic xc_sr_save.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_offline_page.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_offline_page.opic xc_offline_page.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_compression.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_compression.opic xc_compression.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-tools.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-tools.opic ../../xen/common/libelf/libelf-tools.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-loader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-loader.opic ../../xen/common/libelf/libelf-loader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-dominfo.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-dominfo.opic ../../xen/common/libelf/libelf-dominfo.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_core.opic xc_dom_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_boot.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_boot.opic xc_dom_boot.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_elfloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_elfloader.opic xc_dom_elfloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_bzimageloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -DHAVE_BZLIB  -fPIC -c -o xc_dom_bzimageloader.opic xc_dom_bzimageloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_decompress_lz4.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_decompress_lz4.opic xc_dom_decompress_lz4.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_hvmloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_hvmloader.opic xc_dom_hvmloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_binloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_binloader.opic xc_dom_binloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_compat_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_compat_linux.opic xc_dom_compat_linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_x86.opic xc_dom_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpuid_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpuid_x86.opic xc_cpuid_x86.c 
ar rc libxenctrl.a xc_altp2m.o xc_core.o xc_core_x86.o xc_cpupool.o xc_domain.o xc_evtchn.o xc_gnttab.o xc_misc.o xc_flask.o xc_physdev.o xc_private.o xc_csched.o xc_csched2.o xc_arinc653.o xc_rt.o xc_tbuf.o xc_pm.o xc_cpu_hotplug.o xc_resume.o xc_tmem.o xc_vm_event.o xc_monitor.o xc_mem_paging.o xc_mem_access.o xc_memshr.o xc_hcall_buf.o xc_foreign_memory.o xc_kexec.o xc_resource.o xc_psr.o xc_pagetab.o xc_linux.o xc_evtchn_compat.o xc_gnttab_compat.o
gcc    -pthread -Wl,-soname -Wl,libxenctrl.so.4.8 -shared -o libxenctrl.so.4.8.0 xc_altp2m.opic xc_core.opic xc_core_x86.opic xc_cpupool.opic xc_domain.opic xc_evtchn.opic xc_gnttab.opic xc_misc.opic xc_flask.opic xc_physdev.opic xc_private.opic xc_csched.opic xc_csched2.opic xc_arinc653.opic xc_rt.opic xc_tbuf.opic xc_pm.opic xc_cpu_hotplug.opic xc_resume.opic xc_tmem.opic xc_vm_event.opic xc_monitor.opic xc_mem_paging.opic xc_mem_access.opic xc_memshr.opic xc_hcall_buf.opic xc_foreign_memory.opic xc_kexec.opic xc_resource.opic xc_psr.opic xc_pagetab.opic xc_linux.opic xc_evtchn_compat.opic xc_gnttab_compat.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/libxentoollog.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/libxengnttab.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/libxengnttab.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/libxencall.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/libxenforeignmemory.so  
ar rc libxenguest.a xg_private.o xc_suspend.o xc_sr_common.o xc_sr_common_x86.o xc_sr_common_x86_pv.o xc_sr_restore_x86_pv.o xc_sr_restore_x86_hvm.o xc_sr_save_x86_pv.o xc_sr_save_x86_hvm.o xc_sr_restore.o xc_sr_save.o xc_offline_page.o xc_compression.o libelf-tools.o libelf-loader.o libelf-dominfo.o xc_dom_core.o xc_dom_boot.o xc_dom_elfloader.o xc_dom_bzimageloader.o xc_dom_decompress_lz4.o xc_dom_hvmloader.o xc_dom_binloader.o xc_dom_compat_linux.o xc_dom_x86.o xc_cpuid_x86.o
ln -sf libxenctrl.so.4.8.0 libxenctrl.so.4.8
ln -sf libxenctrl.so.4.8 libxenctrl.so
gcc    -Wl,-soname -Wl,libxenguest.so.4.8 -shared -o libxenguest.so.4.8.0 xg_private.opic xc_suspend.opic xc_sr_common.opic xc_sr_common_x86.opic xc_sr_common_x86_pv.opic xc_sr_restore_x86_pv.opic xc_sr_restore_x86_hvm.opic xc_sr_save_x86_pv.opic xc_sr_save_x86_hvm.opic xc_sr_restore.opic xc_sr_save.opic xc_offline_page.opic xc_compression.opic libelf-tools.opic libelf-loader.opic libelf-dominfo.opic xc_dom_core.opic xc_dom_boot.opic xc_dom_elfloader.opic xc_dom_bzimageloader.opic xc_dom_decompress_lz4.opic xc_dom_hvmloader.opic xc_dom_binloader.opic xc_dom_compat_linux.opic xc_dom_x86.opic xc_cpuid_x86.opic -lbz2 -lz /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libxc/libxenctrl.so  
ln -sf libxenguest.so.4.8.0 libxenguest.so.4.8
ln -sf libxenguest.so.4.8 libxenguest.so
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0755 -p libxenctrl.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p libxenctrl.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenctrl.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenctrl.so.4.8
ln -sf libxenctrl.so.4.8 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenctrl.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p include/xenctrl.h include/xenctrl_compat.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0755 -p libxenguest.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p libxenguest.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenguest.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenguest.so.4.8
ln -sf libxenguest.so.4.8 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenguest.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p include/xenguest.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C flask install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make -C utils install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .loadpolicy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o loadpolicy.o loadpolicy.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .setenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o setenforce.o setenforce.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .getenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o getenforce.o getenforce.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .label-pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o label-pci.o label-pci.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .get-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o get-bool.o get-bool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .set-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o set-bool.o set-bool.c 
gcc    getenforce.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-getenforce
gcc    loadpolicy.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-loadpolicy
gcc    setenforce.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-setenforce
gcc    set-bool.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-set-bool
gcc    get-bool.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-get-bool
gcc    label-pci.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-label-pci
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/cross-install -m0755 -p flask-loadpolicy flask-setenforce flask-getenforce flask-label-pci flask-get-bool flask-set-bool /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make -C policy install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy'
m4 -D self_contained_policy -s -D mls_num_sens=16 -D mls_num_cats=256 ../../../xen/xsm/flask/policy/security_classes policy/security_classes ../../../xen/xsm/flask/policy/initial_sids ../../../xen/xsm/flask/policy/access_vectors policy/access_vectors policy/support/misc_macros.spt policy/support/mls_macros.spt policy/mls modules/xen.if policy/global_tunables modules/xen.te modules/dom0.te modules/guest_features.te modules/domU.te modules/isolated_domU.te modules/prot_domU.te modules/nomigrate.te modules/nic_dev.te modules/xenstore.te modules/all_system_role.te modules/vm_role.te policy/users modules/vm_role.cons policy/initial_sids policy/device_contexts > policy.conf
checkpolicy -t Xen -c 24 policy.conf -o xenpolicy-4.8-unstable
checkpolicy:  loading policy configuration from policy.conf
checkpolicy:  policy configuration loaded
checkpolicy:  writing binary representation (version 24) to xenpolicy-4.8-unstable
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install//boot
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy/../../../tools/cross-install -m0644 -p xenpolicy-4.8-unstable /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install//boot
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xenstore install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstore_client.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xenstore_client.o xenstore_client.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -DUSE_PTHREAD  -fPIC -c -o xs.opic xs.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_lib.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -fPIC -c -o xs_lib.opic xs_lib.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstore_control.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xenstore_control.o xenstore_control.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xs.o xs.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_lib.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xs_lib.o xs_lib.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_tdb_dump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xs_tdb_dump.o xs_tdb_dump.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .utils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o utils.o utils.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .tdb.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o tdb.o tdb.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .talloc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o talloc.o talloc.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_core.o xenstored_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_watch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_watch.o xenstored_watch.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_domain.o xenstored_domain.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_transaction.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_transaction.o xenstored_transaction.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .hashtable.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o hashtable.o hashtable.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_posix.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_posix.o xenstored_posix.c 
gcc     -pthread -Wl,-soname -Wl,libxenstore.so.3.0 -shared -o libxenstore.so.3.0.3 xs.opic xs_lib.opic   
ar rcs libxenstore.a xs.o xs_lib.o
ln -sf libxenstore.so.3.0.3 libxenstore.so.3.0
ln -sf libxenstore.so.3.0 libxenstore.so
gcc xenstore_client.o     -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/xenstore/libxenstore.so  -o xenstore 
gcc xenstore_control.o     -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/xenstore/libxenstore.so  -o xenstore-control 
ln -f xenstore xenstore-exists
ln -f xenstore xenstore-list
ln -f xenstore xenstore-read
ln -f xenstore xenstore-rm
ln -f xenstore xenstore-chmod
ln -f xenstore xenstore-write
ln -f xenstore xenstore-ls
ln -f xenstore xenstore-watch
gcc xs_tdb_dump.o utils.o tdb.o talloc.o     -o xs_tdb_dump 
gcc xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o tdb.o hashtable.o xenstored_posix.o     /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/libxengnttab.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/libxenctrl.so  -o xenstored 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/var/lib/xenstored
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstored /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstore-control /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstore /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
set -e ; for c in xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod xenstore-write xenstore-ls xenstore-watch ; do \
		ln -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin/xenstore /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin/${c} ; \
	done
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p libxenstore.so.3.0.3 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenstore.so.3.0.3 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenstore.so.3.0
ln -sf libxenstore.so.3.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenstore.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p libxenstore.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat/xs.h
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat/xs_lib.h
ln -sf xenstore-compat/xs.h  /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xs.h
ln -sf xenstore-compat/xs_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xs_lib.h
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C misc install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-cpuid.o xen-cpuid.c 
gcc -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-detect.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include      xen-detect.c   -o xen-detect
gcc -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-tmem-list-parse.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include      xen-tmem-list-parse.c   -o xen-tmem-list-parse
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xencov.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xencov.o xencov.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenlockprof.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenlockprof.o xenlockprof.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenperf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenperf.o xenperf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenpm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenpm.o xenpm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenwatchdogd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenwatchdogd.o xenwatchdogd.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-livepatch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-livepatch.o xen-livepatch.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hptool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hptool.o xen-hptool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hvmcrash.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hvmcrash.o xen-hvmcrash.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hvmctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hvmctx.o xen-hvmctx.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-lowmemd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-lowmemd.o xen-lowmemd.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-mfndump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-mfndump.o xen-mfndump.c 
gcc    -o xen-cpuid xen-cpuid.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so 
gcc    -o xencov xencov.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenlockprof xenlockprof.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenperf xenperf.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenpm xenpm.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenwatchdogd xenwatchdogd.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-livepatch xen-livepatch.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-lowmemd xen-lowmemd.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/libxenstore.so 
gcc    -o xen-hvmcrash xen-hvmcrash.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-hptool xen-hptool.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/libxenstore.so 
gcc    -o xen-mfndump xen-mfndump.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so 
gcc    -o xen-hvmctx xen-hvmctx.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xencons xencov_split xen-cpuid xen-detect /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xen-bugtool xen-ringwatch xen-tmem-list-parse xencov xenlockprof xenperf xenpm xenwatchdogd xen-livepatch xen-hptool xen-hvmcrash xen-hvmctx xen-lowmemd xen-mfndump /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xenpvnetboot /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C examples install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples'
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen
set -e; for i in README README.incompatibilities; \
	    do [ -e /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/$i ] || \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen; \
	done
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/auto ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/auto
set -e; for i in xlexample.hvm xlexample.pvlinux xl.conf cpupool ; \
	    do [ -e /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/$i ] || \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen; \
	done
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C hotplug install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make -C common install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common'
rm -f "hotplugpath.sh".tmp;  echo "sbindir=\"/usr/local/sbin\"" >>"hotplugpath.sh".tmp;  echo "bindir=\"/usr/local/bin\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC=\"/usr/local/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC_BIN=\"/usr/local/lib/xen/bin\"" >>"hotplugpath.sh".tmp;  echo "libdir=\"/usr/local/lib\"" >>"hotplugpath.sh".tmp;  echo "SHAREDIR=\"/usr/local/share\"" >>"hotplugpath.sh".tmp;  echo "XENFIRMWAREDIR=\"/usr/local/lib/xen/boot\"" >>"hotplugpath.sh".tmp;  echo "XEN_CONFIG_DIR=\"/etc/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_SCRIPT_DIR=\"/etc/xen/scripts\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOCK_DIR=\"/var/lock\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_DIR=\"/var/run/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_PAGING_DIR=\"/var/lib/xen/xenpaging\"" >>"hotplugpath.sh".tmp;  echo "XEN_DUMP_DIR=\"/var/lib/xen/dump\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOG_DIR=\"/var/log/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_LIB_DIR=\"/var/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_STORED=\"/var/run/xenstored\"" >>"hotplugpath.sh".tmp; 	if ! cmp -s "hotplugpath.sh".tmp "hotplugpath.sh"; then mv -f "hotplugpath.sh".tmp "hotplugpath.sh"; else rm -f "hotplugpath.sh".tmp; fi
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts
set -e; for i in ; \
	   do \
	   /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -m0755 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
set -e; for i in "hotplugpath.sh"; \
	   do \
	   /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make -C Linux install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux'
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts
set -e; for i in vif-bridge vif-route vif-nat vif-openvswitch vif2 vif-setup block block-enbd block-nbd xen-hotplug-cleanup external-device-migrate vscsi block-iscsi block-tap block-drbd-probe block-dummy  colo-proxy-setup launch-xenstore; \
	    do \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig/xendomains
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xencommons /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xencommons /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig/xencommons
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendriverdomain /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xen-watchdog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
set -e; for i in xen-script-common.sh locking.sh logging.sh xen-hotplug-common.sh xen-network-common.sh vif-common.sh block-common.sh; \
	    do \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xentrace install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenalyze.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenalyze.o xenalyze.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .mread.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o mread.o mread.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xentrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xentrace.o xentrace.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .setsize.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o setsize.o setsize.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenctx.o xenctx.c 
gcc    -o xentrace_setsize setsize.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xentrace xentrace.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xenctx xenctx.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xenalyze xenalyze.o mread.o  
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
[ -z "xenctx" ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xenalyze /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xentrace xentrace_setsize /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xentrace_format /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
[ -z "xenctx" ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xenctx /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xcutils install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .readnotes.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -c -o readnotes.o readnotes.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .lsevtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -c -o lsevtchn.o lsevtchn.c 
gcc    lsevtchn.o -o lsevtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenctrl.so 
gcc    readnotes.o -o readnotes -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenguest.so 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/cross-install -m0755 -p readnotes lsevtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C firmware install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
GIT=git /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/../../scripts/git-checkout.sh git://vt-sync/ovmf.git bc54e50e0fe03c570014f363b547426913e92449 ovmf-dir
GIT=git /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/../../scripts/git-checkout.sh git://vt-sync/seabios.git rel-1.9.3 seabios-dir
Initialized empty Git repository in /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote.tmp/.git/
Initialized empty Git repository in /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote.tmp/.git/
Switched to a new branch 'dummy'
make -C seabios-dir defconfig
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
scripts/kconfig/conf --olddefconfig /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/src/Kconfig
#
# configuration written to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/.config
#
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  Build default config
#
# configuration written to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/.config
#
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
Switched to a new branch 'dummy'
cp ovmf-makefile ovmf-dir/Makefile;
make  CC=gcc PYTHON=python subdirs-all
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make -C ovmf-dir all
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[6]: warning: -jN forced in submake: disabling jobserver mode.
OvmfPkg/build.sh -a X64 -b DEBUG -n 4
Initializing workspace
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
WORKSPACE: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
EDK_TOOLS_PATH: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf
Copying $EDK_TOOLS_PATH/Conf/build_rule.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/build_rule.txt
Copying $EDK_TOOLS_PATH/Conf/tools_def.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/tools_def.txt
Copying $EDK_TOOLS_PATH/Conf/target.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/target.txt
Building tools no /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/bin directory
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools'
make -C Source/C
Attempting to detect ARCH from 'uname -m': x86_64
Detected ARCH of X64 using uname.
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
mkdir -p .
make -C Common
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
mkdir ../libs 
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  BasePeCoff.c -o BasePeCoff.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  BinderFuncs.c -o BinderFuncs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  CommonLib.c -o CommonLib.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Crc32.c -o Crc32.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Decompress.c -o Decompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiCompress.c -o EfiCompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiUtilityMsgs.c -o EfiUtilityMsgs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  FvLib.c -o FvLib.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  MemoryFile.c -o MemoryFile.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  MyAlloc.c -o MyAlloc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  OsPath.c -o OsPath.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ParseInf.c -o ParseInf.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  PeCoffLoaderEx.c -o PeCoffLoaderEx.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  SimpleFileParsing.c -o SimpleFileParsing.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  StringFuncs.c -o StringFuncs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  TianoCompress.c -o TianoCompress.o
ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
make -C GnuGenBootSector
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GnuGenBootSector'
mkdir ../bin
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GnuGenBootSector.c -o GnuGenBootSector.o
gcc -o ../bin/GnuGenBootSector  GnuGenBootSector.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GnuGenBootSector'
make -C BootSectImage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BootSectImage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  bootsectimage.c -o bootsectimage.o
gcc -o ../bin/BootSectImage  bootsectimage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BootSectImage'
make -C EfiLdrImage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiLdrImage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiLdrImage.c -o EfiLdrImage.o
gcc -o ../bin/EfiLdrImage  EfiLdrImage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiLdrImage'
make -C EfiRom
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiRom.c -o EfiRom.o
gcc -o ../bin/EfiRom  EfiRom.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
make -C GenFfs
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFfs.c -o GenFfs.o
gcc -o ../bin/GenFfs  GenFfs.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
make -C GenFv
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFv.c -o GenFv.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFvInternalLib.c -o GenFvInternalLib.o
gcc -o ../bin/GenFv  GenFv.o GenFvInternalLib.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
make -C GenFw
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFw.c -o GenFw.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ElfConvert.c -o ElfConvert.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Elf32Convert.c -o Elf32Convert.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Elf64Convert.c -o Elf64Convert.o
gcc -o ../bin/GenFw  GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
make -C GenPage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenPage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenPage.c -o GenPage.o
gcc -o ../bin/GenPage  GenPage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenPage'
make -C GenSec
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenSec.c -o GenSec.o
gcc -o ../bin/GenSec  GenSec.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
make -C GenCrc32
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenCrc32.c -o GenCrc32.o
gcc -o ../bin/GenCrc32  GenCrc32.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
make -C GenVtf
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenVtf'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenVtf.c -o GenVtf.o
gcc -o ../bin/GenVtf  GenVtf.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenVtf'
make -C LzmaCompress
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  LzmaCompress.c -o LzmaCompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/Alloc.c -o Sdk/C/Alloc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzFind.c -o Sdk/C/LzFind.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/7zFile.c -o Sdk/C/7zFile.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/7zStream.c -o Sdk/C/7zStream.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/Bra86.c -o Sdk/C/Bra86.o
gcc -o ../bin/LzmaCompress  LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs 
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
make -C Split
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Split'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Split.c -o Split.o
gcc -o ../bin/Split  Split.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Split'
make -C TianoCompress
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  TianoCompress.c -o TianoCompress.o
gcc -o ../bin/TianoCompress  TianoCompress.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
make -C VolInfo
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VolInfo.c -o VolInfo.o
gcc -o ../bin/VolInfo  VolInfo.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
make -C VfrCompile
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/AParser.cpp -o AParser.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/DLexerBase.cpp -o DLexerBase.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
BIN_DIR='.' make -C Pccts/antlr
make[10]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o antlr.o antlr.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o scan.o scan.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o err.o err.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o bits.o bits.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o build.o build.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fset2.o fset2.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fset.o fset.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o gen.o gen.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o globals.o globals.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o hash.o hash.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o lex.o lex.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o main.o main.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o misc.o misc.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o pred.o pred.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o egman.o egman.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o mrhoist.o mrhoist.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fcache.o fcache.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
make[10]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
Antlr parser generator   Version 1.33MR33   1989-2001
VfrSyntax.g, line 1830: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 1835: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 3266: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3275: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3284: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3294: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3324: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3333: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiVfrParser.cpp -o EfiVfrParser.o
BIN_DIR='.' make -C Pccts/dlg
make[10]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o err.o err.c
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o support.o support.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o output.o output.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o relabel.o relabel.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o automata.o automata.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
make[10]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
dlg  Version 1.33MR33   1989-2001

g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrLexer.cpp -o VfrLexer.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   VfrSyntax.cpp -o VfrSyntax.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrFormPkg.cpp -o VfrFormPkg.o
VfrFormPkg.cpp: In member function ‘void CIfrRecordInfoDB::IfrUpdateRecordInfoForDynamicOpcode(BOOLEAN)’:
VfrFormPkg.cpp:1360: warning: deprecated conversion from string constant to ‘CHAR8*’
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrError.cpp -o VfrError.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrUtilityLib.cpp -o VfrUtilityLib.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrCompiler.cpp -o VfrCompiler.o
g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
Finished building BaseTools C Tools with ARCH=X64
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
make -C Source/Python
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
make -C Tests
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
testHelp (TianoCompress.Tests) ... ok
testRandomDataCycles (TianoCompress.Tests) ... ok
test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok
test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok
test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok
test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok
test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok
test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok
test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_ModuleClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PackageClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PlatformClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok
test_Common_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_Common_DataType (CheckPythonSyntax.Tests) ... ok
test_Common_Database (CheckPythonSyntax.Tests) ... ok
test_Common_DecClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_Dictionary (CheckPythonSyntax.Tests) ... ok
test_Common_DscClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspaceBuild (CheckPythonSyntax.Tests) ... ok
test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok
test_Common_Expression (CheckPythonSyntax.Tests) ... ok
test_Common_FdfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_FdfParserLite (CheckPythonSyntax.Tests) ... ok
test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok
test_Common_Identification (CheckPythonSyntax.Tests) ... ok
test_Common_InfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok
test_Common_MigrationUtilities (CheckPythonSyntax.Tests) ... ok
test_Common_Misc (CheckPythonSyntax.Tests) ... ok
test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_Parsing (CheckPythonSyntax.Tests) ... ok
test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok
test_Common_String (CheckPythonSyntax.Tests) ... ok
test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok
test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok
test_Common___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_Check (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok
test_Ecc_Database (CheckPythonSyntax.Tests) ... ok
test_Ecc_Ecc (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok
test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok
test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_c (CheckPythonSyntax.Tests) ... ok
test_Eot_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Eot_Database (CheckPythonSyntax.Tests) ... ok
test_Eot_Eot (CheckPythonSyntax.Tests) ... ok
test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok
test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok
test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Eot_FvImage (CheckPythonSyntax.Tests) ... ok
test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok
test_Eot_Parser (CheckPythonSyntax.Tests) ... ok
test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Eot_Report (CheckPythonSyntax.Tests) ... ok
test_Eot___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_c (CheckPythonSyntax.Tests) ... ok
test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Attribute (CheckPythonSyntax.Tests) ... ok
test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok
test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok
test_GenFds_ComponentStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok
test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok
test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok
test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok
test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok
test_GenFds_Region (CheckPythonSyntax.Tests) ... ok
test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_Section (CheckPythonSyntax.Tests) ... ok
test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Vtf (CheckPythonSyntax.Tests) ... ok
test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok
test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok
test_Table_Table (CheckPythonSyntax.Tests) ... ok
test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok
test_Table_TableDec (CheckPythonSyntax.Tests) ... ok
test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok
test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok
test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok
test_Table_TableFile (CheckPythonSyntax.Tests) ... ok
test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok
test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok
test_Table_TableInf (CheckPythonSyntax.Tests) ... ok
test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok
test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok
test_Table_TableReport (CheckPythonSyntax.Tests) ... ok
test_Table___init__ (CheckPythonSyntax.Tests) ... ok
test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok
test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok
test_Trim_Trim (CheckPythonSyntax.Tests) ... ok
test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok
test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_String (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok
test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok
test_UPT_UPT (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok
test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok
test_build_BuildReport (CheckPythonSyntax.Tests) ... ok
test_build___init__ (CheckPythonSyntax.Tests) ... ok
test_build_build (CheckPythonSyntax.Tests) ... ok
test_sitecustomize (CheckPythonSyntax.Tests) ... ok
test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok
test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok
testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

----------------------------------------------------------------------
Ran 262 tests in 1.686s

OK
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools'
Running edk2 build for OvmfPkgX64
Build environment: Linux-2.6.32-573.el6.x86_64-x86_64-with-redhat-6.7-Santiago
Build start time: 13:05:36, Sep.12 2016

WORKSPACE        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
ECP_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EFI_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf


Architecture(s)  = X64
Build target     = DEBUG
Toolchain        = GCC44

Active Platform          = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.dsc
Flash Image Definition   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.fdf

Processing meta-data ...................... done!
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/PeiHobLib.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.nasmb > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/HobLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
Trim --source-code --convert-hex -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/PeiHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/PeiMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/object_files.lst
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ -l /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.lst -f bin -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ResetVector/Vtf0/ -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf [X64]
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesTablePointerLibIdtStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/./PeiServicesTablePointer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
cp -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.com
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointerLibIdt.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf [X64]
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePcdLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/./PcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/PcdLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/BaseUefiCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/BasePcdLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/./PeiServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem8Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ZeroMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CompareMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CheckSum.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CheckSum.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseDebugPrintErrorLevelLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/./BaseDebugPrintErrorLevelLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CopyMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLibInternal.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./IsZeroBufferWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwitchStack.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwitchStack.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibMmioBuffer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./MemLibGuid.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes32.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes16.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes16.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoHighLevel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LongJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LongJump.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SetJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SetJump.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RShiftU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU32.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x32.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem8.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/BaseIoLibIntrinsic.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultS64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultS64x64.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciCf8LibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/./PciCf8Lib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ModU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ModU64x32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LShiftU64.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciLibCf8Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/./PciLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/PciLib.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/BasePciLibCf8.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeCoffExtraActionLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/./PeCoffExtraActionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ZeroMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/BasePciCf8Lib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet64.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/./BaseExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./BaseRomAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DebugAgentLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/./DebugAgentLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x64Remainder.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./BasePeCoff.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32Remainder.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffGetEntryPointLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/./PeCoffGetEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivS64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivS64x64Remainder.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/BasePeCoffGetEntryPointLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ARShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ARShiftU64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseXApicX2ApicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/./BaseXApicX2ApicLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./BitField.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BitField.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./PeCoffLoaderEx.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CpuDeadLoop.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CpuDeadLoop.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoffLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Cpu.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Cpu.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./LzmaDecompress.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LinkedList.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LinkedList.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=OemHookStatusCodeLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/./OemHookStatusCodeLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SafeString.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SafeString.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/BaseMemoryLibRepStr.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePerformanceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/./PerformanceLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/BasePerformanceLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/./PeiCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/PeiReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseCacheMaintenanceLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/./X86Cache.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/BaseCacheMaintenanceLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeimEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/./PeimEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PcAtSerialPortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/./SerialPortLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./String.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/String.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiPcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/./PeiPcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/PcAtSerialPortLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/./PeiExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseUefiDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/./BaseUefiDecompressLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./FilePaths.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/FilePaths.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuSleep.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Thunk16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiResourcePublicationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/./PeiResourcePublicationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./GuidedSectionExtraction.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Non-existing.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Non-existing.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/BaseCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Math64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Math64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=MtrrLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/./MtrrLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Unaligned.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Unaligned.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgPeiDxe.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiDxe.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/IoLibExAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./BaseAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteGdtr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Thunk.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Thunk.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxBase.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/QemuFwCfgLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/Ia32/InternalGetSpinLockProperties.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32/InternalGetSpinLockProperties.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadGdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/./SynchronizationGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Msr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Msr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/BaseSynchronizationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.S > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86GetInterruptState.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86GetInterruptState.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxePcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/./DxePcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxSave.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxSave.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxRestore.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxRestore.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging64.c
"gcc" -c -x assembler -imacros /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -m64 --64 -melf_x86_64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./PeiMpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./MpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/MpLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiBootServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/./UefiBootServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SwitchStack.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiRuntimeServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/./UefiRuntimeServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SetJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilities.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/LongJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./DxeCoreMemoryProfileLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./Microcode.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/Microcode.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/./DxeCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableDisableInterrupts.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathToText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpInitLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisablePaging64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLibPrint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLibPrint.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/./DxeExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuId.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/HobLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiNotTiano.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiNotTiano.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuIdEx.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathFromText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiDriverModel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiDriverModel.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/DxeReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/./DxeServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./Console.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/Console.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RdRand.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ChkStkGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ChkStkGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
 : error F002: Failed to build module
	/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -
Build end time: 13:06:07, Sep.12 2016
Build total time: 00:00:30

make[6]: *** [build] Error 1
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[5]: *** [subdir-all-ovmf-dir] Error 2
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[4]: *** [subdirs-all] Error 2
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[2]: *** [subdir-install-firmware] Error 2
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make: *** [install-tools] Error 2

[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* OVMF compile error
       [not found] <1B925CC0CD9F3341B32D442251E7E1DC36D93C55@shsmsx102.ccr.corp.intel.com>
       [not found] ` <20160912075301.GJ15958@citrix.com>
@ 2016-09-14  2:00 ` Chen, Farrah
  2016-09-14  2:21 ` Chen, Farrah
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Chen, Farrah @ 2016-09-14  2:00 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao, Xudong, 'wei.liu2@citrix.com', xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3583 bytes --]

Hi,

When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.
Bisected and this error occurred from commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2.

commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2
Author: Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>>
Date:   Tue Sep 6 12:54:47 2016 +0100

    Config.mk: update OVMF commit

Signed-off-by: Wei Liu wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>


We have updated OVMF to the latest master and cleaned everything before rebuilding.



Steps:

make clean

make xen -j8

./configure --enable-ovmf

make tools -j8



Then the error occurred.

.........................................................................................................................................................

make_tools.log:
......
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
: error 7000: Failed to execute command
                make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
: error F002: Failed to build module
                /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -


Best Regards,
Fan Chen



[-- Attachment #1.2: Type: text/html, Size: 8328 bytes --]

[-- Attachment #2: make_tools.log --]
[-- Type: application/octet-stream, Size: 733294 bytes --]

make -C tools install
make[1]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C include install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include'
make -C xen-foreign
mkdir -p xen/libelf
mkdir -p xen-xsm/flask
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/COPYING xen
cd /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/xsm/flask/ && \
		/bin/sh policy/mkflask.sh /bin/awk /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-xsm/flask policy/initial_sids
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86_32.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86_64.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/callback.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/dom0_ops.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/domctl.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/elfnote.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/errno.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/event_channel.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/features.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/gcov.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/grant_table.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/kexec.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/memory.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/nmi.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/physdev.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/platform.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/pmu.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/sched.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/sysctl.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/tmem.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/trace.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/vcpu.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/version.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/vm_event.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xencomm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xen-compat.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xenoprof.h xen
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-arm /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/hvm /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/io /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xsm xen
ln -sf ../xen-sys/Linux xen/sys
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/xen/libelf.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/xen/elfstructs.h xen/libelf/
ln -s ../xen-foreign xen/foreign
touch xen/.dir
touch xen-xsm/.dir
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign'
python mkheader.py arm32 arm32.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py arm64 arm64.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py x86_32 x86_32.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_32.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py x86_64 x86_64.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_64.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkchecker.py checker.c arm32 arm64 x86_32 x86_64
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm64.h.tmp > arm64.h.tmp2
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm32.h.tmp > arm32.h.tmp2
rm arm64.h.tmp
rm arm32.h.tmp
if ! cmp -s arm64.h.tmp2 arm64.h; then mv -f arm64.h.tmp2 arm64.h; else rm -f arm64.h.tmp2; fi
if ! cmp -s arm32.h.tmp2 arm32.h; then mv -f arm32.h.tmp2 arm32.h; else rm -f arm32.h.tmp2; fi
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_64.h.tmp > x86_64.h.tmp2
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_32.h.tmp > x86_32.h.tmp2
rm x86_64.h.tmp
if ! cmp -s x86_64.h.tmp2 x86_64.h; then mv -f x86_64.h.tmp2 x86_64.h; else rm -f x86_64.h.tmp2; fi
rm x86_32.h.tmp
if ! cmp -s x86_32.h.tmp2 x86_32.h; then mv -f x86_32.h.tmp2 x86_32.h; else rm -f x86_32.h.tmp2; fi
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -D__XEN_TOOLS__ -o checker checker.c
./checker > tmp.size
diff -u reference.size tmp.size
rm tmp.size
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/foreign
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/io
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/sys
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/xsm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/COPYING /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-arm/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/foreign/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/foreign
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/io/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/io
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/sys/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/sys
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/xsm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/xsm
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C libs install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C toollog install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
for i in include/xentoollog.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -c -o xtl_core.o xtl_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_logger_stdio.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -c -o xtl_logger_stdio.o xtl_logger_stdio.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -fPIC -c -o xtl_core.opic xtl_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_logger_stdio.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -fPIC -c -o xtl_logger_stdio.opic xtl_logger_stdio.c 
mv headers.chk.new headers.chk
ar rc libxentoollog.a xtl_core.o xtl_logger_stdio.o
gcc    -Wl,-soname -Wl,libxentoollog.so.1 -shared -Wl,--version-script=libxentoollog.map -o libxentoollog.so.1.0 xtl_core.opic xtl_logger_stdio.opic 
ln -sf libxentoollog.so.1.0 libxentoollog.so.1
ln -sf libxentoollog.so.1 libxentoollog.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0755 -p libxentoollog.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0644 -p libxentoollog.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxentoollog.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxentoollog.so.1
ln -sf libxentoollog.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxentoollog.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0644 -p include/xentoollog.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C evtchn install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
for i in include/xenevtchn.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
gcc    -Wl,-soname -Wl,libxenevtchn.so.1 -shared -Wl,--version-script=libxenevtchn.map -o libxenevtchn.so.1.0 core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/libxentoollog.so 
ar rc libxenevtchn.a core.o linux.o
ln -sf libxenevtchn.so.1.0 libxenevtchn.so.1
ln -sf libxenevtchn.so.1 libxenevtchn.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0755 -p libxenevtchn.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0644 -p libxenevtchn.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenevtchn.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenevtchn.so.1
ln -sf libxenevtchn.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenevtchn.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0644 -p include/xenevtchn.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C gnttab install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
for i in include/xengnttab.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gnttab_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o gnttab_core.o gnttab_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gntshr_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o gntshr_core.o gntshr_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gnttab_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gnttab_core.opic gnttab_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gntshr_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gntshr_core.opic gntshr_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
gcc    -Wl,-soname -Wl,libxengnttab.so.1 -shared -Wl,--version-script=libxengnttab.map -o libxengnttab.so.1.0 gnttab_core.opic gntshr_core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/libxentoollog.so 
ar rc libxengnttab.a gnttab_core.o gntshr_core.o linux.o
ln -sf libxengnttab.so.1.0 libxengnttab.so.1
ln -sf libxengnttab.so.1 libxengnttab.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0755 -p libxengnttab.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0644 -p libxengnttab.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxengnttab.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxengnttab.so.1
ln -sf libxengnttab.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxengnttab.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0644 -p include/xengnttab.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C call install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
for i in include/xencall.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .buffer.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o buffer.o buffer.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .buffer.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o buffer.opic buffer.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
ar rc libxencall.a core.o buffer.o linux.o
gcc    -pthread -Wl,-soname -Wl,libxencall.so.1 -shared -Wl,--version-script=libxencall.map -o libxencall.so.1.0 core.opic buffer.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/libxentoollog.so 
ln -sf libxencall.so.1.0 libxencall.so.1
ln -sf libxencall.so.1 libxencall.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0755 -p libxencall.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0644 -p libxencall.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxencall.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxencall.so.1
ln -sf libxencall.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxencall.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0644 -p include/xencall.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C foreignmemory install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
for i in include/xenforeignmemory.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
ar rc libxenforeignmemory.a core.o linux.o
gcc    -pthread -Wl,-soname -Wl,libxenforeignmemory.so.1 -shared -Wl,--version-script=libxenforeignmemory.map -o libxenforeignmemory.so.1.0 core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/libxentoollog.so 
ln -sf libxenforeignmemory.so.1.0 libxenforeignmemory.so.1
ln -sf libxenforeignmemory.so.1 libxenforeignmemory.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0755 -p libxenforeignmemory.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0644 -p libxenforeignmemory.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenforeignmemory.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenforeignmemory.so.1
ln -sf libxenforeignmemory.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenforeignmemory.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0644 -p include/xenforeignmemory.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C libxc install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
python /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/tools/gen-cpuid.py -i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/include/public/arch-x86/cpufeatureset.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/tools/gen-cpuid.py -o _xc_cpuid_autogen.h.new
if ! cmp -s _xc_cpuid_autogen.h.new _xc_cpuid_autogen.h; then mv -f _xc_cpuid_autogen.h.new _xc_cpuid_autogen.h; else rm -f _xc_cpuid_autogen.h.new; fi
make libs
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
rm -f _paths.h.tmp;  echo "#define sbindir \"/usr/local/sbin\"" >>_paths.h.tmp;  echo "#define bindir \"/usr/local/bin\"" >>_paths.h.tmp;  echo "#define LIBEXEC \"/usr/local/lib/xen\"" >>_paths.h.tmp;  echo "#define LIBEXEC_BIN \"/usr/local/lib/xen/bin\"" >>_paths.h.tmp;  echo "#define libdir \"/usr/local/lib\"" >>_paths.h.tmp;  echo "#define SHAREDIR \"/usr/local/share\"" >>_paths.h.tmp;  echo "#define XENFIRMWAREDIR \"/usr/local/lib/xen/boot\"" >>_paths.h.tmp;  echo "#define XEN_CONFIG_DIR \"/etc/xen\"" >>_paths.h.tmp;  echo "#define XEN_SCRIPT_DIR \"/etc/xen/scripts\"" >>_paths.h.tmp;  echo "#define XEN_LOCK_DIR \"/var/lock\"" >>_paths.h.tmp;  echo "#define XEN_RUN_DIR \"/var/run/xen\"" >>_paths.h.tmp;  echo "#define XEN_PAGING_DIR \"/var/lib/xen/xenpaging\"" >>_paths.h.tmp;  echo "#define XEN_DUMP_DIR \"/var/lib/xen/dump\"" >>_paths.h.tmp;  echo "#define XEN_LOG_DIR \"/var/log/xen\"" >>_paths.h.tmp;  echo "#define XEN_LIB_DIR \"/var/lib/xen\"" >>_paths.h.tmp;  echo "#define XEN_RUN_STORED \"/var/run/xenstored\"" >>_paths.h.tmp; 	if ! cmp -s _paths.h.tmp _paths.h; then mv -f _paths.h.tmp _paths.h; else rm -f _paths.h.tmp; fi
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_altp2m.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_altp2m.o xc_altp2m.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_core.o xc_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_core_x86.o xc_core_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpupool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpupool.o xc_cpupool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_domain.o xc_domain.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_evtchn.o xc_evtchn.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_gnttab.o xc_gnttab.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_misc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_misc.o xc_misc.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_flask.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_flask.o xc_flask.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_physdev.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_physdev.o xc_physdev.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_private.o xc_private.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_csched.o xc_csched.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched2.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_csched2.o xc_csched2.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_arinc653.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_arinc653.o xc_arinc653.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_rt.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_rt.o xc_rt.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tbuf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_tbuf.o xc_tbuf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_pm.o xc_pm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpu_hotplug.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpu_hotplug.o xc_cpu_hotplug.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resume.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_resume.o xc_resume.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tmem.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_tmem.o xc_tmem.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_vm_event.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_vm_event.o xc_vm_event.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_monitor.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_monitor.o xc_monitor.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_paging.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_mem_paging.o xc_mem_paging.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_access.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_mem_access.o xc_mem_access.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_memshr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_memshr.o xc_memshr.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_hcall_buf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_hcall_buf.o xc_hcall_buf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_foreign_memory.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_foreign_memory.o xc_foreign_memory.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_kexec.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_kexec.o xc_kexec.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resource.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_resource.o xc_resource.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_psr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_psr.o xc_psr.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pagetab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_pagetab.o xc_pagetab.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_linux.o xc_linux.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_evtchn_compat.o xc_evtchn_compat.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_gnttab_compat.o xc_gnttab_compat.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_altp2m.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_altp2m.opic xc_altp2m.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_core.opic xc_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_core_x86.opic xc_core_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpupool.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpupool.opic xc_cpupool.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_domain.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_domain.opic xc_domain.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_evtchn.opic xc_evtchn.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_gnttab.opic xc_gnttab.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_misc.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_misc.opic xc_misc.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_flask.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_flask.opic xc_flask.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_physdev.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_physdev.opic xc_physdev.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_private.opic xc_private.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_csched.opic xc_csched.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched2.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_csched2.opic xc_csched2.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_arinc653.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_arinc653.opic xc_arinc653.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_rt.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_rt.opic xc_rt.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tbuf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_tbuf.opic xc_tbuf.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_pm.opic xc_pm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpu_hotplug.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpu_hotplug.opic xc_cpu_hotplug.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resume.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_resume.opic xc_resume.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tmem.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_tmem.opic xc_tmem.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_vm_event.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_vm_event.opic xc_vm_event.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_monitor.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_monitor.opic xc_monitor.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_paging.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_mem_paging.opic xc_mem_paging.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_access.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_mem_access.opic xc_mem_access.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_memshr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_memshr.opic xc_memshr.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_hcall_buf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_hcall_buf.opic xc_hcall_buf.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_foreign_memory.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_foreign_memory.opic xc_foreign_memory.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_kexec.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_kexec.opic xc_kexec.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resource.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_resource.opic xc_resource.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_psr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_psr.opic xc_psr.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pagetab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_pagetab.opic xc_pagetab.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_linux.opic xc_linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_evtchn_compat.opic xc_evtchn_compat.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_gnttab_compat.opic xc_gnttab_compat.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xg_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xg_private.o xg_private.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_suspend.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_suspend.o xc_suspend.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common.o xc_sr_common.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common_x86.o xc_sr_common_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common_x86_pv.o xc_sr_common_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore_x86_pv.o xc_sr_restore_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore_x86_hvm.o xc_sr_restore_x86_hvm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save_x86_pv.o xc_sr_save_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save_x86_hvm.o xc_sr_save_x86_hvm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore.o xc_sr_restore.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save.o xc_sr_save.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_offline_page.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_offline_page.o xc_offline_page.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_compression.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_compression.o xc_compression.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-tools.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-tools.o ../../xen/common/libelf/libelf-tools.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-loader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-loader.o ../../xen/common/libelf/libelf-loader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-dominfo.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-dominfo.o ../../xen/common/libelf/libelf-dominfo.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_core.o xc_dom_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_boot.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_boot.o xc_dom_boot.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_elfloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_elfloader.o xc_dom_elfloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_bzimageloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -DHAVE_BZLIB  -c -o xc_dom_bzimageloader.o xc_dom_bzimageloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_decompress_lz4.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_decompress_lz4.o xc_dom_decompress_lz4.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_hvmloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_hvmloader.o xc_dom_hvmloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_binloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_binloader.o xc_dom_binloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_compat_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_compat_linux.o xc_dom_compat_linux.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_x86.o xc_dom_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpuid_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpuid_x86.o xc_cpuid_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xg_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xg_private.opic xg_private.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_suspend.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_suspend.opic xc_suspend.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common.opic xc_sr_common.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common_x86.opic xc_sr_common_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common_x86_pv.opic xc_sr_common_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore_x86_pv.opic xc_sr_restore_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore_x86_hvm.opic xc_sr_restore_x86_hvm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save_x86_pv.opic xc_sr_save_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save_x86_hvm.opic xc_sr_save_x86_hvm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore.opic xc_sr_restore.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save.opic xc_sr_save.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_offline_page.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_offline_page.opic xc_offline_page.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_compression.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_compression.opic xc_compression.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-tools.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-tools.opic ../../xen/common/libelf/libelf-tools.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-loader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-loader.opic ../../xen/common/libelf/libelf-loader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-dominfo.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-dominfo.opic ../../xen/common/libelf/libelf-dominfo.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_core.opic xc_dom_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_boot.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_boot.opic xc_dom_boot.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_elfloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_elfloader.opic xc_dom_elfloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_bzimageloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -DHAVE_BZLIB  -fPIC -c -o xc_dom_bzimageloader.opic xc_dom_bzimageloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_decompress_lz4.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_decompress_lz4.opic xc_dom_decompress_lz4.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_hvmloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_hvmloader.opic xc_dom_hvmloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_binloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_binloader.opic xc_dom_binloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_compat_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_compat_linux.opic xc_dom_compat_linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_x86.opic xc_dom_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpuid_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpuid_x86.opic xc_cpuid_x86.c 
ar rc libxenctrl.a xc_altp2m.o xc_core.o xc_core_x86.o xc_cpupool.o xc_domain.o xc_evtchn.o xc_gnttab.o xc_misc.o xc_flask.o xc_physdev.o xc_private.o xc_csched.o xc_csched2.o xc_arinc653.o xc_rt.o xc_tbuf.o xc_pm.o xc_cpu_hotplug.o xc_resume.o xc_tmem.o xc_vm_event.o xc_monitor.o xc_mem_paging.o xc_mem_access.o xc_memshr.o xc_hcall_buf.o xc_foreign_memory.o xc_kexec.o xc_resource.o xc_psr.o xc_pagetab.o xc_linux.o xc_evtchn_compat.o xc_gnttab_compat.o
gcc    -pthread -Wl,-soname -Wl,libxenctrl.so.4.8 -shared -o libxenctrl.so.4.8.0 xc_altp2m.opic xc_core.opic xc_core_x86.opic xc_cpupool.opic xc_domain.opic xc_evtchn.opic xc_gnttab.opic xc_misc.opic xc_flask.opic xc_physdev.opic xc_private.opic xc_csched.opic xc_csched2.opic xc_arinc653.opic xc_rt.opic xc_tbuf.opic xc_pm.opic xc_cpu_hotplug.opic xc_resume.opic xc_tmem.opic xc_vm_event.opic xc_monitor.opic xc_mem_paging.opic xc_mem_access.opic xc_memshr.opic xc_hcall_buf.opic xc_foreign_memory.opic xc_kexec.opic xc_resource.opic xc_psr.opic xc_pagetab.opic xc_linux.opic xc_evtchn_compat.opic xc_gnttab_compat.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/libxentoollog.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/libxengnttab.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/libxengnttab.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/libxencall.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/libxenforeignmemory.so  
ar rc libxenguest.a xg_private.o xc_suspend.o xc_sr_common.o xc_sr_common_x86.o xc_sr_common_x86_pv.o xc_sr_restore_x86_pv.o xc_sr_restore_x86_hvm.o xc_sr_save_x86_pv.o xc_sr_save_x86_hvm.o xc_sr_restore.o xc_sr_save.o xc_offline_page.o xc_compression.o libelf-tools.o libelf-loader.o libelf-dominfo.o xc_dom_core.o xc_dom_boot.o xc_dom_elfloader.o xc_dom_bzimageloader.o xc_dom_decompress_lz4.o xc_dom_hvmloader.o xc_dom_binloader.o xc_dom_compat_linux.o xc_dom_x86.o xc_cpuid_x86.o
ln -sf libxenctrl.so.4.8.0 libxenctrl.so.4.8
ln -sf libxenctrl.so.4.8 libxenctrl.so
gcc    -Wl,-soname -Wl,libxenguest.so.4.8 -shared -o libxenguest.so.4.8.0 xg_private.opic xc_suspend.opic xc_sr_common.opic xc_sr_common_x86.opic xc_sr_common_x86_pv.opic xc_sr_restore_x86_pv.opic xc_sr_restore_x86_hvm.opic xc_sr_save_x86_pv.opic xc_sr_save_x86_hvm.opic xc_sr_restore.opic xc_sr_save.opic xc_offline_page.opic xc_compression.opic libelf-tools.opic libelf-loader.opic libelf-dominfo.opic xc_dom_core.opic xc_dom_boot.opic xc_dom_elfloader.opic xc_dom_bzimageloader.opic xc_dom_decompress_lz4.opic xc_dom_hvmloader.opic xc_dom_binloader.opic xc_dom_compat_linux.opic xc_dom_x86.opic xc_cpuid_x86.opic -lbz2 -lz /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libxc/libxenctrl.so  
ln -sf libxenguest.so.4.8.0 libxenguest.so.4.8
ln -sf libxenguest.so.4.8 libxenguest.so
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0755 -p libxenctrl.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p libxenctrl.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenctrl.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenctrl.so.4.8
ln -sf libxenctrl.so.4.8 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenctrl.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p include/xenctrl.h include/xenctrl_compat.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0755 -p libxenguest.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p libxenguest.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenguest.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenguest.so.4.8
ln -sf libxenguest.so.4.8 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenguest.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p include/xenguest.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C flask install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make -C utils install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .loadpolicy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o loadpolicy.o loadpolicy.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .setenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o setenforce.o setenforce.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .getenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o getenforce.o getenforce.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .label-pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o label-pci.o label-pci.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .get-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o get-bool.o get-bool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .set-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o set-bool.o set-bool.c 
gcc    getenforce.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-getenforce
gcc    loadpolicy.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-loadpolicy
gcc    setenforce.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-setenforce
gcc    set-bool.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-set-bool
gcc    get-bool.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-get-bool
gcc    label-pci.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-label-pci
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/cross-install -m0755 -p flask-loadpolicy flask-setenforce flask-getenforce flask-label-pci flask-get-bool flask-set-bool /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make -C policy install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy'
m4 -D self_contained_policy -s -D mls_num_sens=16 -D mls_num_cats=256 ../../../xen/xsm/flask/policy/security_classes policy/security_classes ../../../xen/xsm/flask/policy/initial_sids ../../../xen/xsm/flask/policy/access_vectors policy/access_vectors policy/support/misc_macros.spt policy/support/mls_macros.spt policy/mls modules/xen.if policy/global_tunables modules/xen.te modules/dom0.te modules/guest_features.te modules/domU.te modules/isolated_domU.te modules/prot_domU.te modules/nomigrate.te modules/nic_dev.te modules/xenstore.te modules/all_system_role.te modules/vm_role.te policy/users modules/vm_role.cons policy/initial_sids policy/device_contexts > policy.conf
checkpolicy -t Xen -c 24 policy.conf -o xenpolicy-4.8-unstable
checkpolicy:  loading policy configuration from policy.conf
checkpolicy:  policy configuration loaded
checkpolicy:  writing binary representation (version 24) to xenpolicy-4.8-unstable
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install//boot
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy/../../../tools/cross-install -m0644 -p xenpolicy-4.8-unstable /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install//boot
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xenstore install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstore_client.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xenstore_client.o xenstore_client.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -DUSE_PTHREAD  -fPIC -c -o xs.opic xs.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_lib.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -fPIC -c -o xs_lib.opic xs_lib.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstore_control.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xenstore_control.o xenstore_control.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xs.o xs.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_lib.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xs_lib.o xs_lib.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_tdb_dump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xs_tdb_dump.o xs_tdb_dump.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .utils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o utils.o utils.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .tdb.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o tdb.o tdb.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .talloc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o talloc.o talloc.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_core.o xenstored_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_watch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_watch.o xenstored_watch.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_domain.o xenstored_domain.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_transaction.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_transaction.o xenstored_transaction.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .hashtable.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o hashtable.o hashtable.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_posix.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_posix.o xenstored_posix.c 
gcc     -pthread -Wl,-soname -Wl,libxenstore.so.3.0 -shared -o libxenstore.so.3.0.3 xs.opic xs_lib.opic   
ar rcs libxenstore.a xs.o xs_lib.o
ln -sf libxenstore.so.3.0.3 libxenstore.so.3.0
ln -sf libxenstore.so.3.0 libxenstore.so
gcc xenstore_client.o     -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/xenstore/libxenstore.so  -o xenstore 
gcc xenstore_control.o     -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/xenstore/libxenstore.so  -o xenstore-control 
ln -f xenstore xenstore-exists
ln -f xenstore xenstore-list
ln -f xenstore xenstore-read
ln -f xenstore xenstore-rm
ln -f xenstore xenstore-chmod
ln -f xenstore xenstore-write
ln -f xenstore xenstore-ls
ln -f xenstore xenstore-watch
gcc xs_tdb_dump.o utils.o tdb.o talloc.o     -o xs_tdb_dump 
gcc xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o tdb.o hashtable.o xenstored_posix.o     /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/libxengnttab.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/libxenctrl.so  -o xenstored 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/var/lib/xenstored
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstored /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstore-control /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstore /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
set -e ; for c in xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod xenstore-write xenstore-ls xenstore-watch ; do \
		ln -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin/xenstore /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin/${c} ; \
	done
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p libxenstore.so.3.0.3 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenstore.so.3.0.3 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenstore.so.3.0
ln -sf libxenstore.so.3.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenstore.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p libxenstore.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat/xs.h
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat/xs_lib.h
ln -sf xenstore-compat/xs.h  /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xs.h
ln -sf xenstore-compat/xs_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xs_lib.h
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C misc install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-cpuid.o xen-cpuid.c 
gcc -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-detect.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include      xen-detect.c   -o xen-detect
gcc -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-tmem-list-parse.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include      xen-tmem-list-parse.c   -o xen-tmem-list-parse
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xencov.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xencov.o xencov.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenlockprof.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenlockprof.o xenlockprof.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenperf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenperf.o xenperf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenpm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenpm.o xenpm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenwatchdogd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenwatchdogd.o xenwatchdogd.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-livepatch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-livepatch.o xen-livepatch.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hptool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hptool.o xen-hptool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hvmcrash.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hvmcrash.o xen-hvmcrash.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hvmctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hvmctx.o xen-hvmctx.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-lowmemd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-lowmemd.o xen-lowmemd.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-mfndump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-mfndump.o xen-mfndump.c 
gcc    -o xen-cpuid xen-cpuid.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so 
gcc    -o xencov xencov.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenlockprof xenlockprof.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenperf xenperf.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenpm xenpm.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenwatchdogd xenwatchdogd.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-livepatch xen-livepatch.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-lowmemd xen-lowmemd.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/libxenstore.so 
gcc    -o xen-hvmcrash xen-hvmcrash.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-hptool xen-hptool.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/libxenstore.so 
gcc    -o xen-mfndump xen-mfndump.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so 
gcc    -o xen-hvmctx xen-hvmctx.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xencons xencov_split xen-cpuid xen-detect /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xen-bugtool xen-ringwatch xen-tmem-list-parse xencov xenlockprof xenperf xenpm xenwatchdogd xen-livepatch xen-hptool xen-hvmcrash xen-hvmctx xen-lowmemd xen-mfndump /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xenpvnetboot /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C examples install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples'
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen
set -e; for i in README README.incompatibilities; \
	    do [ -e /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/$i ] || \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen; \
	done
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/auto ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/auto
set -e; for i in xlexample.hvm xlexample.pvlinux xl.conf cpupool ; \
	    do [ -e /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/$i ] || \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen; \
	done
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C hotplug install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make -C common install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common'
rm -f "hotplugpath.sh".tmp;  echo "sbindir=\"/usr/local/sbin\"" >>"hotplugpath.sh".tmp;  echo "bindir=\"/usr/local/bin\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC=\"/usr/local/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC_BIN=\"/usr/local/lib/xen/bin\"" >>"hotplugpath.sh".tmp;  echo "libdir=\"/usr/local/lib\"" >>"hotplugpath.sh".tmp;  echo "SHAREDIR=\"/usr/local/share\"" >>"hotplugpath.sh".tmp;  echo "XENFIRMWAREDIR=\"/usr/local/lib/xen/boot\"" >>"hotplugpath.sh".tmp;  echo "XEN_CONFIG_DIR=\"/etc/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_SCRIPT_DIR=\"/etc/xen/scripts\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOCK_DIR=\"/var/lock\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_DIR=\"/var/run/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_PAGING_DIR=\"/var/lib/xen/xenpaging\"" >>"hotplugpath.sh".tmp;  echo "XEN_DUMP_DIR=\"/var/lib/xen/dump\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOG_DIR=\"/var/log/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_LIB_DIR=\"/var/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_STORED=\"/var/run/xenstored\"" >>"hotplugpath.sh".tmp; 	if ! cmp -s "hotplugpath.sh".tmp "hotplugpath.sh"; then mv -f "hotplugpath.sh".tmp "hotplugpath.sh"; else rm -f "hotplugpath.sh".tmp; fi
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts
set -e; for i in ; \
	   do \
	   /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -m0755 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
set -e; for i in "hotplugpath.sh"; \
	   do \
	   /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make -C Linux install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux'
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts
set -e; for i in vif-bridge vif-route vif-nat vif-openvswitch vif2 vif-setup block block-enbd block-nbd xen-hotplug-cleanup external-device-migrate vscsi block-iscsi block-tap block-drbd-probe block-dummy  colo-proxy-setup launch-xenstore; \
	    do \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig/xendomains
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xencommons /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xencommons /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig/xencommons
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendriverdomain /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xen-watchdog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
set -e; for i in xen-script-common.sh locking.sh logging.sh xen-hotplug-common.sh xen-network-common.sh vif-common.sh block-common.sh; \
	    do \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xentrace install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenalyze.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenalyze.o xenalyze.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .mread.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o mread.o mread.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xentrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xentrace.o xentrace.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .setsize.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o setsize.o setsize.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenctx.o xenctx.c 
gcc    -o xentrace_setsize setsize.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xentrace xentrace.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xenctx xenctx.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xenalyze xenalyze.o mread.o  
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
[ -z "xenctx" ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xenalyze /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xentrace xentrace_setsize /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xentrace_format /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
[ -z "xenctx" ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xenctx /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xcutils install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .readnotes.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -c -o readnotes.o readnotes.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .lsevtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -c -o lsevtchn.o lsevtchn.c 
gcc    lsevtchn.o -o lsevtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenctrl.so 
gcc    readnotes.o -o readnotes -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenguest.so 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/cross-install -m0755 -p readnotes lsevtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C firmware install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
GIT=git /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/../../scripts/git-checkout.sh git://vt-sync/ovmf.git bc54e50e0fe03c570014f363b547426913e92449 ovmf-dir
GIT=git /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/../../scripts/git-checkout.sh git://vt-sync/seabios.git rel-1.9.3 seabios-dir
Initialized empty Git repository in /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote.tmp/.git/
Initialized empty Git repository in /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote.tmp/.git/
Switched to a new branch 'dummy'
make -C seabios-dir defconfig
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
scripts/kconfig/conf --olddefconfig /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/src/Kconfig
#
# configuration written to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/.config
#
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  Build default config
#
# configuration written to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/.config
#
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
Switched to a new branch 'dummy'
cp ovmf-makefile ovmf-dir/Makefile;
make  CC=gcc PYTHON=python subdirs-all
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make -C ovmf-dir all
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[6]: warning: -jN forced in submake: disabling jobserver mode.
OvmfPkg/build.sh -a X64 -b DEBUG -n 4
Initializing workspace
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
WORKSPACE: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
EDK_TOOLS_PATH: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf
Copying $EDK_TOOLS_PATH/Conf/build_rule.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/build_rule.txt
Copying $EDK_TOOLS_PATH/Conf/tools_def.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/tools_def.txt
Copying $EDK_TOOLS_PATH/Conf/target.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/target.txt
Building tools no /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/bin directory
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools'
make -C Source/C
Attempting to detect ARCH from 'uname -m': x86_64
Detected ARCH of X64 using uname.
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
mkdir -p .
make -C Common
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
mkdir ../libs 
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  BasePeCoff.c -o BasePeCoff.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  BinderFuncs.c -o BinderFuncs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  CommonLib.c -o CommonLib.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Crc32.c -o Crc32.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Decompress.c -o Decompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiCompress.c -o EfiCompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiUtilityMsgs.c -o EfiUtilityMsgs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  FvLib.c -o FvLib.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  MemoryFile.c -o MemoryFile.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  MyAlloc.c -o MyAlloc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  OsPath.c -o OsPath.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ParseInf.c -o ParseInf.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  PeCoffLoaderEx.c -o PeCoffLoaderEx.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  SimpleFileParsing.c -o SimpleFileParsing.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  StringFuncs.c -o StringFuncs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  TianoCompress.c -o TianoCompress.o
ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
make -C GnuGenBootSector
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GnuGenBootSector'
mkdir ../bin
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GnuGenBootSector.c -o GnuGenBootSector.o
gcc -o ../bin/GnuGenBootSector  GnuGenBootSector.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GnuGenBootSector'
make -C BootSectImage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BootSectImage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  bootsectimage.c -o bootsectimage.o
gcc -o ../bin/BootSectImage  bootsectimage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BootSectImage'
make -C EfiLdrImage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiLdrImage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiLdrImage.c -o EfiLdrImage.o
gcc -o ../bin/EfiLdrImage  EfiLdrImage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiLdrImage'
make -C EfiRom
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiRom.c -o EfiRom.o
gcc -o ../bin/EfiRom  EfiRom.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
make -C GenFfs
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFfs.c -o GenFfs.o
gcc -o ../bin/GenFfs  GenFfs.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
make -C GenFv
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFv.c -o GenFv.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFvInternalLib.c -o GenFvInternalLib.o
gcc -o ../bin/GenFv  GenFv.o GenFvInternalLib.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
make -C GenFw
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFw.c -o GenFw.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ElfConvert.c -o ElfConvert.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Elf32Convert.c -o Elf32Convert.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Elf64Convert.c -o Elf64Convert.o
gcc -o ../bin/GenFw  GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
make -C GenPage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenPage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenPage.c -o GenPage.o
gcc -o ../bin/GenPage  GenPage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenPage'
make -C GenSec
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenSec.c -o GenSec.o
gcc -o ../bin/GenSec  GenSec.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
make -C GenCrc32
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenCrc32.c -o GenCrc32.o
gcc -o ../bin/GenCrc32  GenCrc32.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
make -C GenVtf
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenVtf'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenVtf.c -o GenVtf.o
gcc -o ../bin/GenVtf  GenVtf.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenVtf'
make -C LzmaCompress
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  LzmaCompress.c -o LzmaCompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/Alloc.c -o Sdk/C/Alloc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzFind.c -o Sdk/C/LzFind.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/7zFile.c -o Sdk/C/7zFile.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/7zStream.c -o Sdk/C/7zStream.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/Bra86.c -o Sdk/C/Bra86.o
gcc -o ../bin/LzmaCompress  LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs 
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
make -C Split
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Split'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Split.c -o Split.o
gcc -o ../bin/Split  Split.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Split'
make -C TianoCompress
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  TianoCompress.c -o TianoCompress.o
gcc -o ../bin/TianoCompress  TianoCompress.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
make -C VolInfo
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VolInfo.c -o VolInfo.o
gcc -o ../bin/VolInfo  VolInfo.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
make -C VfrCompile
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/AParser.cpp -o AParser.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/DLexerBase.cpp -o DLexerBase.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
BIN_DIR='.' make -C Pccts/antlr
make[10]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o antlr.o antlr.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o scan.o scan.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o err.o err.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o bits.o bits.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o build.o build.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fset2.o fset2.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fset.o fset.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o gen.o gen.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o globals.o globals.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o hash.o hash.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o lex.o lex.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o main.o main.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o misc.o misc.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o pred.o pred.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o egman.o egman.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o mrhoist.o mrhoist.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fcache.o fcache.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
make[10]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
Antlr parser generator   Version 1.33MR33   1989-2001
VfrSyntax.g, line 1830: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 1835: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 3266: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3275: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3284: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3294: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3324: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3333: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiVfrParser.cpp -o EfiVfrParser.o
BIN_DIR='.' make -C Pccts/dlg
make[10]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o err.o err.c
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o support.o support.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o output.o output.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o relabel.o relabel.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o automata.o automata.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
make[10]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
dlg  Version 1.33MR33   1989-2001

g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrLexer.cpp -o VfrLexer.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   VfrSyntax.cpp -o VfrSyntax.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrFormPkg.cpp -o VfrFormPkg.o
VfrFormPkg.cpp: In member function ‘void CIfrRecordInfoDB::IfrUpdateRecordInfoForDynamicOpcode(BOOLEAN)’:
VfrFormPkg.cpp:1360: warning: deprecated conversion from string constant to ‘CHAR8*’
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrError.cpp -o VfrError.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrUtilityLib.cpp -o VfrUtilityLib.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrCompiler.cpp -o VfrCompiler.o
g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
Finished building BaseTools C Tools with ARCH=X64
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
make -C Source/Python
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
make -C Tests
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
testHelp (TianoCompress.Tests) ... ok
testRandomDataCycles (TianoCompress.Tests) ... ok
test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok
test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok
test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok
test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok
test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok
test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok
test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_ModuleClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PackageClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PlatformClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok
test_Common_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_Common_DataType (CheckPythonSyntax.Tests) ... ok
test_Common_Database (CheckPythonSyntax.Tests) ... ok
test_Common_DecClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_Dictionary (CheckPythonSyntax.Tests) ... ok
test_Common_DscClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspaceBuild (CheckPythonSyntax.Tests) ... ok
test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok
test_Common_Expression (CheckPythonSyntax.Tests) ... ok
test_Common_FdfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_FdfParserLite (CheckPythonSyntax.Tests) ... ok
test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok
test_Common_Identification (CheckPythonSyntax.Tests) ... ok
test_Common_InfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok
test_Common_MigrationUtilities (CheckPythonSyntax.Tests) ... ok
test_Common_Misc (CheckPythonSyntax.Tests) ... ok
test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_Parsing (CheckPythonSyntax.Tests) ... ok
test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok
test_Common_String (CheckPythonSyntax.Tests) ... ok
test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok
test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok
test_Common___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_Check (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok
test_Ecc_Database (CheckPythonSyntax.Tests) ... ok
test_Ecc_Ecc (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok
test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok
test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_c (CheckPythonSyntax.Tests) ... ok
test_Eot_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Eot_Database (CheckPythonSyntax.Tests) ... ok
test_Eot_Eot (CheckPythonSyntax.Tests) ... ok
test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok
test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok
test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Eot_FvImage (CheckPythonSyntax.Tests) ... ok
test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok
test_Eot_Parser (CheckPythonSyntax.Tests) ... ok
test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Eot_Report (CheckPythonSyntax.Tests) ... ok
test_Eot___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_c (CheckPythonSyntax.Tests) ... ok
test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Attribute (CheckPythonSyntax.Tests) ... ok
test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok
test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok
test_GenFds_ComponentStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok
test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok
test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok
test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok
test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok
test_GenFds_Region (CheckPythonSyntax.Tests) ... ok
test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_Section (CheckPythonSyntax.Tests) ... ok
test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Vtf (CheckPythonSyntax.Tests) ... ok
test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok
test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok
test_Table_Table (CheckPythonSyntax.Tests) ... ok
test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok
test_Table_TableDec (CheckPythonSyntax.Tests) ... ok
test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok
test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok
test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok
test_Table_TableFile (CheckPythonSyntax.Tests) ... ok
test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok
test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok
test_Table_TableInf (CheckPythonSyntax.Tests) ... ok
test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok
test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok
test_Table_TableReport (CheckPythonSyntax.Tests) ... ok
test_Table___init__ (CheckPythonSyntax.Tests) ... ok
test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok
test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok
test_Trim_Trim (CheckPythonSyntax.Tests) ... ok
test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok
test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_String (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok
test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok
test_UPT_UPT (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok
test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok
test_build_BuildReport (CheckPythonSyntax.Tests) ... ok
test_build___init__ (CheckPythonSyntax.Tests) ... ok
test_build_build (CheckPythonSyntax.Tests) ... ok
test_sitecustomize (CheckPythonSyntax.Tests) ... ok
test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok
test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok
testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

----------------------------------------------------------------------
Ran 262 tests in 1.686s

OK
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools'
Running edk2 build for OvmfPkgX64
Build environment: Linux-2.6.32-573.el6.x86_64-x86_64-with-redhat-6.7-Santiago
Build start time: 13:05:36, Sep.12 2016

WORKSPACE        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
ECP_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EFI_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf


Architecture(s)  = X64
Build target     = DEBUG
Toolchain        = GCC44

Active Platform          = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.dsc
Flash Image Definition   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.fdf

Processing meta-data ...................... done!
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/PeiHobLib.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.nasmb > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/HobLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
Trim --source-code --convert-hex -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/PeiHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/PeiMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/object_files.lst
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ -l /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.lst -f bin -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ResetVector/Vtf0/ -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf [X64]
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesTablePointerLibIdtStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/./PeiServicesTablePointer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
cp -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.com
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointerLibIdt.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf [X64]
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePcdLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/./PcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/PcdLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/BaseUefiCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/BasePcdLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/./PeiServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem8Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ZeroMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CompareMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CheckSum.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CheckSum.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseDebugPrintErrorLevelLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/./BaseDebugPrintErrorLevelLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CopyMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLibInternal.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./IsZeroBufferWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwitchStack.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwitchStack.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibMmioBuffer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./MemLibGuid.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes32.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes16.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes16.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoHighLevel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LongJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LongJump.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SetJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SetJump.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RShiftU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU32.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x32.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem8.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/BaseIoLibIntrinsic.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultS64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultS64x64.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciCf8LibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/./PciCf8Lib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ModU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ModU64x32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LShiftU64.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciLibCf8Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/./PciLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/PciLib.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/BasePciLibCf8.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeCoffExtraActionLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/./PeCoffExtraActionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ZeroMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/BasePciCf8Lib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet64.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/./BaseExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./BaseRomAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DebugAgentLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/./DebugAgentLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x64Remainder.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./BasePeCoff.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32Remainder.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffGetEntryPointLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/./PeCoffGetEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivS64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivS64x64Remainder.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/BasePeCoffGetEntryPointLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ARShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ARShiftU64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseXApicX2ApicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/./BaseXApicX2ApicLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./BitField.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BitField.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./PeCoffLoaderEx.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CpuDeadLoop.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CpuDeadLoop.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoffLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Cpu.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Cpu.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./LzmaDecompress.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LinkedList.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LinkedList.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=OemHookStatusCodeLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/./OemHookStatusCodeLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SafeString.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SafeString.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/BaseMemoryLibRepStr.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePerformanceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/./PerformanceLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/BasePerformanceLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/./PeiCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/PeiReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseCacheMaintenanceLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/./X86Cache.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/BaseCacheMaintenanceLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeimEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/./PeimEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PcAtSerialPortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/./SerialPortLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./String.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/String.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiPcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/./PeiPcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/PcAtSerialPortLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/./PeiExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseUefiDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/./BaseUefiDecompressLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./FilePaths.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/FilePaths.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuSleep.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Thunk16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiResourcePublicationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/./PeiResourcePublicationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./GuidedSectionExtraction.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Non-existing.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Non-existing.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/BaseCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Math64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Math64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=MtrrLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/./MtrrLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Unaligned.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Unaligned.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgPeiDxe.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiDxe.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/IoLibExAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./BaseAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteGdtr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Thunk.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Thunk.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxBase.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/QemuFwCfgLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/Ia32/InternalGetSpinLockProperties.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32/InternalGetSpinLockProperties.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadGdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/./SynchronizationGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Msr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Msr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/BaseSynchronizationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.S > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86GetInterruptState.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86GetInterruptState.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxePcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/./DxePcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxSave.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxSave.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxRestore.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxRestore.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging64.c
"gcc" -c -x assembler -imacros /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -m64 --64 -melf_x86_64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./PeiMpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./MpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/MpLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiBootServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/./UefiBootServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SwitchStack.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiRuntimeServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/./UefiRuntimeServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SetJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilities.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/LongJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./DxeCoreMemoryProfileLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./Microcode.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/Microcode.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/./DxeCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableDisableInterrupts.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathToText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpInitLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisablePaging64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLibPrint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLibPrint.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/./DxeExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuId.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/HobLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiNotTiano.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiNotTiano.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuIdEx.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathFromText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiDriverModel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiDriverModel.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/DxeReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/./DxeServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./Console.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/Console.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RdRand.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ChkStkGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ChkStkGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
 : error F002: Failed to build module
	/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -
Build end time: 13:06:07, Sep.12 2016
Build total time: 00:00:30

make[6]: *** [build] Error 1
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[5]: *** [subdir-all-ovmf-dir] Error 2
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[4]: *** [subdirs-all] Error 2
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[2]: *** [subdir-install-firmware] Error 2
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make: *** [install-tools] Error 2

[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* OVMF compile error
       [not found] <1B925CC0CD9F3341B32D442251E7E1DC36D93C55@shsmsx102.ccr.corp.intel.com>
       [not found] ` <20160912075301.GJ15958@citrix.com>
  2016-09-14  2:00 ` Chen, Farrah
@ 2016-09-14  2:21 ` Chen, Farrah
  2016-09-14  7:07 ` Chen, Farrah
  2016-09-14  7:21 ` Chen, Farrah
  4 siblings, 0 replies; 9+ messages in thread
From: Chen, Farrah @ 2016-09-14  2:21 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao, Xudong, 'wei.liu2@citrix.com', xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3583 bytes --]

Hi,

When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.
Bisected and this error occurred from commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2.

commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2
Author: Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>>
Date:   Tue Sep 6 12:54:47 2016 +0100

    Config.mk: update OVMF commit

Signed-off-by: Wei Liu wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>


We have updated OVMF to the latest master and cleaned everything before rebuilding.



Steps:

make clean

make xen -j8

./configure --enable-ovmf

make tools -j8



Then the error occurred.

.........................................................................................................................................................

make_tools.log:
......
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
: error 7000: Failed to execute command
                make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
: error F002: Failed to build module
                /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -


Best Regards,
Fan Chen



[-- Attachment #1.2: Type: text/html, Size: 8429 bytes --]

[-- Attachment #2: make_tools.log --]
[-- Type: application/octet-stream, Size: 733294 bytes --]

make -C tools install
make[1]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C include install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include'
make -C xen-foreign
mkdir -p xen/libelf
mkdir -p xen-xsm/flask
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/COPYING xen
cd /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/xsm/flask/ && \
		/bin/sh policy/mkflask.sh /bin/awk /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-xsm/flask policy/initial_sids
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86_32.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86_64.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/callback.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/dom0_ops.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/domctl.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/elfnote.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/errno.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/event_channel.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/features.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/gcov.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/grant_table.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/kexec.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/memory.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/nmi.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/physdev.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/platform.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/pmu.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/sched.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/sysctl.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/tmem.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/trace.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/vcpu.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/version.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/vm_event.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xencomm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xen-compat.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xenoprof.h xen
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-x86 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/arch-arm /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/hvm /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/io /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/public/xsm xen
ln -sf ../xen-sys/Linux xen/sys
ln -sf /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/xen/libelf.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../xen/include/xen/elfstructs.h xen/libelf/
ln -s ../xen-foreign xen/foreign
touch xen/.dir
touch xen-xsm/.dir
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign'
python mkheader.py arm32 arm32.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py arm64 arm64.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-arm.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py x86_32 x86_32.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_32.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkheader.py x86_64 x86_64.h.tmp /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen-x86_64.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/arch-x86/xen.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign/../../../xen/include/public/xen.h
python mkchecker.py checker.c arm32 arm64 x86_32 x86_64
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm64.h.tmp > arm64.h.tmp2
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < arm32.h.tmp > arm32.h.tmp2
rm arm64.h.tmp
rm arm32.h.tmp
if ! cmp -s arm64.h.tmp2 arm64.h; then mv -f arm64.h.tmp2 arm64.h; else rm -f arm64.h.tmp2; fi
if ! cmp -s arm32.h.tmp2 arm32.h; then mv -f arm32.h.tmp2 arm32.h; else rm -f arm32.h.tmp2; fi
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
#Avoid mixing an alignment directive with a uint64_t cast or sizeof expression
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_64.h.tmp > x86_64.h.tmp2
sed 's/(__align8__ \(uint64_t\))/(\1)/g' < x86_32.h.tmp > x86_32.h.tmp2
rm x86_64.h.tmp
if ! cmp -s x86_64.h.tmp2 x86_64.h; then mv -f x86_64.h.tmp2 x86_64.h; else rm -f x86_64.h.tmp2; fi
rm x86_32.h.tmp
if ! cmp -s x86_32.h.tmp2 x86_32.h; then mv -f x86_32.h.tmp2 x86_32.h; else rm -f x86_32.h.tmp2; fi
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -D__XEN_TOOLS__ -o checker checker.c
./checker > tmp.size
diff -u reference.size tmp.size
rm tmp.size
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/xen-foreign'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/foreign
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/io
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/sys
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/xsm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/COPYING /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-x86/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-x86/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/arch-arm/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/arch-arm/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/foreign/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/foreign
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/hvm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/hvm
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/io/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/io
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/sys/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/sys
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include/../../tools/cross-install -m0644 -p xen/xsm/*.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xen/xsm
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/include'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C libs install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C toollog install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
for i in include/xentoollog.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -c -o xtl_core.o xtl_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_logger_stdio.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -c -o xtl_logger_stdio.o xtl_logger_stdio.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -fPIC -c -o xtl_core.opic xtl_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xtl_logger_stdio.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include  -fPIC -c -o xtl_logger_stdio.opic xtl_logger_stdio.c 
mv headers.chk.new headers.chk
ar rc libxentoollog.a xtl_core.o xtl_logger_stdio.o
gcc    -Wl,-soname -Wl,libxentoollog.so.1 -shared -Wl,--version-script=libxentoollog.map -o libxentoollog.so.1.0 xtl_core.opic xtl_logger_stdio.opic 
ln -sf libxentoollog.so.1.0 libxentoollog.so.1
ln -sf libxentoollog.so.1 libxentoollog.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0755 -p libxentoollog.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0644 -p libxentoollog.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxentoollog.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxentoollog.so.1
ln -sf libxentoollog.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxentoollog.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog/../../../tools/cross-install -m0644 -p include/xentoollog.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/toollog'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C evtchn install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
for i in include/xenevtchn.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
gcc    -Wl,-soname -Wl,libxenevtchn.so.1 -shared -Wl,--version-script=libxenevtchn.map -o libxenevtchn.so.1.0 core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/libs/toollog/libxentoollog.so 
ar rc libxenevtchn.a core.o linux.o
ln -sf libxenevtchn.so.1.0 libxenevtchn.so.1
ln -sf libxenevtchn.so.1 libxenevtchn.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0755 -p libxenevtchn.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0644 -p libxenevtchn.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenevtchn.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenevtchn.so.1
ln -sf libxenevtchn.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenevtchn.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn/../../../tools/cross-install -m0644 -p include/xenevtchn.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/evtchn'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C gnttab install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
for i in include/xengnttab.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gnttab_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o gnttab_core.o gnttab_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gntshr_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o gntshr_core.o gntshr_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gnttab_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gnttab_core.opic gnttab_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .gntshr_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o gntshr_core.opic gntshr_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
gcc    -Wl,-soname -Wl,libxengnttab.so.1 -shared -Wl,--version-script=libxengnttab.map -o libxengnttab.so.1.0 gnttab_core.opic gntshr_core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/libs/toollog/libxentoollog.so 
ar rc libxengnttab.a gnttab_core.o gntshr_core.o linux.o
ln -sf libxengnttab.so.1.0 libxengnttab.so.1
ln -sf libxengnttab.so.1 libxengnttab.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0755 -p libxengnttab.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0644 -p libxengnttab.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxengnttab.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxengnttab.so.1
ln -sf libxengnttab.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxengnttab.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab/../../../tools/cross-install -m0644 -p include/xengnttab.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/gnttab'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C call install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
for i in include/xencall.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .buffer.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o buffer.o buffer.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .buffer.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o buffer.opic buffer.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
ar rc libxencall.a core.o buffer.o linux.o
gcc    -pthread -Wl,-soname -Wl,libxencall.so.1 -shared -Wl,--version-script=libxencall.map -o libxencall.so.1.0 core.opic buffer.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/libs/toollog/libxentoollog.so 
ln -sf libxencall.so.1.0 libxencall.so.1
ln -sf libxencall.so.1 libxencall.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0755 -p libxencall.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0644 -p libxencall.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxencall.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxencall.so.1
ln -sf libxencall.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxencall.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call/../../../tools/cross-install -m0644 -p include/xencall.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/call'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make -C foreignmemory install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
make libs
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
for i in include/xenforeignmemory.h; do \
	    gcc -x c -ansi -Wall -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include \
	          -S -o /dev/null $i || exit 1; \
	    echo $i; \
	done >headers.chk.new
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -c -o core.o core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -c -o linux.o linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o core.opic core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -Wmissing-prototypes -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/include  -fPIC -c -o linux.opic linux.c 
mv headers.chk.new headers.chk
ar rc libxenforeignmemory.a core.o linux.o
gcc    -pthread -Wl,-soname -Wl,libxenforeignmemory.so.1 -shared -Wl,--version-script=libxenforeignmemory.map -o libxenforeignmemory.so.1.0 core.opic linux.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/libs/toollog/libxentoollog.so 
ln -sf libxenforeignmemory.so.1.0 libxenforeignmemory.so.1
ln -sf libxenforeignmemory.so.1 libxenforeignmemory.so
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0755 -p libxenforeignmemory.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0644 -p libxenforeignmemory.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenforeignmemory.so.1.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenforeignmemory.so.1
ln -sf libxenforeignmemory.so.1 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenforeignmemory.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory/../../../tools/cross-install -m0644 -p include/xenforeignmemory.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs/foreignmemory'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libs'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C libxc install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
python /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/tools/gen-cpuid.py -i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/include/public/arch-x86/cpufeatureset.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../xen/tools/gen-cpuid.py -o _xc_cpuid_autogen.h.new
if ! cmp -s _xc_cpuid_autogen.h.new _xc_cpuid_autogen.h; then mv -f _xc_cpuid_autogen.h.new _xc_cpuid_autogen.h; else rm -f _xc_cpuid_autogen.h.new; fi
make libs
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
rm -f _paths.h.tmp;  echo "#define sbindir \"/usr/local/sbin\"" >>_paths.h.tmp;  echo "#define bindir \"/usr/local/bin\"" >>_paths.h.tmp;  echo "#define LIBEXEC \"/usr/local/lib/xen\"" >>_paths.h.tmp;  echo "#define LIBEXEC_BIN \"/usr/local/lib/xen/bin\"" >>_paths.h.tmp;  echo "#define libdir \"/usr/local/lib\"" >>_paths.h.tmp;  echo "#define SHAREDIR \"/usr/local/share\"" >>_paths.h.tmp;  echo "#define XENFIRMWAREDIR \"/usr/local/lib/xen/boot\"" >>_paths.h.tmp;  echo "#define XEN_CONFIG_DIR \"/etc/xen\"" >>_paths.h.tmp;  echo "#define XEN_SCRIPT_DIR \"/etc/xen/scripts\"" >>_paths.h.tmp;  echo "#define XEN_LOCK_DIR \"/var/lock\"" >>_paths.h.tmp;  echo "#define XEN_RUN_DIR \"/var/run/xen\"" >>_paths.h.tmp;  echo "#define XEN_PAGING_DIR \"/var/lib/xen/xenpaging\"" >>_paths.h.tmp;  echo "#define XEN_DUMP_DIR \"/var/lib/xen/dump\"" >>_paths.h.tmp;  echo "#define XEN_LOG_DIR \"/var/log/xen\"" >>_paths.h.tmp;  echo "#define XEN_LIB_DIR \"/var/lib/xen\"" >>_paths.h.tmp;  echo "#define XEN_RUN_STORED \"/var/run/xenstored\"" >>_paths.h.tmp; 	if ! cmp -s _paths.h.tmp _paths.h; then mv -f _paths.h.tmp _paths.h; else rm -f _paths.h.tmp; fi
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_altp2m.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_altp2m.o xc_altp2m.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_core.o xc_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_core_x86.o xc_core_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpupool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpupool.o xc_cpupool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_domain.o xc_domain.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_evtchn.o xc_evtchn.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_gnttab.o xc_gnttab.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_misc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_misc.o xc_misc.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_flask.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_flask.o xc_flask.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_physdev.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_physdev.o xc_physdev.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_private.o xc_private.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_csched.o xc_csched.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched2.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_csched2.o xc_csched2.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_arinc653.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_arinc653.o xc_arinc653.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_rt.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_rt.o xc_rt.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tbuf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_tbuf.o xc_tbuf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_pm.o xc_pm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpu_hotplug.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpu_hotplug.o xc_cpu_hotplug.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resume.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_resume.o xc_resume.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tmem.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_tmem.o xc_tmem.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_vm_event.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_vm_event.o xc_vm_event.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_monitor.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_monitor.o xc_monitor.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_paging.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_mem_paging.o xc_mem_paging.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_access.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_mem_access.o xc_mem_access.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_memshr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_memshr.o xc_memshr.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_hcall_buf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_hcall_buf.o xc_hcall_buf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_foreign_memory.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_foreign_memory.o xc_foreign_memory.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_kexec.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_kexec.o xc_kexec.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resource.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_resource.o xc_resource.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_psr.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_psr.o xc_psr.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pagetab.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_pagetab.o xc_pagetab.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_linux.o xc_linux.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_evtchn_compat.o xc_evtchn_compat.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab_compat.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_gnttab_compat.o xc_gnttab_compat.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_altp2m.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_altp2m.opic xc_altp2m.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_core.opic xc_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_core_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_core_x86.opic xc_core_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpupool.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpupool.opic xc_cpupool.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_domain.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_domain.opic xc_domain.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_evtchn.opic xc_evtchn.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_gnttab.opic xc_gnttab.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_misc.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_misc.opic xc_misc.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_flask.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_flask.opic xc_flask.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_physdev.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_physdev.opic xc_physdev.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_private.opic xc_private.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_csched.opic xc_csched.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_csched2.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_csched2.opic xc_csched2.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_arinc653.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_arinc653.opic xc_arinc653.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_rt.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_rt.opic xc_rt.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tbuf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_tbuf.opic xc_tbuf.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_pm.opic xc_pm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpu_hotplug.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpu_hotplug.opic xc_cpu_hotplug.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resume.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_resume.opic xc_resume.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_tmem.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_tmem.opic xc_tmem.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_vm_event.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_vm_event.opic xc_vm_event.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_monitor.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_monitor.opic xc_monitor.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_paging.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_mem_paging.opic xc_mem_paging.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_mem_access.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_mem_access.opic xc_mem_access.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_memshr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_memshr.opic xc_memshr.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_hcall_buf.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_hcall_buf.opic xc_hcall_buf.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_foreign_memory.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_foreign_memory.opic xc_foreign_memory.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_kexec.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_kexec.opic xc_kexec.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_resource.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_resource.opic xc_resource.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_psr.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_psr.opic xc_psr.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_pagetab.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_pagetab.opic xc_pagetab.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_linux.opic xc_linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_evtchn_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_evtchn_compat.opic xc_evtchn_compat.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_gnttab_compat.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_gnttab_compat.opic xc_gnttab_compat.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xg_private.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xg_private.o xg_private.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_suspend.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_suspend.o xc_suspend.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common.o xc_sr_common.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common_x86.o xc_sr_common_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_common_x86_pv.o xc_sr_common_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore_x86_pv.o xc_sr_restore_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore_x86_hvm.o xc_sr_restore_x86_hvm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_pv.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save_x86_pv.o xc_sr_save_x86_pv.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_hvm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save_x86_hvm.o xc_sr_save_x86_hvm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_restore.o xc_sr_restore.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_sr_save.o xc_sr_save.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_offline_page.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_offline_page.o xc_offline_page.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_compression.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_compression.o xc_compression.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-tools.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-tools.o ../../xen/common/libelf/libelf-tools.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-loader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-loader.o ../../xen/common/libelf/libelf-loader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-dominfo.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o libelf-dominfo.o ../../xen/common/libelf/libelf-dominfo.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_core.o xc_dom_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_boot.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_boot.o xc_dom_boot.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_elfloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_elfloader.o xc_dom_elfloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_bzimageloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -DHAVE_BZLIB  -c -o xc_dom_bzimageloader.o xc_dom_bzimageloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_decompress_lz4.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_decompress_lz4.o xc_dom_decompress_lz4.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_hvmloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_hvmloader.o xc_dom_hvmloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_binloader.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_binloader.o xc_dom_binloader.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_compat_linux.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_compat_linux.o xc_dom_compat_linux.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_dom_x86.o xc_dom_x86.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpuid_x86.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -c -o xc_cpuid_x86.o xc_cpuid_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xg_private.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xg_private.opic xg_private.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_suspend.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_suspend.opic xc_suspend.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common.opic xc_sr_common.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common_x86.opic xc_sr_common_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_common_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_common_x86_pv.opic xc_sr_common_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore_x86_pv.opic xc_sr_restore_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore_x86_hvm.opic xc_sr_restore_x86_hvm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_pv.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save_x86_pv.opic xc_sr_save_x86_pv.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save_x86_hvm.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save_x86_hvm.opic xc_sr_save_x86_hvm.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_restore.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_restore.opic xc_sr_restore.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_sr_save.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_sr_save.opic xc_sr_save.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_offline_page.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_offline_page.opic xc_offline_page.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_compression.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_compression.opic xc_compression.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-tools.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-tools.opic ../../xen/common/libelf/libelf-tools.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-loader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-loader.opic ../../xen/common/libelf/libelf-loader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .libelf-dominfo.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -Wno-pointer-sign -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o libelf-dominfo.opic ../../xen/common/libelf/libelf-dominfo.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_core.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_core.opic xc_dom_core.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_boot.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_boot.opic xc_dom_boot.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_elfloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_elfloader.opic xc_dom_elfloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_bzimageloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -DHAVE_BZLIB  -fPIC -c -o xc_dom_bzimageloader.opic xc_dom_bzimageloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_decompress_lz4.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_decompress_lz4.opic xc_dom_decompress_lz4.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_hvmloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_hvmloader.opic xc_dom_hvmloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_binloader.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_binloader.opic xc_dom_binloader.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_compat_linux.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_compat_linux.opic xc_dom_compat_linux.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_dom_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_dom_x86.opic xc_dom_x86.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xc_cpuid_x86.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls -D_GNU_SOURCE  -I../../xen/common/libelf -Werror -Wmissing-prototypes -I. -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -D__XEN_TOOLS__ -pthread -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/include  -fPIC -c -o xc_cpuid_x86.opic xc_cpuid_x86.c 
ar rc libxenctrl.a xc_altp2m.o xc_core.o xc_core_x86.o xc_cpupool.o xc_domain.o xc_evtchn.o xc_gnttab.o xc_misc.o xc_flask.o xc_physdev.o xc_private.o xc_csched.o xc_csched2.o xc_arinc653.o xc_rt.o xc_tbuf.o xc_pm.o xc_cpu_hotplug.o xc_resume.o xc_tmem.o xc_vm_event.o xc_monitor.o xc_mem_paging.o xc_mem_access.o xc_memshr.o xc_hcall_buf.o xc_foreign_memory.o xc_kexec.o xc_resource.o xc_psr.o xc_pagetab.o xc_linux.o xc_evtchn_compat.o xc_gnttab_compat.o
gcc    -pthread -Wl,-soname -Wl,libxenctrl.so.4.8 -shared -o libxenctrl.so.4.8.0 xc_altp2m.opic xc_core.opic xc_core_x86.opic xc_cpupool.opic xc_domain.opic xc_evtchn.opic xc_gnttab.opic xc_misc.opic xc_flask.opic xc_physdev.opic xc_private.opic xc_csched.opic xc_csched2.opic xc_arinc653.opic xc_rt.opic xc_tbuf.opic xc_pm.opic xc_cpu_hotplug.opic xc_resume.opic xc_tmem.opic xc_vm_event.opic xc_monitor.opic xc_mem_paging.opic xc_mem_access.opic xc_memshr.opic xc_hcall_buf.opic xc_foreign_memory.opic xc_kexec.opic xc_resource.opic xc_psr.opic xc_pagetab.opic xc_linux.opic xc_evtchn_compat.opic xc_gnttab_compat.opic /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog/libxentoollog.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/libxengnttab.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab/libxengnttab.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call/libxencall.so /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory/libxenforeignmemory.so  
ar rc libxenguest.a xg_private.o xc_suspend.o xc_sr_common.o xc_sr_common_x86.o xc_sr_common_x86_pv.o xc_sr_restore_x86_pv.o xc_sr_restore_x86_hvm.o xc_sr_save_x86_pv.o xc_sr_save_x86_hvm.o xc_sr_restore.o xc_sr_save.o xc_offline_page.o xc_compression.o libelf-tools.o libelf-loader.o libelf-dominfo.o xc_dom_core.o xc_dom_boot.o xc_dom_elfloader.o xc_dom_bzimageloader.o xc_dom_decompress_lz4.o xc_dom_hvmloader.o xc_dom_binloader.o xc_dom_compat_linux.o xc_dom_x86.o xc_cpuid_x86.o
ln -sf libxenctrl.so.4.8.0 libxenctrl.so.4.8
ln -sf libxenctrl.so.4.8 libxenctrl.so
gcc    -Wl,-soname -Wl,libxenguest.so.4.8 -shared -o libxenguest.so.4.8.0 xg_private.opic xc_suspend.opic xc_sr_common.opic xc_sr_common_x86.opic xc_sr_common_x86_pv.opic xc_sr_restore_x86_pv.opic xc_sr_restore_x86_hvm.opic xc_sr_save_x86_pv.opic xc_sr_save_x86_hvm.opic xc_sr_restore.opic xc_sr_save.opic xc_offline_page.opic xc_compression.opic libelf-tools.opic libelf-loader.opic libelf-dominfo.opic xc_dom_core.opic xc_dom_boot.opic xc_dom_elfloader.opic xc_dom_bzimageloader.opic xc_dom_decompress_lz4.opic xc_dom_hvmloader.opic xc_dom_binloader.opic xc_dom_compat_linux.opic xc_dom_x86.opic xc_cpuid_x86.opic -lbz2 -lz /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/libxc/libxenctrl.so  
ln -sf libxenguest.so.4.8.0 libxenguest.so.4.8
ln -sf libxenguest.so.4.8 libxenguest.so
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0755 -p libxenctrl.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p libxenctrl.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenctrl.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenctrl.so.4.8
ln -sf libxenctrl.so.4.8 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenctrl.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p include/xenctrl.h include/xenctrl_compat.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0755 -p libxenguest.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p libxenguest.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenguest.so.4.8.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenguest.so.4.8
ln -sf libxenguest.so.4.8 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenguest.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc/../../tools/cross-install -m0644 -p include/xenguest.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/libxc'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C flask install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make -C utils install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .loadpolicy.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o loadpolicy.o loadpolicy.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .setenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o setenforce.o setenforce.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .getenforce.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o getenforce.o getenforce.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .label-pci.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o label-pci.o label-pci.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .get-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o get-bool.o get-bool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .set-bool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/include -D__XEN_TOOLS__  -c -o set-bool.o set-bool.c 
gcc    getenforce.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-getenforce
gcc    loadpolicy.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-loadpolicy
gcc    setenforce.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-setenforce
gcc    set-bool.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-set-bool
gcc    get-bool.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-get-bool
gcc    label-pci.o  -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/libxc/libxenctrl.so -o flask-label-pci
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils/../../../tools/cross-install -m0755 -p flask-loadpolicy flask-setenforce flask-getenforce flask-label-pci flask-get-bool flask-set-bool /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/utils'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make -C policy install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy'
m4 -D self_contained_policy -s -D mls_num_sens=16 -D mls_num_cats=256 ../../../xen/xsm/flask/policy/security_classes policy/security_classes ../../../xen/xsm/flask/policy/initial_sids ../../../xen/xsm/flask/policy/access_vectors policy/access_vectors policy/support/misc_macros.spt policy/support/mls_macros.spt policy/mls modules/xen.if policy/global_tunables modules/xen.te modules/dom0.te modules/guest_features.te modules/domU.te modules/isolated_domU.te modules/prot_domU.te modules/nomigrate.te modules/nic_dev.te modules/xenstore.te modules/all_system_role.te modules/vm_role.te policy/users modules/vm_role.cons policy/initial_sids policy/device_contexts > policy.conf
checkpolicy -t Xen -c 24 policy.conf -o xenpolicy-4.8-unstable
checkpolicy:  loading policy configuration from policy.conf
checkpolicy:  policy configuration loaded
checkpolicy:  writing binary representation (version 24) to xenpolicy-4.8-unstable
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install//boot
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy/../../../tools/cross-install -m0644 -p xenpolicy-4.8-unstable /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install//boot
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask/policy'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/flask'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xenstore install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstore_client.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xenstore_client.o xenstore_client.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -DUSE_PTHREAD  -fPIC -c -o xs.opic xs.c 
gcc  -DPIC -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_lib.opic.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -fPIC -c -o xs_lib.opic xs_lib.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstore_control.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xenstore_control.o xenstore_control.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xs.o xs.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_lib.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xs_lib.o xs_lib.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xs_tdb_dump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls  -c -o xs_tdb_dump.o xs_tdb_dump.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .utils.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o utils.o utils.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .tdb.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o tdb.o tdb.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .talloc.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o talloc.o talloc.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_core.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_core.o xenstored_core.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_watch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_watch.o xenstored_watch.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_domain.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_domain.o xenstored_domain.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_transaction.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_transaction.o xenstored_transaction.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .hashtable.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o hashtable.o hashtable.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenstored_posix.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I. -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/config.h -I./include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include -D__XEN_TOOLS__ -DXEN_LIB_STORED="\"/var/lib/xenstored\"" -DXEN_RUN_STORED="\"/var/run/xenstored\"" -fno-optimize-sibling-calls -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/include  -c -o xenstored_posix.o xenstored_posix.c 
gcc     -pthread -Wl,-soname -Wl,libxenstore.so.3.0 -shared -o libxenstore.so.3.0.3 xs.opic xs_lib.opic   
ar rcs libxenstore.a xs.o xs_lib.o
ln -sf libxenstore.so.3.0.3 libxenstore.so.3.0
ln -sf libxenstore.so.3.0 libxenstore.so
gcc xenstore_client.o     -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/xenstore/libxenstore.so  -o xenstore 
gcc xenstore_control.o     -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/xenstore/libxenstore.so  -o xenstore-control 
ln -f xenstore xenstore-exists
ln -f xenstore xenstore-list
ln -f xenstore xenstore-read
ln -f xenstore xenstore-rm
ln -f xenstore xenstore-chmod
ln -f xenstore xenstore-write
ln -f xenstore xenstore-ls
ln -f xenstore xenstore-watch
gcc xs_tdb_dump.o utils.o tdb.o talloc.o     -o xs_tdb_dump 
gcc xenstored_core.o xenstored_watch.o xenstored_domain.o xenstored_transaction.o xs_lib.o talloc.o utils.o tdb.o hashtable.o xenstored_posix.o     /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab/libxengnttab.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/libxc/libxenctrl.so  -o xenstored 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/var/lib/xenstored
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstored /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstore-control /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p xenstore /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
set -e ; for c in xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod xenstore-write xenstore-ls xenstore-watch ; do \
		ln -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin/xenstore /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin/${c} ; \
	done
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0755 -p libxenstore.so.3.0.3 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
ln -sf libxenstore.so.3.0.3 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenstore.so.3.0
ln -sf libxenstore.so.3.0 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/libxenstore.so
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p libxenstore.a /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/xenstore_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat/xs.h
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore/../../tools/cross-install -m0644 -p include/compat/xs_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xenstore-compat/xs_lib.h
ln -sf xenstore-compat/xs.h  /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xs.h
ln -sf xenstore-compat/xs_lib.h /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/include/xs_lib.h
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xenstore'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C misc install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-cpuid.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-cpuid.o xen-cpuid.c 
gcc -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-detect.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include      xen-detect.c   -o xen-detect
gcc -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-tmem-list-parse.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include      xen-tmem-list-parse.c   -o xen-tmem-list-parse
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xencov.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xencov.o xencov.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenlockprof.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenlockprof.o xenlockprof.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenperf.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenperf.o xenperf.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenpm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenpm.o xenpm.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenwatchdogd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xenwatchdogd.o xenwatchdogd.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-livepatch.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-livepatch.o xen-livepatch.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hptool.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hptool.o xen-hptool.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hvmcrash.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hvmcrash.o xen-hvmcrash.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-hvmctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-hvmctx.o xen-hvmctx.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-lowmemd.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-lowmemd.o xen-lowmemd.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xen-mfndump.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/config.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/include  -c -o xen-mfndump.o xen-mfndump.c 
gcc    -o xen-cpuid xen-cpuid.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so 
gcc    -o xencov xencov.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenlockprof xenlockprof.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenperf xenperf.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenpm xenpm.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xenwatchdogd xenwatchdogd.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-livepatch xen-livepatch.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-lowmemd xen-lowmemd.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/libxenstore.so 
gcc    -o xen-hvmcrash xen-hvmcrash.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
gcc    -o xen-hptool xen-hptool.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/xenstore/libxenstore.so 
gcc    -o xen-mfndump xen-mfndump.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenguest.so 
gcc    -o xen-hvmctx xen-hvmctx.o -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/libxc/libxenctrl.so 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xencons xencov_split xen-cpuid xen-detect /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xen-bugtool xen-ringwatch xen-tmem-list-parse xencov xenlockprof xenperf xenpm xenwatchdogd xen-livepatch xen-hptool xen-hvmcrash xen-hvmctx xen-lowmemd xen-mfndump /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc/../../tools/cross-install -m0755 -p xenpvnetboot /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/misc'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C examples install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples'
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen
set -e; for i in README README.incompatibilities; \
	    do [ -e /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/$i ] || \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen; \
	done
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/auto ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/auto
set -e; for i in xlexample.hvm xlexample.pvlinux xl.conf cpupool ; \
	    do [ -e /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/$i ] || \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples/../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen; \
	done
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/examples'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C hotplug install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make -C common install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common'
rm -f "hotplugpath.sh".tmp;  echo "sbindir=\"/usr/local/sbin\"" >>"hotplugpath.sh".tmp;  echo "bindir=\"/usr/local/bin\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC=\"/usr/local/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "LIBEXEC_BIN=\"/usr/local/lib/xen/bin\"" >>"hotplugpath.sh".tmp;  echo "libdir=\"/usr/local/lib\"" >>"hotplugpath.sh".tmp;  echo "SHAREDIR=\"/usr/local/share\"" >>"hotplugpath.sh".tmp;  echo "XENFIRMWAREDIR=\"/usr/local/lib/xen/boot\"" >>"hotplugpath.sh".tmp;  echo "XEN_CONFIG_DIR=\"/etc/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_SCRIPT_DIR=\"/etc/xen/scripts\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOCK_DIR=\"/var/lock\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_DIR=\"/var/run/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_PAGING_DIR=\"/var/lib/xen/xenpaging\"" >>"hotplugpath.sh".tmp;  echo "XEN_DUMP_DIR=\"/var/lib/xen/dump\"" >>"hotplugpath.sh".tmp;  echo "XEN_LOG_DIR=\"/var/log/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_LIB_DIR=\"/var/lib/xen\"" >>"hotplugpath.sh".tmp;  echo "XEN_RUN_STORED=\"/var/run/xenstored\"" >>"hotplugpath.sh".tmp; 	if ! cmp -s "hotplugpath.sh".tmp "hotplugpath.sh"; then mv -f "hotplugpath.sh".tmp "hotplugpath.sh"; else rm -f "hotplugpath.sh".tmp; fi
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts
set -e; for i in ; \
	   do \
	   /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -m0755 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
set -e; for i in "hotplugpath.sh"; \
	   do \
	   /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common/../../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/common'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make -C Linux install
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux'
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts ] || \
		/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts
set -e; for i in vif-bridge vif-route vif-nat vif-openvswitch vif2 vif-setup block block-enbd block-nbd xen-hotplug-cleanup external-device-migrate vscsi block-iscsi block-tap block-drbd-probe block-dummy  colo-proxy-setup launch-xenstore; \
	    do \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig
[ -d /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xendomains /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig/xendomains
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xencommons /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p init.d/sysconfig.xencommons /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/sysconfig/xencommons
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xendriverdomain /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0755 -p init.d/xen-watchdog /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/rc.d/init.d
set -e; for i in xen-script-common.sh locking.sh logging.sh xen-hotplug-common.sh xen-network-common.sh vif-common.sh block-common.sh; \
	    do \
	    /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux/../../../tools/cross-install -m0644 -p $i /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/etc/xen/scripts; \
	done
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug/Linux'
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/hotplug'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xentrace install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenalyze.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenalyze.o xenalyze.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .mread.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o mread.o mread.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xentrace.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xentrace.o xentrace.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .setsize.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o setsize.o setsize.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .xenctx.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/include -D__XEN_TOOLS__  -c -o xenctx.o xenctx.c 
gcc    -o xentrace_setsize setsize.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xentrace xentrace.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xenctx xenctx.o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn/libxenevtchn.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/libxc/libxenctrl.so  
gcc    -o xenalyze xenalyze.o mread.o  
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
[ -z "xenctx" ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xenalyze /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xentrace xentrace_setsize /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/sbin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/python/install-wrap "/usr/bin/python" /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xentrace_format /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/bin
[ -z "xenctx" ] || /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace/../../tools/cross-install -m0755 -p xenctx /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xentrace'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C xcutils install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils'
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .readnotes.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -c -o readnotes.o readnotes.c 
gcc  -O1 -fno-omit-frame-pointer -m64 -DBUILD_ID -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable   -O0 -g3 -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MF .lsevtchn.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-optimize-sibling-calls  -Werror -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/include -D__XEN_TOOLS__ -c -o lsevtchn.o lsevtchn.c 
gcc    lsevtchn.o -o lsevtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenctrl.so 
gcc    readnotes.o -o readnotes -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/toollog -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/gnttab -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/call -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/foreignmemory /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenctrl.so -Wl,-rpath-link=/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libs/evtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/libxc/libxenguest.so 
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/cross-install -d -m0755 -p /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils/../../tools/cross-install -m0755 -p readnotes lsevtchn /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/dist/install/usr/local/lib/xen/bin
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/xcutils'
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[2]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make -C firmware install
make[3]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
GIT=git /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/../../scripts/git-checkout.sh git://vt-sync/ovmf.git bc54e50e0fe03c570014f363b547426913e92449 ovmf-dir
GIT=git /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/../../scripts/git-checkout.sh git://vt-sync/seabios.git rel-1.9.3 seabios-dir
Initialized empty Git repository in /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote.tmp/.git/
Initialized empty Git repository in /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote.tmp/.git/
Switched to a new branch 'dummy'
make -C seabios-dir defconfig
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
scripts/kconfig/conf --olddefconfig /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/src/Kconfig
#
# configuration written to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/.config
#
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
make[5]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  Build default config
#
# configuration written to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote/.config
#
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/seabios-dir-remote'
Switched to a new branch 'dummy'
cp ovmf-makefile ovmf-dir/Makefile;
make  CC=gcc PYTHON=python subdirs-all
make[4]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[5]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make -C ovmf-dir all
make[6]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[6]: warning: -jN forced in submake: disabling jobserver mode.
OvmfPkg/build.sh -a X64 -b DEBUG -n 4
Initializing workspace
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
WORKSPACE: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
EDK_TOOLS_PATH: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH: /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf
Copying $EDK_TOOLS_PATH/Conf/build_rule.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/build_rule.txt
Copying $EDK_TOOLS_PATH/Conf/tools_def.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/tools_def.txt
Copying $EDK_TOOLS_PATH/Conf/target.template
     to /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf/target.txt
Building tools no /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/bin directory
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools'
make -C Source/C
Attempting to detect ARCH from 'uname -m': x86_64
Detected ARCH of X64 using uname.
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
mkdir -p .
make -C Common
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
mkdir ../libs 
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  BasePeCoff.c -o BasePeCoff.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  BinderFuncs.c -o BinderFuncs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  CommonLib.c -o CommonLib.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Crc32.c -o Crc32.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Decompress.c -o Decompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiCompress.c -o EfiCompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiUtilityMsgs.c -o EfiUtilityMsgs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  FirmwareVolumeBuffer.c -o FirmwareVolumeBuffer.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  FvLib.c -o FvLib.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  MemoryFile.c -o MemoryFile.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  MyAlloc.c -o MyAlloc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  OsPath.c -o OsPath.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ParseGuidedSectionTools.c -o ParseGuidedSectionTools.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ParseInf.c -o ParseInf.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  PeCoffLoaderEx.c -o PeCoffLoaderEx.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  SimpleFileParsing.c -o SimpleFileParsing.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  StringFuncs.c -o StringFuncs.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  TianoCompress.c -o TianoCompress.o
ar crs ../libs/libCommon.a BasePeCoff.o BinderFuncs.o CommonLib.o Crc32.o Decompress.o EfiCompress.o EfiUtilityMsgs.o FirmwareVolumeBuffer.o FvLib.o MemoryFile.o MyAlloc.o OsPath.o ParseGuidedSectionTools.o ParseInf.o PeCoffLoaderEx.o SimpleFileParsing.o StringFuncs.o TianoCompress.o
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Common'
make -C GnuGenBootSector
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GnuGenBootSector'
mkdir ../bin
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GnuGenBootSector.c -o GnuGenBootSector.o
gcc -o ../bin/GnuGenBootSector  GnuGenBootSector.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GnuGenBootSector'
make -C BootSectImage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BootSectImage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  bootsectimage.c -o bootsectimage.o
gcc -o ../bin/BootSectImage  bootsectimage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/BootSectImage'
make -C EfiLdrImage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiLdrImage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiLdrImage.c -o EfiLdrImage.o
gcc -o ../bin/EfiLdrImage  EfiLdrImage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiLdrImage'
make -C EfiRom
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiRom.c -o EfiRom.o
gcc -o ../bin/EfiRom  EfiRom.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/EfiRom'
make -C GenFfs
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFfs.c -o GenFfs.o
gcc -o ../bin/GenFfs  GenFfs.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFfs'
make -C GenFv
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFv.c -o GenFv.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFvInternalLib.c -o GenFvInternalLib.o
gcc -o ../bin/GenFv  GenFv.o GenFvInternalLib.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFv'
make -C GenFw
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenFw.c -o GenFw.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  ElfConvert.c -o ElfConvert.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Elf32Convert.c -o Elf32Convert.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Elf64Convert.c -o Elf64Convert.o
gcc -o ../bin/GenFw  GenFw.o ElfConvert.o Elf32Convert.o Elf64Convert.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenFw'
make -C GenPage
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenPage'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenPage.c -o GenPage.o
gcc -o ../bin/GenPage  GenPage.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenPage'
make -C GenSec
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenSec.c -o GenSec.o
gcc -o ../bin/GenSec  GenSec.o -L../libs -lCommon -luuid
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenSec'
make -C GenCrc32
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenCrc32.c -o GenCrc32.o
gcc -o ../bin/GenCrc32  GenCrc32.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenCrc32'
make -C GenVtf
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenVtf'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  GenVtf.c -o GenVtf.o
gcc -o ../bin/GenVtf  GenVtf.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/GenVtf'
make -C LzmaCompress
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  LzmaCompress.c -o LzmaCompress.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/Alloc.c -o Sdk/C/Alloc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzFind.c -o Sdk/C/LzFind.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzmaDec.c -o Sdk/C/LzmaDec.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/LzmaEnc.c -o Sdk/C/LzmaEnc.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/7zFile.c -o Sdk/C/7zFile.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/7zStream.c -o Sdk/C/7zStream.o
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Sdk/C/Bra86.c -o Sdk/C/Bra86.o
gcc -o ../bin/LzmaCompress  LzmaCompress.o Sdk/C/Alloc.o Sdk/C/LzFind.o Sdk/C/LzmaDec.o Sdk/C/LzmaEnc.o Sdk/C/7zFile.o Sdk/C/7zStream.o Sdk/C/Bra86.o -L../libs 
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/LzmaCompress'
make -C Split
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Split'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  Split.c -o Split.o
gcc -o ../bin/Split  Split.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/Split'
make -C TianoCompress
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  TianoCompress.c -o TianoCompress.o
gcc -o ../bin/TianoCompress  TianoCompress.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/TianoCompress'
make -C VolInfo
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VolInfo.c -o VolInfo.o
gcc -o ../bin/VolInfo  VolInfo.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VolInfo'
make -C VfrCompile
make[9]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/AParser.cpp -o AParser.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/DLexerBase.cpp -o DLexerBase.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   Pccts/h/ATokenBuffer.cpp -o ATokenBuffer.o
BIN_DIR='.' make -C Pccts/antlr
make[10]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o antlr.o antlr.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o scan.o scan.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o err.o err.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o bits.o bits.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o build.o build.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fset2.o fset2.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fset.o fset.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o gen.o gen.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o globals.o globals.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o hash.o hash.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o lex.o lex.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o main.o main.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o misc.o misc.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -c -o set.o ../support/set/set.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o pred.o pred.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o egman.o egman.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o mrhoist.o mrhoist.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536   -c -o fcache.o fcache.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN  -DZZLEXBUFSIZE=65536 -o ./antlr antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o globals.o hash.o lex.o main.o misc.o set.o pred.o egman.o mrhoist.o fcache.o
make[10]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/antlr'
Pccts/antlr/antlr -CC -e3 -ck 3 -k 2 -fl VfrParser.dlg -ft VfrTokens.h -o . VfrSyntax.g
Antlr parser generator   Version 1.33MR33   1989-2001
VfrSyntax.g, line 1830: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 1835: warning: predicate: LT(i) missing, bad, or with i=0; assuming i=1
VfrSyntax.g, line 3266: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3275: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3284: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3294: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3324: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
VfrSyntax.g, line 3333: warning: alts 1 and 2 of {..} ambiguous upon ( ";" RefreshGuid GuidOp Locked Image EndIf InconsistentIf DisableIf SuppressIf Default GrayOutIf )
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  EfiVfrParser.cpp -o EfiVfrParser.o
BIN_DIR='.' make -C Pccts/dlg
make[10]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_p.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c dlg_a.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -c main.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o err.o err.c
gcc -c -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 ../support/set/set.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o support.o support.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o output.o output.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o relabel.o relabel.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536   -c -o automata.o automata.c
gcc -O -I. -I../support/set -I../h -DUSER_ZZSYN -DZZLEXBUFSIZE=65536 -o ./dlg dlg_p.o dlg_a.o main.o err.o set.o support.o output.o relabel.o automata.o
make[10]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/dlg'
Pccts/dlg/dlg -C2 -i -CC -cl VfrLexer -o . VfrParser.dlg
dlg  Version 1.33MR33   1989-2001

g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrLexer.cpp -o VfrLexer.o
g++ -c -DPCCTS_USE_NAMESPACE_STD -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/   VfrSyntax.cpp -o VfrSyntax.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrFormPkg.cpp -o VfrFormPkg.o
VfrFormPkg.cpp: In member function ‘void CIfrRecordInfoDB::IfrUpdateRecordInfoForDynamicOpcode(BOOLEAN)’:
VfrFormPkg.cpp:1360: warning: deprecated conversion from string constant to ‘CHAR8*’
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrError.cpp -o VfrError.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrUtilityLib.cpp -o VfrUtilityLib.o
g++ -c -I Pccts/h -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/  VfrCompiler.cpp -o VfrCompiler.o
g++ -o ../bin/VfrCompile  AParser.o DLexerBase.o ATokenBuffer.o EfiVfrParser.o VfrLexer.o VfrSyntax.o VfrFormPkg.o VfrError.o VfrUtilityLib.o VfrCompiler.o -L../libs -lCommon
make[9]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile'
Finished building BaseTools C Tools with ARCH=X64
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/C'
make -C Source/Python
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
make[8]: Nothing to be done for `all'.
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Source/Python'
make -C Tests
make[8]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
testHelp (TianoCompress.Tests) ... ok
testRandomDataCycles (TianoCompress.Tests) ... ok
test_AutoGen_AutoGen (CheckPythonSyntax.Tests) ... ok
test_AutoGen_BuildEngine (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenC (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenDepex (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenMake (CheckPythonSyntax.Tests) ... ok
test_AutoGen_GenPcdDb (CheckPythonSyntax.Tests) ... ok
test_AutoGen_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_AutoGen_StrGather (CheckPythonSyntax.Tests) ... ok
test_AutoGen_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen_ValidCheckingInfoObject (CheckPythonSyntax.Tests) ... ok
test_AutoGen___init__ (CheckPythonSyntax.Tests) ... ok
test_BPDG_BPDG (CheckPythonSyntax.Tests) ... ok
test_BPDG_GenVpd (CheckPythonSyntax.Tests) ... ok
test_BPDG_StringTable (CheckPythonSyntax.Tests) ... ok
test_BPDG___init__ (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_CommonClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_DataClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_Exceptions (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_FdfClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_ModuleClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PackageClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass_PlatformClass (CheckPythonSyntax.Tests) ... ok
test_CommonDataClass___init__ (CheckPythonSyntax.Tests) ... ok
test_Common_BuildToolError (CheckPythonSyntax.Tests) ... ok
test_Common_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_Common_DataType (CheckPythonSyntax.Tests) ... ok
test_Common_Database (CheckPythonSyntax.Tests) ... ok
test_Common_DecClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_Dictionary (CheckPythonSyntax.Tests) ... ok
test_Common_DscClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_EdkIIWorkspaceBuild (CheckPythonSyntax.Tests) ... ok
test_Common_EdkLogger (CheckPythonSyntax.Tests) ... ok
test_Common_Expression (CheckPythonSyntax.Tests) ... ok
test_Common_FdfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_FdfParserLite (CheckPythonSyntax.Tests) ... ok
test_Common_GlobalData (CheckPythonSyntax.Tests) ... ok
test_Common_Identification (CheckPythonSyntax.Tests) ... ok
test_Common_InfClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOs (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathOsPath (CheckPythonSyntax.Tests) ... ok
test_Common_LongFilePathSupport (CheckPythonSyntax.Tests) ... ok
test_Common_MigrationUtilities (CheckPythonSyntax.Tests) ... ok
test_Common_Misc (CheckPythonSyntax.Tests) ... ok
test_Common_MultipleWorkspace (CheckPythonSyntax.Tests) ... ok
test_Common_Parsing (CheckPythonSyntax.Tests) ... ok
test_Common_RangeExpression (CheckPythonSyntax.Tests) ... ok
test_Common_String (CheckPythonSyntax.Tests) ... ok
test_Common_TargetTxtClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_ToolDefClassObject (CheckPythonSyntax.Tests) ... ok
test_Common_VariableAttributes (CheckPythonSyntax.Tests) ... ok
test_Common_VpdInfoFile (CheckPythonSyntax.Tests) ... ok
test_Common___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_CLexer (CheckPythonSyntax.Tests) ... ok
test_Ecc_CParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_Check (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Ecc_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Ecc_Configuration (CheckPythonSyntax.Tests) ... ok
test_Ecc_Database (CheckPythonSyntax.Tests) ... ok
test_Ecc_Ecc (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccGlobalData (CheckPythonSyntax.Tests) ... ok
test_Ecc_EccToolError (CheckPythonSyntax.Tests) ... ok
test_Ecc_Exception (CheckPythonSyntax.Tests) ... ok
test_Ecc_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaDataParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Ecc_MetaFileWorkspace___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_Ecc_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc___init__ (CheckPythonSyntax.Tests) ... ok
test_Ecc_c (CheckPythonSyntax.Tests) ... ok
test_Eot_CLexer (CheckPythonSyntax.Tests) ... ok
test_Eot_CParser (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragment (CheckPythonSyntax.Tests) ... ok
test_Eot_CodeFragmentCollector (CheckPythonSyntax.Tests) ... ok
test_Eot_Database (CheckPythonSyntax.Tests) ... ok
test_Eot_Eot (CheckPythonSyntax.Tests) ... ok
test_Eot_EotGlobalData (CheckPythonSyntax.Tests) ... ok
test_Eot_EotToolError (CheckPythonSyntax.Tests) ... ok
test_Eot_FileProfile (CheckPythonSyntax.Tests) ... ok
test_Eot_FvImage (CheckPythonSyntax.Tests) ... ok
test_Eot_InfParserLite (CheckPythonSyntax.Tests) ... ok
test_Eot_Parser (CheckPythonSyntax.Tests) ... ok
test_Eot_ParserWarning (CheckPythonSyntax.Tests) ... ok
test_Eot_Report (CheckPythonSyntax.Tests) ... ok
test_Eot___init__ (CheckPythonSyntax.Tests) ... ok
test_Eot_c (CheckPythonSyntax.Tests) ... ok
test_GenFds_AprioriSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Attribute (CheckPythonSyntax.Tests) ... ok
test_GenFds_Capsule (CheckPythonSyntax.Tests) ... ok
test_GenFds_CapsuleData (CheckPythonSyntax.Tests) ... ok
test_GenFds_ComponentStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_CompressSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DataSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_DepexSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_EfiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fd (CheckPythonSyntax.Tests) ... ok
test_GenFds_FdfParser (CheckPythonSyntax.Tests) ... ok
test_GenFds_Ffs (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_FfsInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_Fv (CheckPythonSyntax.Tests) ... ok
test_GenFds_FvImageSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFds (CheckPythonSyntax.Tests) ... ok
test_GenFds_GenFdsGlobalVariable (CheckPythonSyntax.Tests) ... ok
test_GenFds_GuidSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomFileStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptRomInfStatement (CheckPythonSyntax.Tests) ... ok
test_GenFds_OptionRom (CheckPythonSyntax.Tests) ... ok
test_GenFds_Region (CheckPythonSyntax.Tests) ... ok
test_GenFds_Rule (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleComplexFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_RuleSimpleFile (CheckPythonSyntax.Tests) ... ok
test_GenFds_Section (CheckPythonSyntax.Tests) ... ok
test_GenFds_UiSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_VerSection (CheckPythonSyntax.Tests) ... ok
test_GenFds_Vtf (CheckPythonSyntax.Tests) ... ok
test_GenFds___init__ (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable_GenPatchPcdTable (CheckPythonSyntax.Tests) ... ok
test_GenPatchPcdTable___init__ (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue_PatchPcdValue (CheckPythonSyntax.Tests) ... ok
test_PatchPcdValue___init__ (CheckPythonSyntax.Tests) ... ok
test_Pkcs7Sign_Pkcs7Sign (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256GenerateKeys (CheckPythonSyntax.Tests) ... ok
test_Rsa2048Sha256Sign_Rsa2048Sha256Sign (CheckPythonSyntax.Tests) ... ok
test_Table_Table (CheckPythonSyntax.Tests) ... ok
test_Table_TableDataModel (CheckPythonSyntax.Tests) ... ok
test_Table_TableDec (CheckPythonSyntax.Tests) ... ok
test_Table_TableDsc (CheckPythonSyntax.Tests) ... ok
test_Table_TableEotReport (CheckPythonSyntax.Tests) ... ok
test_Table_TableFdf (CheckPythonSyntax.Tests) ... ok
test_Table_TableFile (CheckPythonSyntax.Tests) ... ok
test_Table_TableFunction (CheckPythonSyntax.Tests) ... ok
test_Table_TableIdentifier (CheckPythonSyntax.Tests) ... ok
test_Table_TableInf (CheckPythonSyntax.Tests) ... ok
test_Table_TablePcd (CheckPythonSyntax.Tests) ... ok
test_Table_TableQuery (CheckPythonSyntax.Tests) ... ok
test_Table_TableReport (CheckPythonSyntax.Tests) ... ok
test_Table___init__ (CheckPythonSyntax.Tests) ... ok
test_TargetTool_TargetTool (CheckPythonSyntax.Tests) ... ok
test_TargetTool___init__ (CheckPythonSyntax.Tests) ... ok
test_Trim_Trim (CheckPythonSyntax.Tests) ... ok
test_UPT_BuildVersion (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DependencyRules (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_DistributionPackageClass (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_FileHook (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_IpiDb (CheckPythonSyntax.Tests) ... ok
test_UPT_Core_PackageFile (CheckPythonSyntax.Tests) ... ok
test_UPT_Core___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenDecFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenInfFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenMetaFileMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile_GenXmlFile (CheckPythonSyntax.Tests) ... ok
test_UPT_GenMetaFile___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_InstallPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_InventoryWs (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentGenerating (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_CommentParsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_DataType (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ExpressionValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_GlobalData (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Misc (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_ParserValidate (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Parsing (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_String (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_UniClassObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml_XmlRoutines (CheckPythonSyntax.Tests) ... ok
test_UPT_Library_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Library___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_Log (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_StringTable (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger_ToolError (CheckPythonSyntax.Tests) ... ok
test_UPT_Logger___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_MkPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_CommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_ModuleObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM_PackageObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_POM___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_DecObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBinaryObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfBuildOptionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineCommonObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDefineObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfDepexObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfGuidObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfHeaderObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfLibraryClassesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPackagesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPcdObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfPpiObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfProtocolObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfSoucesObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser_InfUserExtensionObject (CheckPythonSyntax.Tests) ... ok
test_UPT_Object_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Object___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_DecParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfAsBuiltProcess (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBinarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfBuildOptionSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDefineSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfDepexSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfGuidPpiProtocolSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfLibrarySectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPackageSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfPcdSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser_InfSourceSectionParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Parser___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_DecPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignment (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter_InfPomAlignmentMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_PomAdapter___init__ (CheckPythonSyntax.Tests) ... ok
test_UPT_ReplacePkg (CheckPythonSyntax.Tests) ... ok
test_UPT_RmPkg (CheckPythonSyntax.Tests) ... ok
test_UPT_TestInstall (CheckPythonSyntax.Tests) ... ok
test_UPT_UPT (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentGeneratingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_CommentParsingUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_DecParserUnitTest (CheckPythonSyntax.Tests) ... ok
test_UPT_UnitTest_InfBinarySectionTest (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_CommonXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_GuidProtocolPpiXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_IniToXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_ModuleSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PackageSurfaceAreaXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_PcdXml (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParser (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml_XmlParserMisc (CheckPythonSyntax.Tests) ... ok
test_UPT_Xml___init__ (CheckPythonSyntax.Tests) ... ok
test_Workspace_BuildClassObject (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaDataTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileCommentParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileParser (CheckPythonSyntax.Tests) ... ok
test_Workspace_MetaFileTable (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceCommon (CheckPythonSyntax.Tests) ... ok
test_Workspace_WorkspaceDatabase (CheckPythonSyntax.Tests) ... ok
test_Workspace___init__ (CheckPythonSyntax.Tests) ... ok
test_build_BuildReport (CheckPythonSyntax.Tests) ... ok
test_build___init__ (CheckPythonSyntax.Tests) ... ok
test_build_build (CheckPythonSyntax.Tests) ... ok
test_sitecustomize (CheckPythonSyntax.Tests) ... ok
test32bitUnicodeCharInUtf8Comment (CheckUnicodeSourceFiles.Tests) ... ok
test32bitUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSupplementaryPlaneUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf16File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testSurrogatePairUnicodeCharInUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok
testUtf16InUniFile (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8File (CheckUnicodeSourceFiles.Tests) ... ok
testValidUtf8FileWithBom (CheckUnicodeSourceFiles.Tests) ... ok

----------------------------------------------------------------------
Ran 262 tests in 1.686s

OK
make[8]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools/Tests'
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools'
Running edk2 build for OvmfPkgX64
Build environment: Linux-2.6.32-573.el6.x86_64-x86_64-with-redhat-6.7-Santiago
Build start time: 13:05:36, Sep.12 2016

WORKSPACE        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
ECP_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EFI_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf


Architecture(s)  = X64
Build target     = DEBUG
Toolchain        = GCC44

Active Platform          = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.dsc
Flash Image Definition   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.fdf

Processing meta-data ...................... done!
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/PeiHobLib.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.nasmb > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/HobLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
Trim --source-code --convert-hex -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/PeiHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/PeiMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/object_files.lst
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ -l /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.lst -f bin -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ResetVector/Vtf0/ -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf [X64]
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesTablePointerLibIdtStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/./PeiServicesTablePointer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
cp -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.com
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointerLibIdt.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf [X64]
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePcdLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/./PcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/PcdLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/BaseUefiCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/BasePcdLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/./PeiServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem8Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ZeroMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CompareMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CheckSum.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CheckSum.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseDebugPrintErrorLevelLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/./BaseDebugPrintErrorLevelLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CopyMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLibInternal.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./IsZeroBufferWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwitchStack.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwitchStack.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibMmioBuffer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./MemLibGuid.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes32.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes16.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes16.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoHighLevel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LongJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LongJump.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SetJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SetJump.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RShiftU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU32.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x32.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem8.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/BaseIoLibIntrinsic.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultS64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultS64x64.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciCf8LibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/./PciCf8Lib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ModU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ModU64x32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LShiftU64.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciLibCf8Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/./PciLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/PciLib.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/BasePciLibCf8.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeCoffExtraActionLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/./PeCoffExtraActionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ZeroMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/BasePciCf8Lib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet64.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/./BaseExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./BaseRomAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DebugAgentLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/./DebugAgentLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x64Remainder.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./BasePeCoff.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32Remainder.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffGetEntryPointLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/./PeCoffGetEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivS64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivS64x64Remainder.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/BasePeCoffGetEntryPointLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ARShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ARShiftU64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseXApicX2ApicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/./BaseXApicX2ApicLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./BitField.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BitField.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./PeCoffLoaderEx.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CpuDeadLoop.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CpuDeadLoop.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoffLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Cpu.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Cpu.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./LzmaDecompress.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LinkedList.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LinkedList.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=OemHookStatusCodeLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/./OemHookStatusCodeLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SafeString.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SafeString.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/BaseMemoryLibRepStr.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePerformanceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/./PerformanceLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/BasePerformanceLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/./PeiCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/PeiReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseCacheMaintenanceLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/./X86Cache.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/BaseCacheMaintenanceLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeimEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/./PeimEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PcAtSerialPortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/./SerialPortLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./String.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/String.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiPcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/./PeiPcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/PcAtSerialPortLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/./PeiExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseUefiDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/./BaseUefiDecompressLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./FilePaths.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/FilePaths.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuSleep.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Thunk16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiResourcePublicationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/./PeiResourcePublicationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./GuidedSectionExtraction.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Non-existing.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Non-existing.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/BaseCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Math64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Math64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=MtrrLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/./MtrrLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Unaligned.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Unaligned.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgPeiDxe.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiDxe.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/IoLibExAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./BaseAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteGdtr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Thunk.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Thunk.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxBase.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/QemuFwCfgLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/Ia32/InternalGetSpinLockProperties.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32/InternalGetSpinLockProperties.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadGdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/./SynchronizationGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Msr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Msr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/BaseSynchronizationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.S > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86GetInterruptState.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86GetInterruptState.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxePcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/./DxePcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxSave.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxSave.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxRestore.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxRestore.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging64.c
"gcc" -c -x assembler -imacros /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -m64 --64 -melf_x86_64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./PeiMpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./MpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/MpLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiBootServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/./UefiBootServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SwitchStack.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiRuntimeServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/./UefiRuntimeServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SetJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilities.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/LongJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./DxeCoreMemoryProfileLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./Microcode.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/Microcode.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/./DxeCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableDisableInterrupts.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathToText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpInitLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisablePaging64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLibPrint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLibPrint.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/./DxeExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuId.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/HobLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiNotTiano.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiNotTiano.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuIdEx.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathFromText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiDriverModel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiDriverModel.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/DxeReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/./DxeServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./Console.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/Console.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RdRand.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ChkStkGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ChkStkGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
 : error F002: Failed to build module
	/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -
Build end time: 13:06:07, Sep.12 2016
Build total time: 00:00:30

make[6]: *** [build] Error 1
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[5]: *** [subdir-all-ovmf-dir] Error 2
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[4]: *** [subdirs-all] Error 2
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[2]: *** [subdir-install-firmware] Error 2
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make: *** [install-tools] Error 2

[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* OVMF compile error
       [not found] <1B925CC0CD9F3341B32D442251E7E1DC36D93C55@shsmsx102.ccr.corp.intel.com>
                   ` (2 preceding siblings ...)
  2016-09-14  2:21 ` Chen, Farrah
@ 2016-09-14  7:07 ` Chen, Farrah
  2016-09-14  7:21 ` Chen, Farrah
  4 siblings, 0 replies; 9+ messages in thread
From: Chen, Farrah @ 2016-09-14  7:07 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao, Xudong, 'wei.liu2@citrix.com', xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3583 bytes --]

Hi,

When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.
Bisected and this error occurred from commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2.

commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2
Author: Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>>
Date:   Tue Sep 6 12:54:47 2016 +0100

    Config.mk: update OVMF commit

Signed-off-by: Wei Liu wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>


We have updated OVMF to the latest master and cleaned everything before rebuilding.



Steps:

make clean

make xen -j8

./configure --enable-ovmf

make tools -j8



Then the error occurred.

.........................................................................................................................................................

make_tools.log:
......
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
: error 7000: Failed to execute command
                make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
: error F002: Failed to build module
                /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -


Best Regards,
Fan Chen



[-- Attachment #1.2: Type: text/html, Size: 8530 bytes --]

[-- Attachment #2: make_tools.log --]
[-- Type: application/octet-stream, Size: 327795 bytes --]


........................................................
Running edk2 build for OvmfPkgX64
Build environment: Linux-2.6.32-573.el6.x86_64-x86_64-with-redhat-6.7-Santiago
Build start time: 13:05:36, Sep.12 2016

WORKSPACE        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote
ECP_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EFI_SOURCE       = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/EdkCompatibilityPkg
EDK_TOOLS_PATH   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/BaseTools
CONF_PATH        = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Conf


Architecture(s)  = X64
Build target     = DEBUG
Toolchain        = GCC44

Active Platform          = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.dsc
Flash Image Definition   = /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/OvmfPkgX64.fdf

Processing meta-data ...................... done!
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/PeiHobLib.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ResetVector.nasmb > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiHobLib/HobLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
Trim --source-code --convert-hex -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/PeiHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiHobLib/PeiHobLib'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/PeiMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib/OUTPUT/object_files.lst
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/ResetVector/ -l /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.lst -f bin -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/ResetVector/Vtf0/ -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf [X64]
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesTablePointerLibIdtStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/./PeiServicesTablePointer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
cp -f /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.bin /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector/OUTPUT/ResetVector.com
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/ResetVector/ResetVector'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/PeiServicesTablePointerLibIdt.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf [X64]
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf [X64]
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePcdLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/./PcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePcdLibNull/PcdLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseUefiCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/BaseUefiCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/BasePcdLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/./PeiServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePcdLibNull/BasePcdLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/PeiServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiServicesLib/PeiServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ScanMem8Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./ZeroMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/BasePrintLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CompareMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CheckSum.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CheckSum.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem64Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem32Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseDebugPrintErrorLevelLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/./BaseDebugPrintErrorLevelLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMem16Wrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./SetMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./CopyMemWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLibInternal.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLibInternal.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/BaseDebugPrintErrorLevelLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./IsZeroBufferWrapper.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwitchStack.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwitchStack.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibMmioBuffer.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseMemoryLibRepStrStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/./MemLibGuid.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes32.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SwapBytes16.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SwapBytes16.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoHighLevel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LongJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LongJump.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SetJump.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SetJump.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RShiftU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePrintLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/./PrintLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePrintLib/PrintLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLibGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./RRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/RRotU32.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseIoLibIntrinsicStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/./IoLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/BasePrintLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePrintLib/BasePrintLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultU64x32.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PlatformDebugLibIoPortStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/./DebugLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ScanMem8.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/BaseIoLibIntrinsic.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./MultS64x64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/MultS64x64.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf [X64]
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciCf8LibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/./PciCf8Lib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ModU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ModU64x32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/PlatformDebugLibIoPort.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LShiftU64.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ScanMem8.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePciLibCf8Strings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/./PciLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePciLibCf8/PciLib.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CompareMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LRotU32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LRotU32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/BasePciLibCf8.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciLibCf8/BasePciLibCf8'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeCoffExtraActionLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/./PeCoffExtraActionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CompareMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ZeroMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LowBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LowBitSet32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/PeCoffExtraActionLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/BasePciCf8Lib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet64.c
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/./BaseExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./HighBitSet32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/HighBitSet32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/ZeroMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseRomAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/./BaseRomAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./GetPowerOfTwo32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/BaseRomAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/BaseExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DebugAgentLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/./DebugAgentLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem64.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x64Remainder.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem32.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./BasePeCoff.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/DebugAgentLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32Remainder.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffGetEntryPointLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/./PeCoffGetEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivU64x32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivU64x32.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem32.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./DivS64x64Remainder.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/DivS64x64Remainder.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/BasePeCoffGetEntryPointLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ARShiftU64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ARShiftU64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseXApicX2ApicLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/./BaseXApicX2ApicLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./BitField.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/BitField.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem16.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/SetMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/SetMem.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePeCoffLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/./PeCoffLoaderEx.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/CopyMem.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./CpuDeadLoop.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/CpuDeadLoop.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/BaseXApicX2ApicLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib/OUTPUT/object_files.lst
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/BasePeCoffLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Cpu.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Cpu.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePeCoffLib/BasePeCoffLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./LzmaDecompress.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./LinkedList.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/LinkedList.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=OemHookStatusCodeLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/./OemHookStatusCodeLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/CopyMem.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/IsZeroBuffer.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/OemHookStatusCodeLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzFind.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./SafeString.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/SafeString.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseMemoryLibRepStr/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/X64/IsZeroBuffer.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/BaseMemoryLibRepStr.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BasePerformanceLibNullStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/./PerformanceLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/BasePerformanceLibNull.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/./PeiCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/PeiReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseCacheMaintenanceLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/./X86Cache.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/PeiCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/BaseCacheMaintenanceLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeimEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/./PeimEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PcAtSerialPortLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/./SerialPortLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./String.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/String.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/PeimEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiPcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/./PeiPcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/Sdk/C/LzmaDec.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/PcAtSerialPortLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/./PeiExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/PeiExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseUefiDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/./BaseUefiDecompressLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/PeiPcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiPcdLib/PeiPcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./FilePaths.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/FilePaths.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuSleep.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.i
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Thunk16.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/BaseUefiDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuSleep.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/CpuFlushTlb.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiResourcePublicationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/./PeiResourcePublicationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/PeiResourcePublicationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Thunk16.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LzmaDecompressLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/./GuidedSectionExtraction.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/Non-existing.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/Non-existing.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseCpuLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/X64/CpuFlushTlb.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/BaseCpuLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseCpuLib/BaseCpuLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Math64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Math64.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=MtrrLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/./MtrrLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/LzmaDecompressLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./AcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./Unaligned.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/Unaligned.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=QemuFwCfgLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/./QemuFwCfgPeiDxe.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiDxe.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/IoLibExAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseAcpiTimerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/./BaseAcpiTimerLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86WriteGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86WriteGdtr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/BaseAcpiTimerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Thunk.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Thunk.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxBase.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/QemuFwCfgLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/X64/IoLibExAsm.iii
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/QemuFwCfgLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/Ia32/InternalGetSpinLockProperties.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32/InternalGetSpinLockProperties.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadIdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadIdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=LockBoxBaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/./LockBoxLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86ReadGdtr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86ReadGdtr.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseSynchronizationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/./SynchronizationGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/Ia32 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86Msr.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86Msr.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/MtrrLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MtrrLib/MtrrLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/LockBoxBaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/BaseSynchronizationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib/OUTPUT/object_files.lst
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.S > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86GetInterruptState.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86GetInterruptState.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxePcdLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/./DxePcdLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxePcdLib/DxePcdLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxSave.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxSave.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86FxRestore.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86FxRestore.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging64.c
"gcc" -c -x assembler -imacros /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG/AutoGen.h -m64 --64 -melf_x86_64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/X64/ArchExceptionHandler.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/X64/MpFuncs.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./PeiMpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86EnablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86EnablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging64.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging64.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./CpuExceptionCommon.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./X86DisablePaging32.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X86DisablePaging32.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/GccInline.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/GccInline.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/DxePcdLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxePcdLib/DxePcdLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./MpLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/MpLib.c
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiBootServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/./UefiBootServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiCpuExceptionHandlerLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/./PeiDxeSmmCpuException.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SwitchStack.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/UefiBootServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/PeiCpuExceptionHandlerLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiRuntimeServicesTableLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/./UefiRuntimeServicesTableLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SwitchStack.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/SetJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/UefiRuntimeServicesTableLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathUtilities.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/SetJump.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/LongJump.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/./DxeCoreMemoryProfileLibNull.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/DxeCoreMemoryAllocationLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf [X64]
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=PeiMpInitLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/./Microcode.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/MpInitLib/Microcode.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/LongJump.iii
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreEntryPointStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/./DxeCoreEntryPoint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableDisableInterrupts.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathToText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/DxeCoreEntryPoint.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/PeiMpInitLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/MpInitLib/PeiMpInitLib'
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableDisableInterrupts.iii
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisablePaging64.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLibPrint.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLibPrint.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeExtractGuidedSectionLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/./DxeExtractGuidedSectionLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisablePaging64.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuId.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/DxeExtractGuidedSectionLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeCoreHobLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/./HobLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeCoreHobLib/HobLib.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiNotTiano.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiNotTiano.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuId.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/CpuIdEx.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.i
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiDevicePathLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/OUTPUT/./DevicePathFromText.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/DxeCoreHobLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib/OUTPUT/object_files.lst
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiDriverModel.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiDriverModel.c
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf [X64]
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/CpuIdEx.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/EnableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeReportStatusCodeLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/./ReportStatusCodeLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/EnableCache.iii
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/DisableCache.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.i
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/DxeReportStatusCodeLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=DxeServicesLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/./DxeServicesLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/DxeServicesLib/DxeServicesLib.c
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/DisableCache.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./Console.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/Console.c
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/RdRand.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/X64/RdRand.iii
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=BaseLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/./ChkStkGcc.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/BaseLib/ChkStkGcc.c
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/OUTPUT/./UefiLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiLib/UefiLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiLib/UefiLib.c
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/BaseLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/BaseLib/BaseLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64]
"ar" cr /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/DxeServicesLib.lib  @/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib/OUTPUT/object_files.lst
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/DxeServicesLib/DxeServicesLib'
Building ... /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf [X64]
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
"gcc" -E -x assembler-with-cpp -include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG/AutoGen.h -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdeModulePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Include /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.nasm > /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
make[7]: Entering directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib'
"gcc" -g -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-array-bounds -ffunction-sections -fdata-sections -include AutoGen.h -fno-common -DSTRING_ARRAY_NAME=UefiMemoryAllocationLibStrings -m64 -fno-stack-protector "-DEFIAPI=__attribute__((ms_abi))" -Os -maccumulate-outgoing-args -mno-red-zone -Wno-address -mcmodel=small -fpie -fno-asynchronous-unwind-tables -mno-mmx -mno-sse -c -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/OUTPUT/./MemoryAllocationLib.obj -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib/DEBUG -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Include/X64 /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
Trim --trim-long --source-code -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.i
"nasm" -I/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ -f elf64 -o /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
 : error 7000: Failed to execute command
	make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
 : error F002: Failed to build module
	/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -
Build end time: 13:06:07, Sep.12 2016
Build total time: 00:00:30

make[6]: *** [build] Error 1
make[6]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote'
make[5]: *** [subdir-all-ovmf-dir] Error 2
make[5]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[4]: *** [subdirs-all] Error 2
make[4]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware'
make[2]: *** [subdir-install-firmware] Error 2
make[2]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools'
make: *** [install-tools] Error 2

[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* OVMF compile error
       [not found] <1B925CC0CD9F3341B32D442251E7E1DC36D93C55@shsmsx102.ccr.corp.intel.com>
                   ` (3 preceding siblings ...)
  2016-09-14  7:07 ` Chen, Farrah
@ 2016-09-14  7:21 ` Chen, Farrah
  4 siblings, 0 replies; 9+ messages in thread
From: Chen, Farrah @ 2016-09-14  7:21 UTC (permalink / raw)
  To: edk2-devel; +Cc: Hao, Xudong, 'wei.liu2@citrix.com', xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3583 bytes --]

Hi,

When I compile xen with the latest commit in RHEL 6.7, it failed when make tools. Errors showed when running edk2 build for OvmfPkgX64.
Bisected and this error occurred from commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2.

commit 8c8b6fb02342f7aa78e611a5f0f63dcf8fbf48f2
Author: Wei Liu <wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>>
Date:   Tue Sep 6 12:54:47 2016 +0100

    Config.mk: update OVMF commit

Signed-off-by: Wei Liu wei.liu2@citrix.com<mailto:wei.liu2@citrix.com>


We have updated OVMF to the latest master and cleaned everything before rebuilding.



Steps:

make clean

make xen -j8

./configure --enable-ovmf

make tools -j8



Then the error occurred.

.........................................................................................................................................................

make_tools.log:
......
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:173: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:175: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:177: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:179: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:313: error: invalid combination of opcode and operands
/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.iii:315: error: invalid combination of opcode and operands
make[7]: Leaving directory `/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib'
make[7]: *** [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib/OUTPUT/X64/ExceptionHandlerAsm.obj] Error 1


build.py...
: error 7000: Failed to execute command
                make tbuild [/home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib]


build.py...
: error F002: Failed to build module
                /home/www/builds_xen_unstable/xen-src-8c8b6fb0-20160912/tools/firmware/ovmf-dir-remote/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf [X64, GCC44, DEBUG]

- Failed -


Best Regards,
Fan Chen



[-- Attachment #1.2: Type: text/html, Size: 8631 bytes --]

[-- Attachment #2: make_tools.zip --]
[-- Type: application/x-zip-compressed, Size: 10358 bytes --]

[-- Attachment #3: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: OVMF compile error
  2016-09-14  1:59           ` Chen, Farrah
@ 2016-09-14 10:02             ` Wei Liu
  0 siblings, 0 replies; 9+ messages in thread
From: Wei Liu @ 2016-09-14 10:02 UTC (permalink / raw)
  To: Chen, Farrah; +Cc: Hao, Xudong, Olaf Hering, Wei Liu, xen-devel

On Wed, Sep 14, 2016 at 01:59:49AM +0000, Chen, Farrah wrote:
> Hi
> 
> We can try the latest nasm. But there is still a problem that the
> included nasm package does not work, it works well before xen commit
> (8c8b6fb02) . Does  RHEL 6.7 still support compiling xen now?
> 

Yes, I think so. But I don't think this is a bug in xen.git really,
because we don't have any additional patches.

Could you try cloning upstream edk2.git, check out the master branch,
and then compile OVMF package?

Basically:

$ git clone https://github.com/tianocore/edk2.git
$ cd edk2
$ OvmfPkg/build.sh -a X64 -b DEBUG -n 4

If it doesn't work, it is a bug in upstream edk2 and it should be
reported there. We will update our Config.mk accordingly.

Wei.

> 
> Thanks, Fan Chen
> 
> -----Original Message----- From: Olaf Hering [mailto:olaf@aepfle.de]
> Sent: Wednesday, September 14, 2016 1:12 AM To: Chen, Farrah
> <farrah.chen@intel.com> Cc: Wei Liu <wei.liu2@citrix.com>; Hao, Xudong
> <xudong.hao@intel.com>; xen-devel@lists.xen.org Subject: Re:
> [Xen-devel] OVMF compile error
> 
> > > > On Mon, Sep 12, 2016 at 07:31:42AM +0000, Chen, Farrah wrote:
> > > > > When I compile xen with the latest commit in RHEL 6.7, it
> > > > > failed when make tools. Errors showed when running edk2 build
> > > > > for OvmfPkgX64.
> 
> > > > > erAsm.iii:315: error: invalid combination of opcode and
> > > > > operands
> 
> The included nasm package is likely too old, 2.10.something is
> required.
> 
> Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-09-14 10:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1B925CC0CD9F3341B32D442251E7E1DC36D93C55@shsmsx102.ccr.corp.intel.com>
     [not found] ` <20160912075301.GJ15958@citrix.com>
     [not found]   ` <1B925CC0CD9F3341B32D442251E7E1DC36D95741@shsmsx102.ccr.corp.intel.com>
     [not found]     ` <20160913093902.GO15958@citrix.com>
2016-09-13  9:41       ` OVMF compile error Wei Liu
2016-09-13 17:12         ` Olaf Hering
2016-09-14  1:59           ` Chen, Farrah
2016-09-14 10:02             ` Wei Liu
2016-09-14  2:00         ` Chen, Farrah
2016-09-14  2:00 ` Chen, Farrah
2016-09-14  2:21 ` Chen, Farrah
2016-09-14  7:07 ` Chen, Farrah
2016-09-14  7:21 ` Chen, Farrah

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.