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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Feb 24 18:26:53 PST 2010


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

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

Buildslave for this Build: smoosh-03.apple.com

Build Reason: 
Build Source Stamp: 97094
Blamelist: dgregor,lattner,pingbak

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/CellSPU/SPU.h
 lib/Target/CellSPU/SPURegisterInfo.cpp
 lib/Target/CellSPU/SPURegisterInfo.h
At: Wed 24 Feb 2010 17:55:31
Changed By: pingbak
Comments: Large stack frame patch for the CellSPU: handle stack frames that exceed 8176
(511*16) bytes register displacement (D-form).

NOTE: This is a potential headache, given the SPU's local core limitations,
allowing the software developer to commit stack overrun suicide unknowingly.
Also, large SPU stack frames will cause code size explosion. But, one presumes
that the software developer knows what they're doing...

Contributed by Kalle.Raiskila at nokia.com, edited slightly before commit.
Properties: 




Files:
 include/clang/AST/ExprCXX.h
 lib/AST/ExprCXX.cpp
 lib/AST/StmtPrinter.cpp
 lib/Sema/Sema.h
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/TreeTransform.h
 test/SemaTemplate/destructor-template.cpp
 test/SemaTemplate/member-access-expr.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: dgregor
Comments: Use CXXPseudoDestructorExpr as the stored representation for dependent
expressions that look like pseudo-destructors, e.g.,

  p->T::~T()

where p has dependent type.

At template instantiate time, we determine whether we actually have a
pseudo-destructor or a member access, and funnel down to the
appropriate routine in Sema.

Fixes PR6380.

Properties: 




Files:
 include/llvm/CodeGen/DAGISelHeader.h
 utils/TableGen/DAGISelEmitter.cpp
 utils/TableGen/DAGISelMatcher.cpp
 utils/TableGen/DAGISelMatcher.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
 utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: lattner
Comments: rename PushMatcherNode -> ScopeMatcherNode to more accurately
reflect what it does.  Switch the sense of the Next and the Check
arms to be more logical.  No functionality change.
Properties: 




File: utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:00:34
Changed By: lattner
Comments: add some noop code to push it out of my tree.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/CellSPU/call.ll
	    LLVM :: CodeGen/CellSPU/struct_1.ll
	    LLVM :: CodeGen/CellSPU/vec_const.ll
	
	  Expected Passes    : 4558
	  Expected Failures  : 25
	  Unsupported Tests  : 511
	  Unexpected Failures: 3
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/CellSPU/call.ll
	LLVM :: CodeGen/CellSPU/struct_1.ll
	LLVM :: CodeGen/CellSPU/vec_const.ll

Last 10 lines of 'xfail':
	LLVM :: LLVMC/MultiplePluginPriorities.td
	LLVM :: LLVMC/OutputSuffixHook.td
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/GlobalOpt/2009-03-03-dbg.ll
	LLVM :: Transforms/GlobalOpt/2009-03-05-dbg.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++/hello.cpp
	LLVM :: LLVMC/C++/together.cpp
	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 'call.ll':
	14 llc               0x00003d41 main + 4129
	15 llc               0x00001f36 start + 54
	Stack dump:
	0.	Program arguments: llc -march=cellspu 
	1.	Running pass 'Prolog/Epilog Insertion & Frame Finalization' on function '@stub_2'
	/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/CellSPU/Output/call.ll.script: line 11: 48254 Abort trap              'llc' '-march=cellspu' < '/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/CellSPU/call.ll' > '/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/CellSPU/Output/call.ll.tmp1.s'
	--
	
	********************
	

Last 10 lines of 'struct_1.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 11 lines, got 27.
	--
	
	********************
	

Last 10 lines of 'vec_const.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 6 lines, got 24.
	--
	
	********************
	

Last 10 lines of 'stdio':
	    LLVM :: CodeGen/CellSPU/call.ll
	    LLVM :: CodeGen/CellSPU/struct_1.ll
	    LLVM :: CodeGen/CellSPU/vec_const.ll
	
	  Expected Passes    : 4998
	  Expected Failures  : 32
	  Unsupported Tests  : 64
	  Unexpected Failures: 3
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/CellSPU/call.ll
	LLVM :: CodeGen/CellSPU/struct_1.ll
	LLVM :: CodeGen/CellSPU/vec_const.ll

Last 10 lines of 'xfail':
	LLVM :: LLVMC/MultiplePluginPriorities.td
	LLVM :: LLVMC/OutputSuffixHook.td
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/GlobalOpt/2009-03-03-dbg.ll
	LLVM :: Transforms/GlobalOpt/2009-03-05-dbg.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-04-27-bitfield-vs-ivar.m
	LLVM :: FrontendObjC/2009-04-28-bitfield-vs-vbc.m
	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 :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'call.ll':
	14 llc               0x00003536 main + 5782
	15 llc               0x00001b36 start + 54
	Stack dump:
	0.	Program arguments: llc -march=cellspu 
	1.	Running pass 'Prolog/Epilog Insertion & Frame Finalization' on function '@stub_2'
	/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/CellSPU/Output/call.ll.script: line 11:  6471 Abort trap              'llc' '-march=cellspu' < '/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/CellSPU/call.ll' > '/Volumes/Sandbox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/CellSPU/Output/call.ll.tmp1.s'
	--
	
	********************
	

Last 10 lines of 'struct_1.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 11 lines, got 27.
	--
	
	********************
	

Last 10 lines of 'vec_const.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	Expected 6 lines, got 24.
	--
	
	********************
	




More information about the llvm-testresults mailing list