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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Jul 29 19:59: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/3511

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

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 109824
Blamelist: bwilson,cornedbee,d0k,ddunbar,echristo,ggreif,kremenek,sampo

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


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

CHANGES:
File: unittests/Makefile
At: Thu 29 Jul 2010 15:34:46
Changed By: bwilson
Comments: Fix the temporary hack.
Properties: 




Files:
 include/llvm/IntrinsicsARM.td
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrThumb2.td
At: Thu 29 Jul 2010 15:51:11
Changed By: sampo
Comments: Add builtins for ssat/usat, similar to RealView's __ssat and __usat intrinsics.
Properties: 




Files:
 include/clang/Basic/BuiltinsARM.def
 lib/CodeGen/CGBuiltin.cpp
 lib/Sema/SemaChecking.cpp
At: Thu 29 Jul 2010 15:51:32
Changed By: sampo
Comments: Wire up sema checking for __builtin_arm_usat and __builtin_arm_ssat immediates.
Properties: 




File: unittests/Makefile
At: Thu 29 Jul 2010 16:01:03
Changed By: bwilson
Comments: Remove the temporary hack, now that the llvm-i686-linux buildbot has
completed a successful build.
Properties: 




File: test/CMakeLists.txt
At: Thu 29 Jul 2010 16:01:28
Changed By: ddunbar
Comments: CMake: Clang test targets depend on the {FileCheck,not,count} tools.Properties: 




Files:
 lib/CodeGen/CGObjCMac.cpp
 test/CodeGenObjC/metadata-symbols-64.m
 test/CodeGenObjC/metadata_symbols.m
At: Thu 29 Jul 2010 16:01:28
Changed By: ddunbar
Comments: Revert "Re-apply fixed version of 108749, correctly conditionalizing the new
sections on", this change uncovered a possible linker bug which resulted in the
wrong messages getting dispatched. Backing this out while we investigate...Properties: 




Files:
 utils/valgrind/i386-pc-linux-gnu.supp
 utils/valgrind/x86_64-pc-linux-gnu.supp
At: Thu 29 Jul 2010 16:19:37
Changed By: d0k
Comments: Supress valgrind errors from python.
Properties: 




File: test/FrontendC/vla-1.c
At: Thu 29 Jul 2010 16:24:34
Changed By: echristo
Comments: Fix this up per llvm-gcc r109819.
Properties: 




File: gcc/llvm-convert.cpp
At: Thu 29 Jul 2010 16:24:34
Changed By: echristo
Comments: Make this a warning instead so it can be ignored.
Properties: 




File: include/llvm/Support/CallSite.h
At: Thu 29 Jul 2010 16:39:56
Changed By: ggreif
Comments: remove a layer of cruftProperties: 




Files:
 include/clang-c/Index.h
 test/Index/print-typekind.c
 tools/c-index-test/c-index-test.c
 tools/libclang/CXTypes.cpp
 tools/libclang/libclang.darwin.exports
 tools/libclang/libclang.exports
At: Thu 29 Jul 2010 17:14:39
Changed By: kremenek
Comments: Add clang_isPODType() for querying if the CXType is POD.  Implements <rdar://problem/8250669>.Properties: 




Files:
 include/clang/AST/ASTConsumer.h
 include/clang/Basic/IdentifierTable.h
 include/clang/Frontend/ASTConsumers.h
 include/clang/Frontend/CompilerInstance.h
 include/clang/Frontend/PCHDeserializationListener.h
 include/clang/Frontend/PCHReader.h
 include/clang/Frontend/PCHWriter.h
 lib/Basic/IdentifierTable.cpp
 lib/Frontend/CompilerInstance.cpp
 lib/Frontend/FrontendAction.cpp
 lib/Frontend/FrontendActions.cpp
 lib/Frontend/GeneratePCH.cpp
 lib/Frontend/PCHReader.cpp
 lib/Frontend/PCHWriter.cpp
 test/PCH/Inputs/chain-macro-override1.h
 test/PCH/Inputs/chain-macro-override2.h
 test/PCH/chain-macro-override.c
At: Thu 29 Jul 2010 17:35:12
Changed By: cornedbee
Comments: Make macro weirdness in chained PCH work. This required changing the way PCHReader and PCHWriter are initialized to correctly pick up all initializer. On the upside, this means that there is far less repetition in the dependent PCH now.Properties: 




File: External/Makefile
At: Thu 29 Jul 2010 17:39:33
Changed By: echristo
Comments: Temporarily disable skidmarks - it's undergoing a bit of a rewrite.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: FrontendC/vla-1.c
	
	  Expected Passes    : 5345
	  Expected Failures  : 45
	  Unsupported Tests  : 66
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check-lit] Error 2

Last 10 lines of 'warnings':
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm-gcc.install/bin/llvm-gcc -mmacosx-version-min=10.5  -std=gnu99 /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/vla-1.c -S |& grep "warning: alignment for"
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/vla-1.c:5: warning: alignment for 'var' conflicts with a dynamically realigned stack

Last 10 lines of 'fail':
	LLVM :: FrontendC/vla-1.c

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 'vla-1.c':
	Command Output (stdout):
	--
	/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/vla-1.c:5: warning: alignment for 'var' conflicts with a dynamically realigned stack
	--
	Command Output (stderr):
	--
	--
	
	********************
	




More information about the llvm-testresults mailing list