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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Feb 24 20:40:46 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/1003

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 97097
Blamelist: dgregor,lattner,pingbak,rjmccall

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Sema/SemaDeclCXX.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/SemaOverload.cpp
 lib/Sema/SemaOverload.h
 test/SemaCXX/overload-call.cpp
At: Wed 24 Feb 2010 17:40:31
Changed By: rjmccall
Comments: Catch more uses of uninitialized implicit conversion sequences.
When diagnosing bad conversions, skip the conversion for ignored object
arguments.  Fixes PR 6398.

Properties: 




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: 




Files:
 utils/TableGen/DAGISelEmitter.cpp
 utils/TableGen/DAGISelMatcher.cpp
 utils/TableGen/DAGISelMatcher.h
 utils/TableGen/DAGISelMatcherEmitter.cpp
 utils/TableGen/DAGISelMatcherGen.cpp
 utils/TableGen/DAGISelMatcherOpt.cpp
At: Wed 24 Feb 2010 18:05:43
Changed By: lattner
Comments: rename fooMatcherNode to fooMatcher.
Properties: 




File: lib/Sema/SemaExpr.cpp
At: Wed 24 Feb 2010 18:05:46
Changed By: dgregor
Comments: Remove some oogly code made dead by the pseudo-destructor
instantiation changes.
Properties: 




File: utils/TableGen/DAGISelMatcherEmitter.cpp
At: Wed 24 Feb 2010 18:10:31
Changed By: lattner
Comments: formatting.
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    : 4555
	  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/struct_1.ll
	LLVM :: CodeGen/CellSPU/vec_const.ll
	LLVM :: CodeGen/CellSPU/call.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 '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 'call.ll':
	2  libSystem.B.dylib 0x918b89fc _sigtramp + 68
	3  libSystem.B.dylib 0x9184237c malloc_default_zone + 612
	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-powerpc-darwin9/llvm.obj/test/CodeGen/CellSPU/Output/call.ll.script: line 11: 70288 Abort trap              'llc' '-march=cellspu' < '/Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/CellSPU/call.ll' > '/Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/CellSPU/Output/call.ll.tmp1.s'
	--
	
	********************
	

Last 10 lines of 'stdio':
	    LLVM :: CodeGen/CellSPU/call.ll
	    LLVM :: CodeGen/CellSPU/struct_1.ll
	    LLVM :: CodeGen/CellSPU/vec_const.ll
	
	  Expected Passes    : 4990
	  Expected Failures  : 37
	  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':
	1  llc               0x00d77320 llvm::sys::PrintStackTraceOnErrorSignal() + 1072
	2  libSystem.B.dylib 0x918b89fc _sigtramp + 68
	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-powerpc-darwin9/llvm.obj.2/test/CodeGen/CellSPU/Output/call.ll.script: line 11: 21477 Abort trap              'llc' '-march=cellspu' < '/Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/CellSPU/call.ll' > '/Volumes/SandBox/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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