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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Nov 2 18:40:34 PDT 2010


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

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 118109
Blamelist: bwilson,ddunbar,djg,fjahanian,foldr,jtsoftware,kremenek,lattner,ofv,rafael,resistor,rjmccall,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 13:57:42
Changed By: djg
Comments: Micro-optimize.
Properties: 




Files:
 lib/CodeGen/CGDecl.cpp
 lib/CodeGen/CodeGenModule.cpp
 lib/CodeGen/ItaniumCXXABI.cpp
 test/CodeGenCXX/visibility.cpp
At: Tue 02 Nov 2010 14:07:37
Changed By: rjmccall
Comments: Ensure that static local variables in function templates inherit the
visibility of their function.

Properties: 




Files:
 include/clang/AST/ExprCXX.h
 lib/AST/ExprCXX.cpp
 test/CodeGenCXX/template-dependent-bind-temporary.cpp
At: Tue 02 Nov 2010 14:07:37
Changed By: fjahanian
Comments: Fixes an assertion violation when bind to temporary
expression is a dependent expression. 
// rdar: // 8620524 and PR7851
Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-vst-encoding.s
At: Tue 02 Nov 2010 14:12:37
Changed By: resistor
Comments: Add correct encodings for the basic form of vst1.
Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-vst-encoding.s
At: Tue 02 Nov 2010 14:22:37
Changed By: resistor
Comments: Add correct encodings for the basic variants for vst2.
Properties: 




Files:
 lib/Target/ARM/ARMExpandPseudoInsts.cpp
 lib/Target/ARM/ARMInstrNEON.td
 lib/Target/ARM/ARMSchedule.td
 lib/Target/ARM/ARMScheduleA8.td
 lib/Target/ARM/ARMScheduleA9.td
At: Tue 02 Nov 2010 14:22:37
Changed By: bwilson
Comments: Add NEON VST1-lane instructions.  Partial fix for Radar 8599955.Properties: 




File: docs/GettingStarted.html
At: Tue 02 Nov 2010 14:37:37
Changed By: ofv
Comments: Removed obsolete section about VC++ project files.Properties: 




Files:
 include/llvm/MC/MCAssembler.h
 lib/MC/MCAssembler.cpp
At: Tue 02 Nov 2010 14:42:53
Changed By: rafael
Comments: Do relaxations with FT_Org fragments. Fixes the FIXME:

    // FIXME: We should compute this sooner, we don't want to recurse here, and
    // we would like to be more functional.

In MCAssembler::ComputeFragmentSize.Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-vst-encoding.s
At: Tue 02 Nov 2010 14:52:38
Changed By: resistor
Comments: Add correct encodings for basic variants for vst3 and vst4.
Properties: 




File: utils/TableGen/AsmMatcherEmitter.cpp
At: Tue 02 Nov 2010 14:52:38
Changed By: lattner
Comments: merge two large parallel loops in EmitConvertToMCInst, no change
in the generated .inc files.
Properties: 




File: lib/Target/ARM/ARMInstrNEON.td
At: Tue 02 Nov 2010 14:57:54
Changed By: resistor
Comments: Tentative encodings for the "single element from one lane" variant of vst1.
Properties: 




File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:12:37
Changed By: djg
Comments: Eliminate some temporary std::strings.
Properties: 




Files:
 lib/Target/ARM/ARMInstrNEON.td
 test/MC/ARM/neon-vst-encoding.s
At: Tue 02 Nov 2010 15:22:37
Changed By: resistor
Comments: Provide correct encodings for the remaining vst variants that we currently generate.
Properties: 




File: lib/Support/SystemUtils.cpp
At: Tue 02 Nov 2010 15:22:37
Changed By: foldr
Comments: Revert r118057, this is better fixed in appendSuffix itself.Properties: 




Files:
 include/llvm/System/Path.h
 lib/System/Path.cpp
 lib/System/Unix/Path.inc
 lib/System/Win32/Path.inc
At: Tue 02 Nov 2010 15:22:37
Changed By: foldr
Comments: appendSuffix: don't append a dot when the suffix is empty.

Additionally, move the implementation of appendSuffix to Path.cpp: it is
platform-independent.Properties: 




Files:
 lib/Target/MBlaze/MBlazeInstrFPU.td
 lib/Target/MBlaze/MBlazeInstrInfo.td
At: Tue 02 Nov 2010 15:34:04
Changed By: lattner
Comments: mark a few codegenonly instructions.
Properties: 




Files:
 lib/Target/ARM/ARMCodeEmitter.cpp
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:34:04
Changed By: resistor
Comments: Rename encoder methods to match naming convention.
Properties: 




File: www/get_started.html
At: Tue 02 Nov 2010 15:39:23
Changed By: ddunbar
Comments: Add link to LLVM releases page.Properties: 




Files:
 lib/Target/ARM/ARMCodeEmitter.cpp
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrVFP.td
 lib/Target/ARM/ARMMCCodeEmitter.cpp
 test/MC/ARM/arm_instructions.s
 test/MC/ARM/simple-fp-encoding.s
At: Tue 02 Nov 2010 15:39:23
Changed By: void
Comments: Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work
with immediates up to 16-bits in size. The same logic is applied to other LDR
encodings, e.g. VLDR, but which use a different immediate bit width (8-bits in
VLDR's case). Removing the "12" allows it to be more generic.
Properties: 




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: 




Files:
 test/CodeGen/mult-alt-generic.c
 test/CodeGen/mult-alt-x86.c
At: Tue 02 Nov 2010 16:07:51
Changed By: jtsoftware
Comments: Tests for inline asm constraints, generic and x86.Properties: 




Files:
 test/CodeGen/ARM/mult-alt-generic-arm.ll
 test/CodeGen/MSP430/mult-alt-generic-msp430.ll
 test/CodeGen/PowerPC/mult-alt-generic-powerpc.ll
 test/CodeGen/PowerPC/mult-alt-generic-powerpc64.ll
 test/CodeGen/SPARC/mult-alt-generic-sparc.ll
 test/CodeGen/X86/mult-alt-generic-i686.ll
 test/CodeGen/X86/mult-alt-generic-x86_64.ll
 test/CodeGen/X86/mult-alt-x86.ll
At: Tue 02 Nov 2010 16:07:51
Changed By: jtsoftware
Comments: Inline asm mult-alt constraint tests.Properties: 




Files:
 test/Index/annotate-tokens.m
 tools/libclang/CIndex.cpp
At: Tue 02 Nov 2010 16:12:38
Changed By: kremenek
Comments: Hack to workaround deficiency in ObjC ASTs.  Functions and variables may be declared
within an @implementation, but we have no way to record that information in the AST.
This may cause CursorVisitor to miss these Decls when doing a AST walk.

Fixes <rdar://problem/8595462>.Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/Thumb2/crash.ll
	    LLVM :: CodeGen/X86/mult-alt-x86.ll
	    LLVM :: MC/Disassembler/neon-tests.txt
	
	  Expected Passes    : 5009
	  Expected Failures  : 33
	  Unsupported Tests  : 555
	  Unexpected Failures: 7
	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 :: CodeGen/X86/mult-alt-x86.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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	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'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj/test/CodeGen/Thumb2/Output/crash.ll.script: line 2: 25435 Trace/BPT trap          'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/Thumb2/crash.ll'
	--
	
	********************
	

Last 10 lines of 'mult-alt-x86.ll':
	llc < /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/X86/mult-alt-x86.ll -march=x86
	--
	Exit Code: 1
	Command Output (stderr):
	--
	LLVM ERROR: Couldn't allocate output reg for constraint 'y'!
	--
	
	********************
	

Last 10 lines of 'neon-tests.txt':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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/Thumb2/crash.ll
	    LLVM :: CodeGen/X86/mult-alt-x86.ll
	    LLVM :: MC/Disassembler/neon-tests.txt
	
	  Expected Passes    : 5474
	  Expected Failures  : 54
	  Unsupported Tests  : 69
	  Unexpected Failures: 7
	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 :: CodeGen/X86/mult-alt-x86.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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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':
	2  libSystem.B.dylib 0x96fee9fc _sigtramp + 68
	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'
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/Thumb2/Output/crash.ll.script: line 2: 74560 Trace/BPT trap          'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' < '/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/Thumb2/crash.ll'
	--
	
	********************
	

Last 10 lines of 'mult-alt-x86.ll':
	llc < /Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/X86/mult-alt-x86.ll -march=x86
	--
	Exit Code: 1
	Command Output (stderr):
	--
	LLVM ERROR: Couldn't allocate output reg for constraint 'y'!
	--
	
	********************
	

Last 10 lines of 'neon-tests.txt':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-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