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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Aug 10 14:37:08 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/8411

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

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

Build Reason: 
Build Source Stamp: 110720
Blamelist: dpatel,stoklund,void

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

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/CodeGen/CGDebugInfo.cpp
At: Tue 10 Aug 2010 13:20:30
Changed By: dpatel
Comments: Simplify
Properties: 




Files:
 include/llvm/Analysis/DebugInfo.h
 lib/Analysis/DebugInfo.cpp
At: Tue 10 Aug 2010 13:25:05
Changed By: dpatel
Comments: Add missing argument. CreateCompositeTypeEx() users, please verify.
Properties: 




File: lib/CodeGen/PeepholeOptimizer.cpp
At: Tue 10 Aug 2010 13:25:05
Changed By: void
Comments: Turn optimize cmps on by default so that we can get some testing by the nightly
ARM testers.
Properties: 




File: lib/CodeGen/SplitKit.cpp
At: Tue 10 Aug 2010 13:46:10
Changed By: stoklund
Comments: More debug spewProperties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/Thumb2/lsr-deficiency.ll
	    LLVM :: CodeGen/Thumb2/thumb2-cbnz.ll
	    LLVM :: CodeGen/Thumb2/thumb2-lsr3.ll
	
	  Expected Passes    : 4897
	  Expected Failures  : 27
	  Unsupported Tests  : 548
	  Unexpected Failures: 11
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/lsr-on-unrolled-loops.ll
	LLVM :: CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
	LLVM :: CodeGen/Thumb2/2009-07-30-PEICrash.ll
	LLVM :: CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
	LLVM :: CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
	LLVM :: CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
	LLVM :: CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll
	LLVM :: CodeGen/Thumb2/lsr-deficiency.ll
	LLVM :: CodeGen/Thumb2/thumb2-cbnz.ll
	LLVM :: CodeGen/Thumb2/thumb2-lsr3.ll

Last 10 lines of 'xfail':
	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/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++/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 '2009-08-21-postrakill2.ll':
	18 llc               0x00000008 start + 18446744073709543432
	Stack dump:
	0.	Program arguments: llc -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@intcoord'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/ARM/Output/2009-08-21-PostRAKill2.ll.script: line 2: 26963 Abort trap              'llc' '-asm-verbose=false' '-O3' '-relocation-model=pic' '-disable-fp-elim' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-post-RA-scheduler' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll'
	--
	
	********************
	

Last 10 lines of 'lsr-on-unrolled-loops.ll':
	 bne.w LBB1_1
	 ^
	<stdin>:563:2: note: with variable "REGISTER" equal to "r12"
	<stdin>:567:2: note: possible intended match here
	 cmp r0, r1
	 ^
	--
	
	********************
	

Last 10 lines of '2009-07-17-crossregclasscopy.ll':
	17 llc               0x00002036 start + 54
	Stack dump:
	0.	Program arguments: llc 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@get_cie_encoding'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/2009-07-17-CrossRegClassCopy.ll.script: line 2: 31727 Abort trap              'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll'
	--
	
	********************
	

Last 10 lines of '2009-07-30-peicrash.ll':
	17 llc               0x00002036 start + 54
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@jpeg_idct_float'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/2009-07-30-PEICrash.ll.script: line 2: 31734 Abort trap              'llc' '-mtriple=thumbv7-apple-darwin9' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll'
	--
	
	********************
	

Last 10 lines of '2009-08-04-scavengerassert.ll':
	18 llc               0x00000006 start + 18446744073709543430
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -O3 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@PS_PrintGraphicInclude'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/2009-08-04-ScavengerAssert.ll.script: line 2: 31745 Abort trap              'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' '-O3' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll'
	--
	
	********************
	

Last 10 lines of '2009-12-01-loopivusers.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll:8:10: error: expected string not found in input
	; CHECK: ldr.64
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2010-03-15-asmccclobber.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll:13:10: error: expected string not found in input
	; CHECK: InlineAsm End
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2010-06-19-itblockcrash.ll':
	18 llc               0x00000006 start + 18446744073709543430
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin -O3 -relocation-model=pic -disable-fp-elim -mcpu=cortex-a8 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@strncmpic'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/2010-06-19-ITBlockCrash.ll.script: line 2: 31812 Abort trap              'llc' '-mtriple=thumbv7-apple-darwin' '-O3' '-relocation-model=pic' '-disable-fp-elim' '-mcpu=cortex-a8' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll'
	--
	
	********************
	

Last 10 lines of 'lsr-deficiency.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/lsr-deficiency.ll:15:10: error: expected string not found in input
	; CHECK: t:
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'thumb2-cbnz.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-cbnz.ll:23:10: error: expected string not found in input
	; CHECK: cmp r0, #0
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'thumb2-lsr3.ll':
	17 llc               0x00002036 start + 54
	Stack dump:
	0.	Program arguments: llc -march=thumb -mattr=+thumb2 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@test1'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/thumb2-lsr3.ll.script: line 2: 32066 Abort trap              'llc' '-march=thumb' '-mattr=+thumb2' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-lsr3.ll'
	--
	
	********************
	

Last 10 lines of 'stdio':
	    LLVM :: CodeGen/Thumb2/lsr-deficiency.ll
	    LLVM :: CodeGen/Thumb2/thumb2-cbnz.ll
	    LLVM :: CodeGen/Thumb2/thumb2-lsr3.ll
	
	  Expected Passes    : 5368
	  Expected Failures  : 35
	  Unsupported Tests  : 69
	  Unexpected Failures: 11
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/lsr-on-unrolled-loops.ll
	LLVM :: CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll
	LLVM :: CodeGen/Thumb2/2009-07-30-PEICrash.ll
	LLVM :: CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
	LLVM :: CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll
	LLVM :: CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll
	LLVM :: CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll
	LLVM :: CodeGen/Thumb2/lsr-deficiency.ll
	LLVM :: CodeGen/Thumb2/thumb2-cbnz.ll
	LLVM :: CodeGen/Thumb2/thumb2-lsr3.ll

Last 10 lines of 'xfail':
	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/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 '2009-08-21-postrakill2.ll':
	17 llc               0x00000008 start + 18446744073709544200
	Stack dump:
	0.	Program arguments: llc -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@intcoord'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/ARM/Output/2009-08-21-PostRAKill2.ll.script: line 2: 82505 Abort trap              'llc' '-asm-verbose=false' '-O3' '-relocation-model=pic' '-disable-fp-elim' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-post-RA-scheduler' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/2009-08-21-PostRAKill2.ll'
	--
	
	********************
	

Last 10 lines of 'lsr-on-unrolled-loops.ll':
	 bne.w LBB1_1
	 ^
	<stdin>:563:2: note: with variable "REGISTER" equal to "r12"
	<stdin>:567:2: note: possible intended match here
	 cmp r0, r1
	 ^
	--
	
	********************
	

Last 10 lines of '2009-07-17-crossregclasscopy.ll':
	16 llc               0x00001d36 start + 54
	Stack dump:
	0.	Program arguments: llc 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@get_cie_encoding'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/2009-07-17-CrossRegClassCopy.ll.script: line 2: 87269 Abort trap              'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-07-17-CrossRegClassCopy.ll'
	--
	
	********************
	

Last 10 lines of '2009-07-30-peicrash.ll':
	16 llc               0x00001d36 start + 54
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@jpeg_idct_float'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/2009-07-30-PEICrash.ll.script: line 2: 87276 Abort trap              'llc' '-mtriple=thumbv7-apple-darwin9' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-07-30-PEICrash.ll'
	--
	
	********************
	

Last 10 lines of '2009-08-04-scavengerassert.ll':
	17 llc               0x00000006 start + 18446744073709544198
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -O3 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@PS_PrintGraphicInclude'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/2009-08-04-ScavengerAssert.ll.script: line 2: 87287 Abort trap              'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' '-O3' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll'
	--
	
	********************
	

Last 10 lines of '2009-12-01-loopivusers.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2009-12-01-LoopIVUsers.ll:8:10: error: expected string not found in input
	; CHECK: ldr.64
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2010-03-15-asmccclobber.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll:13:10: error: expected string not found in input
	; CHECK: InlineAsm End
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of '2010-06-19-itblockcrash.ll':
	17 llc               0x00000006 start + 18446744073709544198
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin -O3 -relocation-model=pic -disable-fp-elim -mcpu=cortex-a8 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@strncmpic'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/2010-06-19-ITBlockCrash.ll.script: line 2: 87354 Abort trap              'llc' '-mtriple=thumbv7-apple-darwin' '-O3' '-relocation-model=pic' '-disable-fp-elim' '-mcpu=cortex-a8' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll'
	--
	
	********************
	

Last 10 lines of 'lsr-deficiency.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/lsr-deficiency.ll:15:10: error: expected string not found in input
	; CHECK: t:
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'thumb2-cbnz.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-cbnz.ll:23:10: error: expected string not found in input
	; CHECK: cmp r0, #0
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'thumb2-lsr3.ll':
	16 llc               0x00001d36 start + 54
	Stack dump:
	0.	Program arguments: llc -march=thumb -mattr=+thumb2 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'Peephole Optimizations' on function '@test1'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/thumb2-lsr3.ll.script: line 2: 87608 Abort trap              'llc' '-march=thumb' '-mattr=+thumb2' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/thumb2-lsr3.ll'
	--
	
	********************
	




More information about the llvm-testresults mailing list