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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Jan 21 00:24:05 PST 2011


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

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 123968
Blamelist: dgregor,lattner,mspencer

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

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/Object/nm-trivial-object.test
 test/Object/nm-trivial-object.test-broken
 test/Object/objdump-trivial-object.test
 test/Object/objdump-trivial-object.test-broken
At: Thu 20 Jan 2011 21:14:37
Changed By: mspencer
Comments: Object: Renable the tests now that none of the build bots complain about aliasing.Properties: 




File: lib/Transforms/InstCombine/InstructionCombining.cpp
At: Thu 20 Jan 2011 21:14:37
Changed By: lattner
Comments: update obsolete comment.
Properties: 




Files:
 lib/Sema/SemaOverload.cpp
 lib/Sema/SemaTemplateDeduction.cpp
 test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3-0x.cpp
At: Thu 20 Jan 2011 21:24:34
Changed By: dgregor
Comments: Implement the special template argument deduction rule for T&& in a
call (C++0x [temp.deduct.call]p3).

As part of this, start improving the reference-binding implementation
used in the computation of implicit conversion sequences (for overload
resolution) to reflect C++0x semantics. It still needs more work and
testing, of course.
Properties: 




File: test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3-0x.cpp
At: Thu 20 Jan 2011 21:29:41
Changed By: dgregor
Comments: More testing to C++0x [temp.deduct.call]p3Properties: 




Files:
 lib/Transforms/InstCombine/InstructionCombining.cpp
 test/Transforms/InstCombine/crash.ll
At: Thu 20 Jan 2011 21:34:33
Changed By: lattner
Comments: fix PR9013, an infinite loop in instcombine.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: Object/objdump-trivial-object.test
	
	  Expected Passes    : 5185
	  Expected Failures  : 40
	  Unsupported Tests  : 558
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: Object/objdump-trivial-object.test

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/simple-fp-encoding.s
	LLVM :: MC/ARM/thumb2.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 :: 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 'objdump-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/objdump-trivial-object.test:13:12: error: expected string not found in input
	COFF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
	           ^
	<stdin>:8:2: note: scanning from here
	 0: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
	 ^
	--
	
	********************
	

Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: Object/nm-trivial-object.test
	    LLVM :: Object/objdump-trivial-object.test
	
	  Expected Passes    : 5650
	  Expected Failures  : 62
	  Unsupported Tests  : 70
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'warnings':
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding
	llvm-objdump: warning: invalid instruction encoding

Last 10 lines of 'fail':
	LLVM :: Object/nm-trivial-object.test
	LLVM :: Object/objdump-trivial-object.test

Last 10 lines of 'xfail':
	LLVM :: MC/ARM/neont2-vld-encoding.s
	LLVM :: MC/ARM/neont2-vst-encoding.s
	LLVM :: MC/ARM/simple-fp-encoding.s
	LLVM :: MC/ARM/thumb2.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-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 'nm-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/nm-trivial-object.test:10:7: error: expected string not found in input
	COFF: 00000000 d .data
	      ^
	<stdin>:1:1: note: scanning from here
	
	^
	--
	
	********************
	

Last 10 lines of 'objdump-trivial-object.test':
	/Volumes/SandBox/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/Object/objdump-trivial-object.test:13:12: error: expected string not found in input
	COFF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
	           ^
	<stdin>:8:2: note: scanning from here
	 0: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list