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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Sat Apr 17 15:19:01 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/2170

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

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

Build Reason: 
Build Source Stamp: 101674
Blamelist: andersca,lattner,nicholas

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/AST/RecordLayoutBuilder.cpp
 test/CodeGenCXX/bitfield-layout.cpp
At: Sat 17 Apr 2010 13:23:57
Changed By: andersca
Comments: If a wide bit-field is inside a union its offset should always be 0.Properties: 




Files:
 lib/AsmParser/LLParser.cpp
 test/Bitcode/memcpy.ll
At: Sat 17 Apr 2010 13:48:57
Changed By: lattner
Comments: reject forward references to functions whose type don't match
up with the definition (and fix a broken testcase).  PR6491.
Properties: 




File: lib/CodeGen/CGRecordLayoutBuilder.cpp
At: Sat 17 Apr 2010 13:53:57
Changed By: andersca
Comments: Factor union field layout code out into a separate function. No functionality change.Properties: 




Files:
 lib/CodeGen/CGRecordLayoutBuilder.cpp
 test/CodeGenCXX/bitfield-layout.cpp
At: Sat 17 Apr 2010 14:08:57
Changed By: andersca
Comments: Unnamed bit-fields in a union should be laid out with a type that doesn't affect alignment.Properties: 




File: test/Transforms/GVN/lifetime-simple.ll
At: Sat 17 Apr 2010 14:13:57
Changed By: nicholas
Comments: Fix intrinsic signature in this test.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/ARM/vstlane.ll
	    LLVM :: Transforms/IndVarSimplify/casted-argument.ll
	    LLVM :: Transforms/InstCombine/objsize.ll
	
	  Expected Passes    : 4633
	  Expected Failures  : 31
	  Unsupported Tests  : 515
	  Unexpected Failures: 14
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/vld3.ll
	LLVM :: CodeGen/ARM/vld4.ll
	LLVM :: CodeGen/ARM/vldlane.ll
	LLVM :: CodeGen/ARM/vst1.ll
	LLVM :: CodeGen/ARM/vst2.ll
	LLVM :: CodeGen/ARM/vst3.ll
	LLVM :: CodeGen/ARM/vst4.ll
	LLVM :: CodeGen/ARM/vstlane.ll
	LLVM :: Transforms/IndVarSimplify/casted-argument.ll
	LLVM :: Transforms/InstCombine/objsize.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 'arguments7.ll':
	--
	Command Output (stderr):
	--
	llc: <stdin>:5:28: error: invalid forward reference to function 'g' with wrong type!
	        %tmp = call double @g(i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b)
	                           ^
	--
	
	********************
	

Last 10 lines of 'arguments8.ll':
	--
	Command Output (stderr):
	--
	llc: <stdin>:5:25: error: invalid forward reference to function 'g' with wrong type!
	        %tmp = call i64 @g(i32 %a2, i32 %a3, i32 %a4, i32 %a5, i64 %b)
	                        ^
	--
	
	********************
	

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

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

Last 10 lines of 'vld3.ll':
	/Users/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':
	/Users/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 'vldlane.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/ARM/vldlane.ll:13:9: error: expected string not found in input
	;CHECK: vld2lanei8:
	        ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

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

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

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

Last 10 lines of 'casted-argument.ll':
	--
	Command Output (stderr):
	--
	opt: <stdin>:43:17: error: invalid forward reference to function 'bcopy_4038' with wrong type!
		tail call void @bcopy_4038(i8* %sub.ptr4912, i8* %sub.ptr7, i32 0) nounwind
		               ^
	--
	
	********************
	

Last 10 lines of 'objsize.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Transforms/InstCombine/objsize.ll:10:10: error: expected string not found in input
	; CHECK: @foo
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'stdio':
	    LLVM :: CodeGen/ARM/vstlane.ll
	    LLVM :: Transforms/IndVarSimplify/casted-argument.ll
	    LLVM :: Transforms/InstCombine/objsize.ll
	
	  Expected Passes    : 5070
	  Expected Failures  : 44
	  Unsupported Tests  : 65
	  Unexpected Failures: 14
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/ARM/vld3.ll
	LLVM :: CodeGen/ARM/vld4.ll
	LLVM :: CodeGen/ARM/vldlane.ll
	LLVM :: CodeGen/ARM/vst1.ll
	LLVM :: CodeGen/ARM/vst2.ll
	LLVM :: CodeGen/ARM/vst3.ll
	LLVM :: CodeGen/ARM/vst4.ll
	LLVM :: CodeGen/ARM/vstlane.ll
	LLVM :: Transforms/IndVarSimplify/casted-argument.ll
	LLVM :: Transforms/InstCombine/objsize.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-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 'arguments7.ll':
	--
	Command Output (stderr):
	--
	llc: <stdin>:5:28: error: invalid forward reference to function 'g' with wrong type!
	        %tmp = call double @g(i32 %a2, i32 %a3, i32 %a4, i32 %a5, double %b)
	                           ^
	--
	
	********************
	

Last 10 lines of 'arguments8.ll':
	--
	Command Output (stderr):
	--
	llc: <stdin>:5:25: error: invalid forward reference to function 'g' with wrong type!
	        %tmp = call i64 @g(i32 %a2, i32 %a3, i32 %a4, i32 %a5, i64 %b)
	                        ^
	--
	
	********************
	

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

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

Last 10 lines of 'vld3.ll':
	/Users/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':
	/Users/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 'vldlane.ll':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/ARM/vldlane.ll:13:9: error: expected string not found in input
	;CHECK: vld2lanei8:
	        ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

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

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

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

Last 10 lines of 'casted-argument.ll':
	--
	Command Output (stderr):
	--
	opt: <stdin>:43:17: error: invalid forward reference to function 'bcopy_4038' with wrong type!
		tail call void @bcopy_4038(i8* %sub.ptr4912, i8* %sub.ptr7, i32 0) nounwind
		               ^
	--
	
	********************
	

Last 10 lines of 'objsize.ll':
	; CHECK: @foo
	         ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	
	********************
	




More information about the llvm-testresults mailing list