[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Jul 31 14:43:47 PDT 2009


The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/1700

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

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

Build Reason: 
Build Source Stamp: 77728
Blamelist: ddunbar,djg,lattner,resistor

BUILD FAILED: failed unittest-llvm

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Transforms/Scalar/GVN.cpp
At: Fri 31 Jul 2009 13:25:12
Changed By: djg
Comments: Fix GVN's debug output, now that operator<< on Value* doesn't print
a trailing newline.




Files:
 docs/tutorial/LangImpl5.html
 docs/tutorial/LangImpl6.html
 docs/tutorial/LangImpl7.html
 examples/BrainF/BrainF.cpp
 examples/Kaleidoscope/toy.cpp
 include/llvm/Constant.h
 include/llvm/LLVMContext.h
 include/llvm/Support/IRBuilder.h
 lib/Analysis/BasicAliasAnalysis.cpp
 lib/Analysis/ConstantFolding.cpp
 lib/Analysis/DebugInfo.cpp
 lib/Analysis/IPA/Andersens.cpp
 lib/Analysis/ScalarEvolution.cpp
 lib/Analysis/ScalarEvolutionExpander.cpp
 lib/Analysis/ValueTracking.cpp
 lib/AsmParser/LLParser.cpp
 lib/Bitcode/Reader/BitcodeReader.cpp
 lib/CodeGen/IntrinsicLowering.cpp
 lib/CodeGen/SelectionDAG/FastISel.cpp
 lib/CodeGen/ShadowStackGC.cpp
 lib/CodeGen/UnreachableBlockElim.cpp
 lib/Linker/LinkModules.cpp
 lib/Target/CBackend/CBackend.cpp
 lib/Target/X86/X86FastISel.cpp
 lib/Target/X86/X86InstrInfo.cpp
 lib/Transforms/IPO/ArgumentPromotion.cpp
 lib/Transforms/IPO/DeadArgumentElimination.cpp
 lib/Transforms/IPO/GlobalOpt.cpp
 lib/Transforms/IPO/LowerSetJmp.cpp
 lib/Transforms/Instrumentation/BlockProfiling.cpp
 lib/Transforms/Instrumentation/EdgeProfiling.cpp
 lib/Transforms/Instrumentation/ProfilingUtils.cpp
 lib/Transforms/Instrumentation/RSProfiling.cpp
 lib/Transforms/Scalar/CodeGenPrepare.cpp
 lib/Transforms/Scalar/InstructionCombining.cpp
 lib/Transforms/Scalar/LoopStrengthReduce.cpp
 lib/Transforms/Scalar/PredicateSimplifier.cpp
 lib/Transforms/Scalar/Reassociate.cpp
 lib/Transforms/Scalar/Reg2Mem.cpp
 lib/Transforms/Scalar/SCCP.cpp
 lib/Transforms/Scalar/ScalarReplAggregates.cpp
 lib/Transforms/Scalar/SimplifyLibCalls.cpp
 lib/Transforms/Utils/BasicBlockUtils.cpp
 lib/Transforms/Utils/CodeExtractor.cpp
 lib/Transforms/Utils/LowerAllocations.cpp
 lib/Transforms/Utils/LowerInvoke.cpp
 lib/VMCore/ConstantFold.cpp
 lib/VMCore/Constants.cpp
 lib/VMCore/Core.cpp
 lib/VMCore/Instructions.cpp
 lib/VMCore/LLVMContext.cpp
 tools/bugpoint/CrashDebugger.cpp
 tools/bugpoint/ExtractFunction.cpp
 tools/bugpoint/Miscompilation.cpp
 tools/bugpoint/TestPasses.cpp
 unittests/Support/ValueHandleTest.cpp
At: Fri 31 Jul 2009 13:30:13
Changed By: resistor
Comments: Move a few more APIs back to 2.5 forms.  The only remaining ones left to change back are
metadata related, which I'm waiting on to avoid conflicting with Devang.




Files:
 lib/CodeGen/CGBlocks.cpp
 lib/CodeGen/CGBuiltin.cpp
 lib/CodeGen/CGCXX.cpp
 lib/CodeGen/CGCall.cpp
 lib/CodeGen/CGDecl.cpp
 lib/CodeGen/CGExprAgg.cpp
 lib/CodeGen/CGExprComplex.cpp
 lib/CodeGen/CGExprConstant.cpp
 lib/CodeGen/CGExprScalar.cpp
 lib/CodeGen/CGObjC.cpp
 lib/CodeGen/CGObjCGNU.cpp
 lib/CodeGen/CGObjCMac.cpp
 lib/CodeGen/CodeGenFunction.cpp
 lib/CodeGen/CodeGenModule.cpp
 test/SemaTemplate/canonical-expr-type-0x.cpp
At: Fri 31 Jul 2009 13:30:13
Changed By: resistor
Comments: Update for LLVM API change.




Files:
 gcc/config/rs6000/llvm-rs6000.cpp
 gcc/llvm-backend.cpp
 gcc/llvm-convert.cpp
At: Fri 31 Jul 2009 13:30:13
Changed By: resistor
Comments: Update for LLVM API change.




Files:
 lib/Target/CellSPU/SPUTargetAsmInfo.cpp
 lib/Target/CellSPU/SPUTargetAsmInfo.h
At: Fri 31 Jul 2009 13:40:13
Changed By: lattner
Comments: remove a pointless override.




Files:
 lib/Target/PowerPC/PPCTargetAsmInfo.cpp
 lib/Target/PowerPC/PPCTargetAsmInfo.h
At: Fri 31 Jul 2009 13:45:12
Changed By: lattner
Comments: remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,
because it just calls the default impl.

Remove the PPCDarwinTargetAsmInfo version of PreferredEHDataFormat because
it just returns DW_EH_PE_absptr unless on 10.6.  However, 10.6 doesn't support
PPC, so the default impl is just fine.




File: lib/Analysis/MemoryDependenceAnalysis.cpp
At: Fri 31 Jul 2009 13:50:12
Changed By: djg
Comments: Remove an unnecessary header.




Files:
 include/llvm/Target/DarwinTargetAsmInfo.h
 include/llvm/Target/TargetAsmInfo.h
 include/llvm/Target/TargetLoweringObjectFile.h
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 lib/Target/DarwinTargetAsmInfo.cpp
 lib/Target/TargetLoweringObjectFile.cpp
At: Fri 31 Jul 2009 13:55:12
Changed By: lattner
Comments: move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to
indicate that it is a predicate, not an emitter.  This eliminates TAI
dependencies on Mangler and GlobalValue.





File: lib/Analysis/MemoryDependenceAnalysis.cpp
At: Fri 31 Jul 2009 13:55:12
Changed By: djg
Comments: Make TargetData optional in MemoryDependenceAnalysis.




Files:
 lib/Target/X86/AsmParser/X86AsmParser.cpp
 test/MC/AsmParser/x86_instructions.s
At: Fri 31 Jul 2009 13:55:12
Changed By: ddunbar
Comments: llvm-mc/X86: Sketch match functions for immediates and memory operands.

Also, change scale value to always be 1 when unspecified to machine MachineInst
encoding.




LOGS:
Last 10 lines of 'unittest-llvm.stdio':
	llvm[3]: Compiling JITMemoryManagerTest.cpp for Debug build 
	llvm[3]: Compiling JITTest.cpp for Debug build 
	JITTest.cpp: In member function 'virtual void<unnamed>::JIT_GlobalInFunction_Test::TestBody()':
	JITTest.cpp:78: error: 'class llvm::LLVMContext' has no member named 'getNullValue'
	JITTest.cpp: At global scope:
	JITTest.cpp:127: warning: '<unnamed>::jit_env' defined but not used
	make[3]: *** [/Volumes/Data/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-x86_64-darwin10/llvm/unittests/ExecutionEngine/JIT/Debug/JITTest.o] Error 1
	make[2]: *** [JIT/.makeall] Error 2
	make[1]: *** [ExecutionEngine/.makeall] Error 2
	make: *** [unittests] Error 2




More information about the llvm-testresults mailing list