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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Oct 14 10:39:37 PDT 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/10081

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

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

Build Reason: 
Build Source Stamp: 116489
Blamelist: grosbach,resistor

BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Target/ARM/ARMInstrInfo.td
At: Thu 14 Oct 2010 10:30:21
Changed By: grosbach
Comments: Simplify encoding information and add 'dst' operand info for TAILJMP.Properties: 




File: include/llvm/PassSupport.h
At: Thu 14 Oct 2010 10:30:21
Changed By: resistor
Comments: Apparently MSVC doesn't support thread-safe static local initialization.  Roll our own solution instead.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/PassManager.MemoryOnTheFly
	    LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/PassManager.ReRun
	    LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/VerifierTest.Branch_i1
	
	  Expected Passes    : 530
	  Expected Failures  : 23
	  Unsupported Tests  : 554
	  Unexpected Failures: 4431
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/JITTest.NonLazyLeaksNoStubs
	LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/LazyLoadedJITTest.EagerCompiledRecursionThroughGhost
	LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
	LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/MultiJitTest.EagerMode
	LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/MultiJitTest.JitPool
	LLVM-Unit :: ExecutionEngine/JIT/Release+Asserts/JITTests/MultiJitTest.LazyMode
	LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/PassManager.Memory
	LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/PassManager.MemoryOnTheFly
	LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/PassManager.ReRun
	LLVM-Unit :: VMCore/Release+Asserts/VMCoreTests/VerifierTest.Branch_i1

Last 10 lines of 'xfail':
	LLVM :: CodeGen/X86/asm-modifier-P.ll
	LLVM :: CodeGen/X86/pre-split1.ll
	LLVM :: CodeGen/X86/umul-with-carry.ll
	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 '2003-02-26-accesssizetest.ll':
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-03-04-gepcrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-03-04-GEPCrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-03-04-GEPCrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-04-22-gepproblem.ll':
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-04-25-gepcrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-04-25-GEPCrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-04-25-GEPCrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-05-21-gep-problem.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll -licm -disable-output
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-licm'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-06-01-aliascrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-06-01-AliasCrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-06-01-AliasCrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-07-03-basicaacrash.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-07-03-BasicAACrash.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll -basicaa -aa-eval -disable-output 2>/dev/null
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-09-19-localargument.ll':
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2003-11-04-simplecases.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-11-04-SimpleCases.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-11-04-SimpleCases.ll -aa-eval -print-may-aliases -disable-output  |& not grep May:
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2003-12-11-constexprgep.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2003-12-11-ConstExprGEP.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll -aa-eval -print-may-aliases -disable-output  |& not grep May:
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2004-07-28-mustaliasbug.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2004-07-28-MustAliasbug.ll -dse -S | grep {store i32 0}
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-dse'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2004-12-08-basicaacrash.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2004-12-08-BasicAACrash.ll -licm
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-licm'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2004-12-08-basicaacrash2.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2004-12-08-BasicAACrash2.ll -dse
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-dse'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2005-03-09-brokenbasicaa.ll':
	Command Output (stderr):
	--
	opt: Unknown command line argument '-basicaa'.  Try: 'opt -help'
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	llvm-dis: Invalid bitcode signature
	--
	
	********************
	

Last 10 lines of '2006-03-03-badarraysubscript.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2006-03-03-BadArraySubscript.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2006-03-03-BadArraySubscript.ll -aa-eval -disable-output |& grep {2 no alias respon}
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2006-11-03-basicaavectorcrash.ll':
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll -licm -disable-output
	--
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-licm'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2007-01-13-basepointerbadnoalias.ll':
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-basicaa'.  Try: 'opt -help'
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of '2007-08-01-noaliasandcalls.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2007-08-01-NoAliasAndCalls.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {MayAlias:.*i32\\* %., i32\\* %.} | grep {%x} | grep {%y}
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2007-08-01-noaliasandgep.ll':
	******************** TEST 'LLVM :: Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll' FAILED ********************Script:
	--
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {9 no alias}
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {6 may alias}
	opt < /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll -basicaa -aa-eval -print-all-alias-modref-info -disable-output |& grep {MayAlias:.*i32\\* %Ipointer, i32\\* %Jpointer}
	--
	Exit Code: 1
	
	********************
	

Last 10 lines of '2007-08-05-getoverloadedmodref.ll':
	Exit Code: 1
	Command Output (stderr):
	--
	opt: Unknown command line argument '-basicaa'.  Try: 'opt -help'
	opt: Unknown command line argument '-gvn'.  Try: 'opt -help'
	opt: Unknown command line argument '-instcombine'.  Try: 'opt -help'
	--
	
	********************
	

Last 10 lines of 'stdio':
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL:http://llvm.org/bugs/> for instructions.
	make[5]: *** [crt3.o] Error 1
	make[4]: *** [extra] Error 2
	make[3]: *** [stmp-multilib] Error 2
	rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod
	make[2]: *** [all-stage1-gcc] Error 2
	make[1]: *** [stage1-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	warning: structure `VEC_cp_token_position_heap' used but not defined
	warning: structure `pointer_set_t' used but not defined
	warning: structure `c_arg_info' used but not defined
	warning: structure `c_switch' used but not defined
	warning: structure `et_node' used but not defined
	warning: structure `loop' used but not defined
	warning: structure `ipa_reference_vars_info_d' used but not defined
	warning: structure `reg_info_def' used but not defined
	warning: structure `value_set' used but not defined
	../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn'




More information about the llvm-testresults mailing list