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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Tue Jun 22 19:56:59 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/3178

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 106611
Blamelist: bruno,ddunbar,dgregor,djg,dpatel,echristo,fjahanian,kremenek,stuart,void

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
File: include/clang/Driver/Options.td
At: Tue 22 Jun 2010 15:28:12
Changed By: ddunbar
Comments: Support -mios-version-min= as an alias for -miphoneos-version-min=.Properties: 




Files:
 lib/Target/X86/X86InstrFormats.td
 lib/Target/X86/X86InstrInfo.h
 lib/Target/X86/X86InstrSSE.td
 lib/Target/X86/X86MCCodeEmitter.cpp
 test/MC/AsmParser/X86/x86_32-encoding.s
 test/MC/AsmParser/X86/x86_64-encoding.s
At: Tue 22 Jun 2010 15:43:11
Changed By: bruno
Comments: Add AVX MOV{SS,SD}{rr,rm} instructions
Properties: 




File: lib/Transforms/Utils/CloneModule.cpp
At: Tue 22 Jun 2010 15:53:11
Changed By: dpatel
Comments: While cloning a module, clone metadata attached with instructions.
Properties: 




File: lib/Transforms/Utils/ValueMapper.cpp
At: Tue 22 Jun 2010 15:58:11
Changed By: dpatel
Comments: If a metadata operand is seeded in value map and the metadata should also be seeded in value map. This is not limited to function local metadata. 

Failure to seed metdata in such cases causes troubles when in a cloned module, metadata from a new module refers to values in old module. Usually this results in mysterious bugpoint crashes. For example,

 Checking to see if we can delete global inits: Unknown constant!
 UNREACHABLE executed at /d/g/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp:904!

Properties: 




Files:
 lib/Target/X86/X86InstrSSE.td
 test/MC/AsmParser/X86/x86_32-encoding.s
 test/MC/AsmParser/X86/x86_64-encoding.s
At: Tue 22 Jun 2010 16:03:12
Changed By: bruno
Comments: Reapply support for AVX unpack and interleave instructions, with
testcases this time.

Properties: 




Files:
 lib/Transforms/Scalar/LoopStrengthReduce.cpp
 test/CodeGen/X86/optimize-max-3.ll
At: Tue 22 Jun 2010 16:08:12
Changed By: djg
Comments: Fix OptimizeMax to handle an odd case where one of the max operands
is another max which folds. This fixes PR7454.
Properties: 




Files:
 lib/AST/Type.cpp
 lib/Analysis/PrintfFormatString.cpp
 lib/Checker/CheckSecuritySyntaxOnly.cpp
 lib/CodeGen/CGObjCMac.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/SemaOverload.cpp
 lib/Sema/SemaStmt.cpp
 test/Sema/ext_vector_casts.c
At: Tue 22 Jun 2010 16:08:12
Changed By: dgregor
Comments: Type Type::isRealFloatingType() that vectors are not floating-point
types, updating callers of both isFloatingType() and
isRealFloatingType() accordingly. Caught at least one issue where we
allowed one to declare a vector of vectors (!), along with cleaning up
the standard-conversion logic for C++.
Properties: 




Files:
 lib/AST/Type.cpp
 test/Sema/ext_vector_casts.c
At: Tue 22 Jun 2010 16:18:12
Changed By: dgregor
Comments: Teach Type::isRealType() that vector types are never real types. All
of the callers of isRealType() already assumed this, and one of them
(increment/decrement) mistakenly permitted increments of vector types
because of it.
Properties: 




Files:
 include/clang/AST/DeclObjC.h
 lib/AST/ASTContext.cpp
 lib/AST/ASTImporter.cpp
 lib/AST/DeclObjC.cpp
 lib/Frontend/PCHReaderDecl.cpp
 lib/Frontend/PCHWriterDecl.cpp
 lib/Sema/SemaCodeComplete.cpp
 lib/Sema/SemaDeclObjC.cpp
 lib/Sema/SemaObjCProperty.cpp
 test/SemaObjC/duplicate-property-class-extension.m
At: Tue 22 Jun 2010 16:23:12
Changed By: fjahanian
Comments: Patch to provide separate ASTs for multiple ObjC class extension 
declarations (implements radar 7928731).

Properties: 




File: lib/Transforms/Utils/ValueMapper.cpp
At: Tue 22 Jun 2010 16:33:11
Changed By: dpatel
Comments: Revert 106592 for now. It causes clang-selfhost build failure.
Properties: 




File: test/CodeGen/X86/optimize-max-3.ll
At: Tue 22 Jun 2010 16:33:11
Changed By: djg
Comments: Loosen up this test so that it doesn't depend as much on register
allocation details.
Properties: 




Files:
 lib/Target/X86/X86InstrFormats.td
 lib/Target/X86/X86InstrSSE.td
 test/MC/AsmParser/X86/x86_32-encoding.s
 test/MC/AsmParser/X86/x86_64-encoding.s
At: Tue 22 Jun 2010 16:43:13
Changed By: bruno
Comments: Add AVX compare packed instructions
Properties: 




Files:
 lib/AST/Type.cpp
 lib/Sema/SemaExpr.cpp
 lib/Sema/SemaOverload.cpp
 test/Sema/ext_vector_casts.c
 test/Sema/init.c
At: Tue 22 Jun 2010 16:43:14
Changed By: dgregor
Comments: Vector types are not arithmetic types, either. Note that we now ban
__real myvec and __imag myvec, since they aren't all that useful (it's
just an identity function) but we might want to use them in more
restricted cases in the future (e.g., "__real mycomplexvec" could
extract the real parts of a vector of complex numbers).
Properties: 




Files:
 include/llvm/Analysis/ScalarEvolution.h
 lib/Analysis/ScalarEvolution.cpp
At: Tue 22 Jun 2010 16:48:13
Changed By: djg
Comments: 
Replace ScalarEvolution's private copy of getLoopPredecessor
with LoopInfo's public copy.
Properties: 




File: utils/buildit/build_llvm
At: Tue 22 Jun 2010 16:48:13
Changed By: void
Comments: Generate DWARF information during Apple-style build. They'll be stripped out
later on. But we need them saved in the symbols directory.
Properties: 




File: lib/Driver/Types.cpp
At: Tue 22 Jun 2010 16:48:13
Changed By: dgregor
Comments: Make c++ and C++ valid extensions for C++ source files, from Seth Cantrell!
Properties: 




Files:
 lib/Sema/SemaExprCXX.cpp
 test/SemaCXX/overload-call.cpp
At: Tue 22 Jun 2010 16:48:13
Changed By: dgregor
Comments: String literals enclosed in parentheses are still string
literals. Fixes PR7488.
Properties: 




File: lib/MC/MachObjectWriter.cpp
At: Tue 22 Jun 2010 16:53:11
Changed By: echristo
Comments: Get the addend correct for i386 pic.

Thanks Daniel!
Properties: 




Files:
 lib/Checker/RegionStore.cpp
 test/Analysis/misc-ps-region-store.m
At: Tue 22 Jun 2010 17:03:13
Changed By: kremenek
Comments: Correctly construct an ElementRegion for alloca() + pointer arithmetic.  Fixes analyzer
crash reported in PR 7450.Properties: 




File: gcc/llvm-convert.cpp
At: Tue 22 Jun 2010 17:33:15
Changed By: stuart
Comments: Less incorrect handling of zero-length bitfields.  Radars 7992077 and 8093043.Properties: 




Files:
 test/FrontendC++/2010-06-22-BitfieldInit.cpp
 test/FrontendC++/2010-06-22-ZeroBitfield.cpp
At: Tue 22 Jun 2010 17:33:15
Changed By: stuart
Comments: Less incorrect handling of zero-length bitfields.  Radars 7992077 and 8093043.Properties: 




LOGS:
Last 10 lines of 'stdio':
	Failing Tests (2):
	    LLVM :: FrontendC++/2010-06-22-BitfieldInit.cpp
	    LLVM :: FrontendC++/2010-06-22-ZeroBitfield.cpp
	
	  Expected Passes    : 5246
	  Expected Failures  : 43
	  Unsupported Tests  : 66
	  Unexpected Failures: 2
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'fail':
	LLVM :: FrontendC++/2010-06-22-BitfieldInit.cpp
	LLVM :: FrontendC++/2010-06-22-ZeroBitfield.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-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 '2010-06-22-bitfieldinit.cpp':
	--
	Assertion failed: (width && "Can't truncate to 0 bits"), function trunc, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/Support/APInt.cpp, line 1006.
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC++/2010-06-22-BitfieldInit.cpp:19: internal compiler error: Abort trap
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL:http://llvm.org/bugs/> for instructions.
	--
	
	********************
	

Last 10 lines of '2010-06-22-zerobitfield.cpp':
	Assertion failed: (NumBits >= MIN_INT_BITS && "bitwidth too small"), function get, file /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/lib/VMCore/Type.cpp, line 806.
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC++/2010-06-22-ZeroBitfield.cpp: In function 's8 f8()':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC++/2010-06-22-ZeroBitfield.cpp:5: internal compiler error: Abort trap
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL:http://llvm.org/bugs/> for instructions.
	--
	
	********************
	




More information about the llvm-testresults mailing list