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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon May 3 15:22:31 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/2438

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

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

Build Reason: 
Build Source Stamp: 102956
Blamelist: dgregor,djg,enderby,fjahanian,kremenek,void

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Frontend/ASTUnit.cpp
 test/Index/local-symbols.m
At: Mon 03 May 2010 13:22:33
Changed By: kremenek
Comments: Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since they don't go in
the DeclContext for the translation unit.  This is to workaround a fundamental issue in how
ObjC decls (within an @implementation) are parsed before the ObjCContainerDecl is available.Properties: 




Files:
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 test/SemaTemplate/instantiate-function-1.cpp
At: Mon 03 May 2010 13:27:33
Changed By: dgregor
Comments: When instantiating a function-local variable definition, introduce the
mapping from the declaration in the template to the instantiated
declaration before transforming the initializer, in case some crazy
lunatic decides to use a variable in its own initializer. Fixes PR7016.
Properties: 




File: lib/Analysis/ScalarEvolution.cpp
At: Mon 03 May 2010 13:27:33
Changed By: djg
Comments: Silence warnings about -1 being converted to an unsigned value.

Also, pass true for isSigned even when creating constants for unsigned
comparisons, because the point is to create an all-ones constant,
rather than UINT64_MAX, even for integers wider than 64 bits.
Properties: 




File: test/FrontendC++/thunk-weak-odr.cpp
At: Mon 03 May 2010 13:42:33
Changed By: void
Comments: Testcase for r102947.
Properties: 




Files:
 gcc/llvm-backend.cpp
 gcc/llvm-convert.cpp
At: Mon 03 May 2010 13:42:34
Changed By: void
Comments: Some things actually do want to follow the ODR'ness flag -- like thunks. When
GCC marks something as "one_only", it also marks it as "weak". So make the check
of marking something as "non-odr weak" a bit more restrictive.
Properties: 




Files:
 lib/Target/X86/X86InstrInfo.td
 test/MC/AsmParser/X86/x86_32-encoding.s
At: Mon 03 May 2010 13:47:33
Changed By: enderby
Comments: Fixed the encoding of the x86 push instructions.  Using a 32-bit immediate value
caused the a pushl instruction to be incorrectly encoding using only two bytes
of immediate, causing the following 2 instruction bytes to be part of the 32-bit
immediate value.  Also fixed the one byte form of push to be used when the
immediate would fit in a signed extended byte.  Lastly changed the names to not
include the 32 of PUSH32 since they actually push the size of the stack pointer.
Properties: 




Files:
 lib/Sema/Sema.h
 lib/Sema/SemaOverload.cpp
At: Mon 03 May 2010 14:07:34
Changed By: fjahanian
Comments: For the sake of Objective-c++ overload resolution,
treat argument types of objective-c pointer types
which only differ in their protocol qualifiers as
the same type (radar 7925668).
Properties: 




Files:
 lib/Target/X86/X86Instr64bit.td
 lib/Target/X86/X86InstrMMX.td
 test/MC/AsmParser/X86/x86_32-encoding.s
At: Mon 03 May 2010 14:07:34
Changed By: enderby
Comments: Fixed the encoding of two of the X86 movq instuctions.  The Move quadword from
mm to mm/m64 and the Move quadword from xmm2/mem64 to xmm1 had the incorrect
encodings.
Properties: 




File: test/SemaObjCXX/overload-1.mm
At: Mon 03 May 2010 14:12:33
Changed By: fjahanian
Comments: Test for my last patch.

Properties: 




LOGS:
Last 10 lines of 'stdio':
	    LLVM :: CodeGen/X86/GC/lower_gcroot.ll
	    LLVM :: CodeGen/X86/GC/simple_ocaml.ll
	    LLVM :: FrontendC++/thunk-weak-odr.cpp
	
	  Expected Passes    : 5120
	  Expected Failures  : 40
	  Unsupported Tests  : 65
	  Unexpected Failures: 4
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: CodeGen/X86/GC/alloc_loop.ll
	LLVM :: CodeGen/X86/GC/lower_gcroot.ll
	LLVM :: CodeGen/X86/GC/simple_ocaml.ll
	LLVM :: FrontendC++/thunk-weak-odr.cpp

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 'alloc_loop.ll':
	0  llc               0x00b542e4 llvm::sys::SetInterruptFunction(void (*)()) + 1236
	1  llc               0x00b54c20 llvm::sys::PrintStackTraceOnErrorSignal() + 1280
	2  libSystem.B.dylib 0x90b749fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: llc 
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/X86/GC/Output/alloc_loop.ll.script: line 2: 91553 Abort trap              'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/X86/GC/alloc_loop.ll'
	--
	
	********************
	

Last 10 lines of 'lower_gcroot.ll':
	0  llc               0x00b542e4 llvm::sys::SetInterruptFunction(void (*)()) + 1236
	1  llc               0x00b54c20 llvm::sys::PrintStackTraceOnErrorSignal() + 1280
	2  libSystem.B.dylib 0x90b749fc _sigtramp + 68
	Stack dump:
	0.	Program arguments: llc 
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.obj.2/test/CodeGen/X86/GC/Output/lower_gcroot.ll.script: line 2: 91579 Abort trap              'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/CodeGen/X86/GC/lower_gcroot.ll'
	--
	
	********************
	

Last 10 lines of 'simple_ocaml.ll':
	Command has output on stderr!
	
	--
	Command Output (stderr):
	--
	LLVM ERROR: no GCMetadataPrinter registered for GC: ocaml
	--
	
	********************
	

Last 10 lines of 'thunk-weak-odr.cpp':
	<stdin>:1:1: note: scanning from here
	; ModuleID = '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC++/thunk-weak-odr.cpp'
	^
	<stdin>:27:354: note: possible intended match here
	@_ZTV1D = weak_odr constant [6 x i32 (...)*] [i32 (...)* null, i32 (...)* bitcast (%struct.__si_class_type_info_pseudo* @_ZTI1D to i32 (...)*), i32 (...)* bitcast (i32 (%struct.D*)* @_ZN1D1fEv to i32 (...)*), i32 (...)* inttoptr (i32 -4 to i32 (...)*), i32 (...)* bitcast (%struct.__si_class_type_info_pseudo* @_ZTI1D to i32 (...)*), i32 (...)* bitcast (i32 (%struct.D*)* @_ZThn4_N1D1fEv to i32 (...)*)], align 8 ; <[6 x i32 (...)*]*> [#uses=2]
	                                                                                                                                                                                                                                                                                                                                                                 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list