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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Nov 2 16:31:30 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/10634

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

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

Build Reason: 
Build Source Stamp: 118106
Blamelist: djg,lattner,resistor,void

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

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:47:37
Changed By: djg
Comments: Use '\0' instead of 0 for nul character constants.
Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrNEON.td
At: Tue 02 Nov 2010 15:47:37
Changed By: resistor
Comments: Since these fields are not exactly equivalent to the encoded field, rename them to something with semantic meaning.
Properties: 




File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:47:37
Changed By: void
Comments: Simplify the EncodeInstruction method now that a lot of the special case stuff
is handled with the MC encoder.
Properties: 




File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:53:38
Changed By: void
Comments: Omit unused parameter name.Properties: 




File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:53:38
Changed By: djg
Comments: Simplify this code.
Properties: 




File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:57:37
Changed By: void
Comments: Obsessive formatting changes. No functionality impact.
Properties: 




Files:
 utils/TableGen/AsmMatcherEmitter.cpp
 utils/TableGen/CodeGenInstruction.h
At: Tue 02 Nov 2010 15:57:37
Changed By: lattner
Comments: rewrite EmitConvertToMCInst to iterate over the MCInst operands,
filling them in one at a time.  Previously this iterated over the
asmoperands, which left the problem of "holes".  The new approach
simplifies things.
Properties: 




File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:57:37
Changed By: djg
Comments: Avoid manipulating paths in fixed-sized arrays.
Properties: 




File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 16:02:49
Changed By: djg
Comments: Fix a copy+pasto.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/ARM/vst4.ll
	    LLVM :: CodeGen/Thumb2/crash.ll
	    LLVM :: MC/Disassembler/neon-tests.txt
	
	  Expected Passes    : 5006
	  Expected Failures  : 33
	  Unsupported Tests  : 555
	  Unexpected Failures: 6
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/vld3.ll
	LLVM :: CodeGen/ARM/vld4.ll
	LLVM :: CodeGen/ARM/vst3.ll
	LLVM :: CodeGen/ARM/vst4.ll
	LLVM :: CodeGen/Thumb2/crash.ll
	LLVM :: MC/Disassembler/neon-tests.txt

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neon-table-encoding.s
	LLVM :: MC/ARM/neon-vld-encoding.s
	LLVM :: MC/ARM/neon-vst-encoding.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 'vld3.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/vld3.ll:15:9: error: expected string not found in input
	;CHECK: vld3i8:
	        ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

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

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

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

Last 10 lines of 'crash.ll':
	18 llc               0x00000003 start + 18446744073709544451
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'If Converter' on function '@NEON_vst4q_u32'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/crash.ll.script: line 2: 31849 Illegal instruction     'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/crash.ll'
	--
	
	********************
	

Last 10 lines of 'neon-tests.txt':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/MC/Disassembler/neon-tests.txt:12:10: error: expected string not found in input
	# CHECK: vld1.8 {d17, d18}, [r6], r5
	         ^
	<stdin>:4:2: note: scanning from here
	 vld1.8 {d17, d18}, [r6][r5]
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	    LLVM :: CodeGen/ARM/vst4.ll
	    LLVM :: CodeGen/Thumb2/crash.ll
	    LLVM :: MC/Disassembler/neon-tests.txt
	
	  Expected Passes    : 5484
	  Expected Failures  : 41
	  Unsupported Tests  : 69
	  Unexpected Failures: 6
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/vld3.ll
	LLVM :: CodeGen/ARM/vld4.ll
	LLVM :: CodeGen/ARM/vst3.ll
	LLVM :: CodeGen/ARM/vst4.ll
	LLVM :: CodeGen/Thumb2/crash.ll
	LLVM :: MC/Disassembler/neon-tests.txt

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neon-table-encoding.s
	LLVM :: MC/ARM/neon-vld-encoding.s
	LLVM :: MC/ARM/neon-vst-encoding.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 'vld3.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/ARM/vld3.ll:15:9: error: expected string not found in input
	;CHECK: vld3i8:
	        ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

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

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

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

Last 10 lines of 'crash.ll':
	17 llc               0x00000003 start + 18446744073709541635
	Stack dump:
	0.	Program arguments: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 
	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
	2.	Running pass 'If Converter' on function '@NEON_vst4q_u32'
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/crash.ll.script: line 2: 87844 Illegal instruction     'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/CodeGen/Thumb2/crash.ll'
	--
	
	********************
	

Last 10 lines of 'neon-tests.txt':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/test/MC/Disassembler/neon-tests.txt:12:10: error: expected string not found in input
	# CHECK: vld1.8 {d17, d18}, [r6], r5
	         ^
	<stdin>:4:2: note: scanning from here
	 vld1.8 {d17, d18}, [r6][r5]
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list