[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Nov 14 23:20:00 PST 2010


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/4475

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 119113
Blamelist: asl,chandlerc,evancheng,lattner,mspencer

BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/Frontend/InitHeaderSearch.cpp
At: Sun 14 Nov 2010 16:53:00
Changed By: chandlerc
Comments: Switch the sysroot logic to use the Path interface, resolving a FIXME and
making the code less gross.
Properties: 




Files:
 lib/Target/ARM/CMakeLists.txt
 lib/Target/Alpha/CMakeLists.txt
 lib/Target/Blackfin/CMakeLists.txt
 lib/Target/CellSPU/CMakeLists.txt
 lib/Target/MBlaze/CMakeLists.txt
 lib/Target/MSP430/CMakeLists.txt
 lib/Target/Mips/CMakeLists.txt
 lib/Target/PTX/CMakeLists.txt
 lib/Target/PowerPC/CMakeLists.txt
 lib/Target/Sparc/CMakeLists.txt
 lib/Target/SystemZ/CMakeLists.txt
 lib/Target/X86/CMakeLists.txt
At: Sun 14 Nov 2010 16:53:16
Changed By: asl
Comments: Attempt to unbreak cmake-based buildsProperties: 




File: lib/Target/ARM/ARMBaseRegisterInfo.h
At: Sun 14 Nov 2010 17:52:40
Changed By: lattner
Comments: silence a ton of warnings from clang.
Properties: 




Files:
 lib/Target/PowerPC/PPCAsmPrinter.cpp
 test/CodeGen/PowerPC/indirectbr.ll
At: Sun 14 Nov 2010 18:48:28
Changed By: lattner
Comments: remove some extraneous quotes to make the new instprinter match.
Properties: 




Files:
 include/llvm/MC/MCExpr.h
 lib/MC/MCExpr.cpp
 lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
 lib/Target/PowerPC/PPC.h
 lib/Target/PowerPC/PPCISelLowering.cpp
 lib/Target/PowerPC/PPCISelLowering.h
 lib/Target/PowerPC/PPCMCInstLower.cpp
 lib/Target/PowerPC/PPCSubtarget.cpp
 lib/Target/X86/X86ISelLowering.cpp
At: Sun 14 Nov 2010 18:52:42
Changed By: lattner
Comments: add targetoperand flags for jump tables, constant pool and block address
nodes to indicate when ha16/lo16 modifiers should be used.  This lets
us pass PowerPC/indirectbr.ll.

The one annoying thing about this patch is that the MCSymbolExpr isn't
expressive enough to represent ha16(label1-label2) which we need on
PowerPC.  I have a terrible hack in the meantime, but this will have
to be revisited at some point.

Last major conversion item left is global variable references.
Properties: 




Files:
 lib/Target/PowerPC/PPC.h
 lib/Target/PowerPC/PPCISelLowering.cpp
 lib/Target/PowerPC/PPCMCInstLower.cpp
At: Sun 14 Nov 2010 19:21:23
Changed By: lattner
Comments: convert the operand bits into bitfields since they are all combinable in
different ways.  Add $non_lazy_ptr support, and proper lowering for
global values.

Now all the ppc regression tests pass with the new instruction printer.

Properties: 




Files:
 CMakeLists.txt
 include/llvm/Object
 include/llvm/Object/ObjectFile.h
 lib/Makefile
 lib/Object
 lib/Object/CMakeLists.txt
 lib/Object/ObjectFile.cpp
At: Sun 14 Nov 2010 19:31:01
Changed By: mspencer
Comments: Add LLVMObject Library.Properties: 




File: lib/Target/PowerPC/PPCAsmPrinter.cpp
At: Sun 14 Nov 2010 19:32:37
Changed By: lattner
Comments: Turn on the new instprinter by default.

The only change in the output is:

1) we get a better comment on mfcr, we get:
	mfcr r2                         ; cr2
  instead of:
 	mfcr r2 ; 32

2) we no longer emit $stub's on powerpc/leopard.  The Leopard
   linker autosynthesizes them.

Properties: 




File: lib/Target/ARM/ARMLoadStoreOptimizer.cpp
At: Sun 14 Nov 2010 19:32:37
Changed By: evancheng
Comments: Make sure ARM multi load / store pass copies memoperands when forming ldrd / strd. pr8113.Properties: 




File: lib/Object/Makefile
At: Sun 14 Nov 2010 19:39:34
Changed By: mspencer
Comments: Object: Add missing makefile.Properties: 




File: lib/Target/PowerPC/PPCAsmPrinter.cpp
At: Sun 14 Nov 2010 19:42:43
Changed By: lattner
Comments: rip out a ton of old instruction printing junk now that the
new instprinting logic is there.
Properties: 




File: lib/Target/PowerPC/PPCAsmPrinter.cpp
At: Sun 14 Nov 2010 19:47:41
Changed By: lattner
Comments: strength reduce TOC temp label generation, no functionality change.
Properties: 




Files:
 lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
 lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
 lib/Target/PowerPC/PPCInstr64Bit.td
 lib/Target/PowerPC/PPCInstrInfo.td
At: Sun 14 Nov 2010 19:52:40
Changed By: lattner
Comments: remove asmstrings (which can never be printed) from pseudo 
instructions, allowing is to eliminate some dead operand 
printing methods from the instprinter.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: DebugInfo/2010-10-01-crash.ll
	
	  Expected Passes    : 5059
	  Expected Failures  : 45
	  Unsupported Tests  : 556
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: DebugInfo/2010-10-01-crash.ll

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: LLVMC/C++/unknown_suffix.unk
	LLVM :: LLVMC/C/emit-llvm-opt.c
	LLVM :: LLVMC/C/emit-llvm.c
	LLVM :: LLVMC/C/hello.c
	LLVM :: LLVMC/C/include.c
	LLVM :: LLVMC/C/opt-test.c
	LLVM :: LLVMC/C/sink.c
	LLVM :: LLVMC/C/wall.c
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of '2010-10-01-crash.ll':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: llc -O0 /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/DebugInfo/2010-10-01-crash.ll -o /dev/null 
	1.	Running pass 'Function Pass Manager' on module '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/DebugInfo/2010-10-01-crash.ll'.
	2.	Running pass 'Darwin PPC Assembly Printer' on function '@CGRectStandardize'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/DebugInfo/Output/2010-10-01-crash.ll.script: line 2: 17474 Trace/BPT trap          'llc' '-O0' '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/DebugInfo/2010-10-01-crash.ll' '-o' '/dev/null'
	--
	
	********************
	

Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: DebugInfo/2010-10-01-crash.ll
	    LLVM :: FrontendC++/2010-08-31-ByValArg.cpp
	
	  Expected Passes    : 5524
	  Expected Failures  : 66
	  Unsupported Tests  : 69
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: DebugInfo/2010-10-01-crash.ll
	LLVM :: FrontendC++/2010-08-31-ByValArg.cpp

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/thumb2.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: FrontendObjC/2009-08-05-utf16.m
	LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
	LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
	LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
	LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
	LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
	LLVM :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of '2010-10-01-crash.ll':
	3  libSystem.B.dylib 0x8fe14148 _sigtramp + 18446744073590167440
	Stack dump:
	0.	Program arguments: llc -O0 /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/DebugInfo/2010-10-01-crash.ll -o /dev/null 
	1.	Running pass 'Function Pass Manager' on module '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/DebugInfo/2010-10-01-crash.ll'.
	2.	Running pass 'Darwin PPC Assembly Printer' on function '@CGRectStandardize'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/DebugInfo/Output/2010-10-01-crash.ll.script: line 2: 66776 Trace/BPT trap          'llc' '-O0' '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/DebugInfo/2010-10-01-crash.ll' '-o' '/dev/null'
	--
	
	********************
	

Last 10 lines of '2010-08-31-byvalarg.cpp':
	Stack dump:
	0.	Program arguments: llc --disable-fp-elim -o /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2010-08-31-ByValArg.cpp.tmp.s -O0 -relocation-model=pic 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Darwin PPC Assembly Printer' on function '@_Z3getPij3VALPS0_j3EVT'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2010-08-31-ByValArg.cpp.script: line 15: 67770 Done                    '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm-gcc.install/bin/llvm-gcc' '-mmacosx-version-min=10.5' '-emit-llvm' '-w' '-S' '-O0' '-g' '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC++/2010-08-31-ByValArg.cpp' '-o' '-'
	     67771 Trace/BPT trap          | 'llc' '--disable-fp-elim' '-o' '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/FrontendC++/Output/2010-08-31-ByValArg.cpp.tmp.s' '-O0' '-relocation-model=pic'
	--
	
	********************
	




More information about the llvm-testresults mailing list