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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sun Apr 11 17:13:06 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/5364

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

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

Build Reason: 
Build Source Stamp: 101000
Blamelist: djg

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Transforms/Scalar/IndVarSimplify.cpp
 test/Transforms/IndVarSimplify/eliminate-comparison.ll
At: Sun 11 Apr 2010 16:11:07
Changed By: djg
Comments: Teach IndVarSimplify how to eliminate comparisons involving induction
variables. For example, with code like this:

  for (i=0;i<n;++i)
    if (i<n)
      x[i] = 0;

IndVarSimplify will now recognize that i is always less than n inside
the loop, and eliminate the if.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: Transforms/SCCP/apint-basictest3.ll
	    LLVM :: Transforms/SCCP/apint-basictest4.ll
	    LLVM :: Transforms/SCCP/apint-bigint.ll
	
	  Expected Passes    : 5069
	  Expected Failures  : 37
	  Unsupported Tests  : 65
	  Unexpected Failures: 8
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/X86/masked-iv-safe.ll
	LLVM :: Transforms/InstCombine/apint-add2.ll
	LLVM :: Transforms/InstCombine/apint-cast.ll
	LLVM :: Transforms/InstCombine/apint-or2.ll
	LLVM :: Transforms/InstCombine/apint-xor2.ll
	LLVM :: Transforms/SCCP/apint-basictest3.ll
	LLVM :: Transforms/SCCP/apint-basictest4.ll
	LLVM :: Transforms/SCCP/apint-bigint.ll

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit.s
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	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-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 :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'masked-iv-safe.ll':
	--
		sarq	$8, %rsi
		sarq	$24, %rsi
	--
	Command Output (stderr):
	--
	--
	
	********************
	

Last 10 lines of 'apint-add2.ll':
	  %tmp.4 = add i65 %tmp.2, -18446744073709551616  ; <i65> [#uses=1]
	  %tmp.4 = add i1024 %tmp.2, -89884656743115795386465259539451236680898848947115328636715040578866337902750481566354238661203768010560056939935696678829394884407208311246423715319737062188883946712432742638151109800623047059726541476042502884419075341171231440736956555270413618581675255342293149119973622969239858152417678164812112068608 ; <i1024> [#uses=1]
	  %tmp.4 = add i128 %tmp.2, -170141183460469231731687303715884105728 ; <i128> [#uses=1]
	--
	Command Output (stderr):
	--
	--
	
	********************
	

Last 10 lines of 'apint-cast.ll':
	<stdin>:9:1: note: scanning from here
	}
	^
	<stdin>:13:2: note: possible intended match here
	 %tmp21 = lshr i577 %tmp, 9 ; <i577> [#uses=1]
	 ^
	--
	
	********************
	

Last 10 lines of 'apint-or2.ll':
	Command Output (stdout):
	--
	  %R = or i399 %B, %D                             ; <i399> [#uses=1]
	--
	Command Output (stderr):
	--
	--
	
	********************
	

Last 10 lines of 'apint-xor2.ll':
	Command Output (stdout):
	--
	  %C1 = xor i1023 %B1, 703687463                  ; <i1023> [#uses=1]
	--
	Command Output (stderr):
	--
	--
	
	********************
	

Last 10 lines of 'apint-basictest3.ll':
	Stack dump:
	0.	Program arguments: opt -sccp -S 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Sparse Conditional Constant Propagation' on function '@test'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/SCCP/Output/apint-basictest3.ll.script: line 6: 98788 Abort trap              'opt' '-sccp' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/SCCP/apint-basictest3.ll'
	     98789 Done                    | 'not' 'grep' 'mul'
	--
	
	********************
	

Last 10 lines of 'apint-basictest4.ll':
	Stack dump:
	0.	Program arguments: opt -sccp -S 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Sparse Conditional Constant Propagation' on function '@test'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/SCCP/Output/apint-basictest4.ll.script: line 9: 98792 Abort trap              'opt' '-sccp' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/SCCP/apint-basictest4.ll'
	     98793 Done                    | 'not' 'grep' 'and'
	--
	
	********************
	

Last 10 lines of 'apint-bigint.ll':
	Stack dump:
	0.	Program arguments: opt -sccp -S 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Sparse Conditional Constant Propagation' on function '@test1'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/Transforms/SCCP/Output/apint-bigint.ll.script: line 3: 98800 Abort trap              'opt' '-sccp' '-S' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/Transforms/SCCP/apint-bigint.ll'
	     98801 Done                    | 'not' 'grep' 'xor'
	--
	
	********************
	

Last 10 lines of 'stdio':
	configure: creating ./config.status
	config.status: creating Makefile
	config.status: creating gccbug
	config.status: creating mklibgcc
	config.status: creating libada-mk
	config.status: creating ada/Makefile
	config.status: creating auto-host.h
	config.status: executing default commands
	make[1]: *** [stage2-bubble] Error 2
	make: *** [all] Error 2

Last 10 lines of 'warnings':
	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'
	../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
	../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
	../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
	../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return




More information about the llvm-testresults mailing list