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

Devang Patel dpatel at apple.com
Wed Aug 4 14:33:56 PDT 2010


That's me. 
-
Devang
On Aug 4, 2010, at 1:55 PM, daniel_dunbar at apple.com wrote:

> 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/3561
> 
> Buildbot URL: http://smooshlab.apple.com:8010/
> 
> Buildslave for this Build: spang.apple.com
> 
> Build Reason: 
> Build Source Stamp: 110242
> Blamelist: cornedbee,djg,dpatel,fjahanian,johannes,kremenek,resistor
> 
> BUILD FAILED: failed test.llvm.stage1 compile.llvm-gcc.stage1
> 
> sincerely,
> -The Buildbot
> 
> 
> ================================================================================
> 
> CHANGES:
> File: lib/Target/X86/X86AsmPrinter.cpp
> At: Wed 04 Aug 2010 11:10:04
> Changed By: dpatel
> Comments: Add DEBUG message.
> Properties: 
> 
> 
> 
> 
> File: lib/Target/ARM/ARMISelLowering.cpp
> At: Wed 04 Aug 2010 11:10:04
> Changed By: johannes
> Comments: Remove switch for disabling ARM tail calls.  They
> seem to be working correctly.  No functional change.
> 
> Properties: 
> 
> 
> 
> 
> Files:
> include/clang/Frontend/PCHReader.h
> include/clang/Frontend/PCHWriter.h
> lib/Frontend/PCHReader.cpp
> lib/Frontend/PCHWriter.cpp
> At: Wed 04 Aug 2010 11:25:04
> Changed By: cornedbee
> Comments: When chaining, only write interesting selectors to the PCH.Properties: 
> 
> 
> 
> 
> Files:
> include/clang/Analysis/CFGStmtMap.h
> lib/Analysis/CFGStmtMap.cpp
> lib/Analysis/CMakeLists.txt
> At: Wed 04 Aug 2010 11:25:04
> Changed By: kremenek
> Comments: Add CFGStmtMap, which defines a mapping from Stmt* to CFGBlock*.  The immediate intended use is in the unreachable code analysis.Properties: 
> 
> 
> 
> 
> File: docs/ReleaseNotes.html
> At: Wed 04 Aug 2010 11:30:04
> Changed By: resistor
> Comments: Add a note about the changing pass registration interface.
> Properties: 
> 
> 
> 
> 
> File: lib/Transforms/Scalar/LoopUnrollPass.cpp
> At: Wed 04 Aug 2010 11:35:04
> Changed By: resistor
> Comments: Experiments show that we can safely increase our unrolling threshold without unduly impacting code size, particularly
> since unrolling is not enabled at -Os.
> Properties: 
> 
> 
> 
> 
> File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
> At: Wed 04 Aug 2010 11:45:04
> Changed By: dpatel
> Comments: If a variable is spilled by code generator then use DW_OP_fbreg to describe its location on stack.
> Properties: 
> 
> 
> 
> 
> File: lib/CodeGen/RegAllocFast.cpp
> At: Wed 04 Aug 2010 11:45:04
> Changed By: dpatel
> Comments: While spilling live registers at the end of block check whether they are used by DBG_VALUE machine instructions or not. If a spilled register is used by DBG_VALUE machine instruction then insert a new DBG_VALUE machine instruction to encode variable's new location on stack.
> Properties: 
> 
> 
> 
> 
> File: test/DebugInfo/2010-08-04-StackVariable.ll
> At: Wed 04 Aug 2010 11:45:04
> Changed By: dpatel
> Comments: Test case for combination of r110234 & r110235.
> Properties: 
> 
> 
> 
> 
> Files:
> lib/CodeGen/CGBlocks.cpp
> lib/CodeGen/CGObjCMac.cpp
> lib/CodeGen/CodeGenFunction.h
> At: Wed 04 Aug 2010 11:50:04
> Changed By: fjahanian
> Comments: More objc block variable layout info. work.
> 
> Properties: 
> 
> 
> 
> 
> File: lib/CodeGen/AsmPrinter/AsmPrinter.cpp
> At: Wed 04 Aug 2010 11:55:05
> Changed By: djg
> Comments: Change this llvm_unreachable to report_fatal_error, since it can
> be triggered by valid, if dubious, IR.
> Properties: 
> 
> 
> 
> 
> File: lib/Analysis/ScalarEvolution.cpp
> At: Wed 04 Aug 2010 12:55:07
> Changed By: djg
> Comments: Fix a minor bug which resulted in intermediate calculations
> using wider types than are necessary.
> Properties: 
> 
> 
> 
> 
> Files:
> lib/Sema/SemaChecking.cpp
> test/Analysis/stack-addr-ps.cpp
> At: Wed 04 Aug 2010 13:05:04
> Changed By: kremenek
> Comments: Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert values to an lvalue.  This allows us to warn (again) about returning references to stack variables.  (fixes PR 7812).Properties: 
> 
> 
> 
> 
> LOGS:
> Last 10 lines of 'stdio':
> 	********************
> 	Failing Tests (1):
> 	    LLVM :: DebugInfo/2010-08-04-StackVariable.ll
> 	
> 	  Expected Passes    : 4896
> 	  Expected Failures  : 27
> 	  Unsupported Tests  : 546
> 	  Unexpected Failures: 1
> 	make[1]: *** [check-local-lit] Error 1
> 	make: *** [check] Error 2
> 
> Last 10 lines of 'fail':
> 	LLVM :: DebugInfo/2010-08-04-StackVariable.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 '2010-08-04-stackvariable.ll':
> 	1  llc               0x00b2ebbc llvm::sys::RemoveFileOnSignal(llvm::sys::Path const&, std::string*) + 1580
> 	2  libSystem.B.dylib 0x966089fc _sigtramp + 68
> 	Stack dump:
> 	0.	Program arguments: llc -O0 
> 	1.	Running pass 'Function Pass Manager' on module '<stdin>'.
> 	2.	Running pass 'Darwin PPC Assembly Printer' on function '@main'
> 	--
> 	
> 	********************
> 	
> 
> Last 10 lines of 'stdio':
> 	configure: creating ./config.status
> 	config.status: creating Makefile
> 	config.status: creating gccbug
> 	config.status: creating mklibgcc
> 	config.status: creating libada-mk
> 	config.status: creating ada/Makefile
> 	config.status: creating auto-host.h
> 	config.status: executing default commands
> 	make[1]: *** [stage2-bubble] Error 2
> 	make: *** [all] Error 2
> 
> Last 10 lines of 'warnings':
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1781: warning: operand 3 missing mode?
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1794: warning: operand 3 missing mode?
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1807: warning: operand 3 missing mode?
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1882: warning: operand 1 missing mode?
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:1889: warning: operand 1 missing mode?
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:2195: warning: destination missing a mode?
> 	../../llvm-gcc.src/gcc/config/rs6000/altivec.md:2195: warning: operand 0 missing mode?
> 	../../llvm-gcc.src/gcc/sched-vis.c:628: warning: no previous prototype for 'print_insn'
> 	../../llvm-gcc.src/gcc/libgcc2.c:412: warning: control reaches end of non-void function
> 	../../llvm-gcc.src/gcc/libgcc2.c:2045: warning: 'noreturn' function does return
> 





More information about the llvm-testresults mailing list