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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Jan 12 19:11:13 PST 2011


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/4929

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 123350
Blamelist: dgregor,djg,jasonwkim,mspencer,stoklund

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/CodeGen/CGExprScalar.cpp
 test/CodeGenCXX/variadic-templates.cpp
At: Wed 12 Jan 2011 14:15:51
Changed By: dgregor
Comments: Add IR generation support for SizeOfPackExpr.
Properties: 




Files:
 include/llvm/CodeGen/LiveIntervalAnalysis.h
 lib/CodeGen/VirtRegRewriter.cpp
At: Wed 12 Jan 2011 14:35:53
Changed By: stoklund
Comments: Annotate VirtRegRewriter debug output with slot indexes.Properties: 




File: lib/CodeGen/VirtRegRewriter.cpp
At: Wed 12 Jan 2011 14:35:53
Changed By: stoklund
Comments: Teach VirtRegRewriter to update slot indexes when erasing instructions.

It was leaving dangling pointers in the slot index maps.Properties: 




File: lib/CodeGen/LiveDebugVariables.cpp
At: Wed 12 Jan 2011 14:40:51
Changed By: stoklund
Comments: Sometimes, old virtual registers can linger on DBG_VALUE instructions.

Make sure we don't crash in that case, but simply turn them into %noreg instead.Properties: 




Files:
 include/clang/AST/ExprCXX.h
 lib/AST/ExprCXX.cpp
 lib/Sema/SemaCXXCast.cpp
 lib/Serialization/ASTReaderStmt.cpp
 lib/Serialization/ASTWriterStmt.cpp
 test/Index/load-stmts.cpp
At: Wed 12 Jan 2011 14:45:51
Changed By: dgregor
Comments: Add the location of the right parenthesis of a C++ named cast
(static_cast, dynamic_cast, reinterpret_cast, or const_cast) to
improve source-location information. Fixes PR8960.
Properties: 




File: lib/CodeGen/LiveDebugVariables.cpp
At: Wed 12 Jan 2011 15:20:51
Changed By: stoklund
Comments: Fix braino in dominator tree walk.Properties: 




File: lib/CodeGen/LiveDebugVariables.cpp
At: Wed 12 Jan 2011 15:20:51
Changed By: stoklund
Comments: Don't emit a DBG_VALUE for a spill slot that the rewriter decided not to use after all.Properties: 




File: lib/Target/ARM/ARMAsmPrinter.cpp
At: Wed 12 Jan 2011 15:25:51
Changed By: jasonwkim
Comments: JimG sez: "The value-kinds look like masks, but they're not consistently used
that way, unfortunately. If you want to change them to work additively instead
of a one-variant-kind-per-symbolref, that's great and I completely agree it's
worth doing, but it really should be a separate patch. Until then, this isn't
correct."

So I am reverting this bit until a more opportune time.

Properties: 




File: lib/Target/ARM/ARMFixupKinds.h
At: Wed 12 Jan 2011 15:30:52
Changed By: jasonwkim
Comments: Added clarifying commentProperties: 




Files:
 lib/CodeGen/LiveDebugVariables.cpp
 test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
 test/CodeGen/X86/2010-05-28-Crash.ll
 test/CodeGen/X86/dbg-value-range.ll
At: Wed 12 Jan 2011 15:40:56
Changed By: stoklund
Comments: Try again enabling LiveDebugVariables.Properties: 




File: lib/Sema/SemaTemplate.cpp
At: Wed 12 Jan 2011 15:50:51
Changed By: dgregor
Comments: Refactor and simplify Sema::TemplateParameterListsAreEqual. We had a
bunch of duplicated checks for parameter pack/non-pack mismatches.
Properties: 




Files:
 include/llvm/Support/PathV1.h
 lib/Support/PathV2.cpp
At: Wed 12 Jan 2011 16:00:53
Changed By: mspencer
Comments: Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::is_symlink.Properties: 




File: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
At: Wed 12 Jan 2011 16:00:53
Changed By: djg
Comments: Apply the patch from PR8958, which allows llc to get slightly
further on the associated testcase before aborting.
Properties: 




File: lib/Driver/ToolChains.cpp
At: Wed 12 Jan 2011 16:00:54
Changed By: mspencer
Comments: replace all uses of PathV1::IsSymlink with PathV2::is_symlink.Properties: 




File: lib/MC/ELFObjectWriter.cpp
At: Wed 12 Jan 2011 16:10:51
Changed By: jasonwkim
Comments: Style clean up - break up the breaks.

Properties: 




Files:
 lib/Sema/SemaTemplate.cpp
 test/CXX/temp/temp.arg/temp.arg.template/p3-0x.cpp
 test/CXX/temp/temp.decls/temp.variadic/metafunctions.cpp
At: Wed 12 Jan 2011 16:16:09
Changed By: dgregor
Comments: Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy
matching of variadic template template parameters to template
arguments. This paragraph was the subject of ISO C++ committee
document N2555: Extending Variadic Template Template Parameters.
Properties: 




Files:
 lib/Sema/TreeTransform.h
 test/CXX/temp/temp.decls/temp.variadic/injected-class-name.cpp
At: Wed 12 Jan 2011 16:25:54
Changed By: dgregor
Comments: Allow us to transform pack expansion expressions.
Properties: 




File: lib/Target/ARM/AsmParser/ARMAsmParser.cpp
At: Wed 12 Jan 2011 16:30:51
Changed By: jasonwkim
Comments: Change call to Error() to assert()

Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/Alpha/2006-01-18-MissedGlobal.ll
	    LLVM :: CodeGen/Alpha/2006-04-04-zextload.ll
	    LLVM :: CodeGen/XCore/unaligned_load.ll
	
	  Expected Passes    : 5161
	  Expected Failures  : 40
	  Unsupported Tests  : 558
	  Unexpected Failures: 3
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/Alpha/2006-01-18-MissedGlobal.ll
	LLVM :: CodeGen/Alpha/2006-04-04-zextload.ll
	LLVM :: CodeGen/XCore/unaligned_load.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 '2006-01-18-missedglobal.ll':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/llc -march=alpha 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Alpha DAG->DAG Pattern Instruction Selection' on function '@main'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/Alpha/Output/2006-01-18-MissedGlobal.ll.script: line 2: 25413 Trace/BPT trap          '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/llc' '-march=alpha' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll'
	--
	
	********************
	

Last 10 lines of '2006-04-04-zextload.ll':
	3  libSystem.B.dylib 0x01835628 _sigtramp + 1787063408
	Stack dump:
	0.	Program arguments: /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/llc -march=alpha 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Alpha DAG->DAG Pattern Instruction Selection' on function '@_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIdEES3_S3_RSt8ios_baseccT_'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/Alpha/Output/2006-04-04-zextload.ll.script: line 2: 25418 Trace/BPT trap          '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/llc' '-march=alpha' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/Alpha/2006-04-04-zextload.ll'
	--
	
	********************
	

Last 10 lines of 'unaligned_load.ll':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/llc -march=xcore 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'XCore DAG->DAG Pattern Instruction Selection' on function '@align2'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/XCore/Output/unaligned_load.ll.script: line 23: 34735 Trace/BPT trap          '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/Release+Asserts/bin/llc' '-march=xcore' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/XCore/unaligned_load.ll' > '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s'
	--
	
	********************
	

Last 10 lines of 'stdio':
	    LLVM :: CodeGen/Alpha/2006-01-18-MissedGlobal.ll
	    LLVM :: CodeGen/Alpha/2006-04-04-zextload.ll
	    LLVM :: CodeGen/XCore/unaligned_load.ll
	
	  Expected Passes    : 5627
	  Expected Failures  : 62
	  Unsupported Tests  : 70
	  Unexpected Failures: 3
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/Alpha/2006-01-18-MissedGlobal.ll
	LLVM :: CodeGen/Alpha/2006-04-04-zextload.ll
	LLVM :: CodeGen/XCore/unaligned_load.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 :: 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 '2006-01-18-missedglobal.ll':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/Release+Asserts/bin/llc -march=alpha 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Alpha DAG->DAG Pattern Instruction Selection' on function '@main'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/Alpha/Output/2006-01-18-MissedGlobal.ll.script: line 2: 74951 Trace/BPT trap          '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/Release+Asserts/bin/llc' '-march=alpha' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/Alpha/2006-01-18-MissedGlobal.ll'
	--
	
	********************
	

Last 10 lines of '2006-04-04-zextload.ll':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/Release+Asserts/bin/llc -march=alpha 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Alpha DAG->DAG Pattern Instruction Selection' on function '@_ZNKSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE15_M_insert_floatIdEES3_S3_RSt8ios_baseccT_'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/Alpha/Output/2006-04-04-zextload.ll.script: line 2: 74956 Trace/BPT trap          '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/Release+Asserts/bin/llc' '-march=alpha' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/Alpha/2006-04-04-zextload.ll'
	--
	
	********************
	

Last 10 lines of 'unaligned_load.ll':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/Release+Asserts/bin/llc -march=xcore 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'XCore DAG->DAG Pattern Instruction Selection' on function '@align2'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/XCore/Output/unaligned_load.ll.script: line 23: 84271 Trace/BPT trap          '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/Release+Asserts/bin/llc' '-march=xcore' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/XCore/unaligned_load.ll' > '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/XCore/Output/unaligned_load.ll.tmp1.s'
	--
	
	********************
	




More information about the llvm-testresults mailing list