[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Tue Jan 7 15:00:25 PST 2014


The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/6635

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 198708
Blamelist: aaronballman,chandlerc,mcinally,nico,rafael,rdivacky

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/IR/DataLayout.cpp
On: smooshlab-project
At: Tue 07 Jan 2014 12:00:59
Changed By: mcinally
Comments: Fix uninitialized variable warning in DataLayout.
Properties: 
  phase_id: r198702-t20140107_120259-b15381



Files:
 clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
 clang-modernize/AddOverride/AddOverride.cpp
 clang-modernize/AddOverride/AddOverrideActions.cpp
 clang-modernize/Core/IncludeDirectives.h
 clang-modernize/Core/PerfSupport.cpp
 clang-modernize/Core/PerfSupport.h
 clang-modernize/Core/ReplacementHandling.h
 clang-modernize/Core/Transforms.h
 clang-modernize/LoopConvert/LoopActions.h
 clang-modernize/PassByValue/PassByValue.h
 clang-modernize/PassByValue/PassByValueActions.cpp
 clang-modernize/ReplaceAutoPtr/ReplaceAutoPtrActions.cpp
 clang-modernize/UseNullptr/NullptrActions.cpp
 clang-query/Query.h
 clang-query/QueryParser.cpp
 clang-query/QuerySession.h
 clang-query/tool/ClangQuery.cpp
 clang-tidy/ClangTidy.cpp
 clang-tidy/ClangTidy.h
 clang-tidy/google/GoogleTidyModule.cpp
 clang-tidy/llvm/LLVMTidyModule.cpp
 modularize/Modularize.cpp
 modularize/PreprocessorTracker.cpp
 module-map-checker/ModuleMapChecker.cpp
 unittests/clang-apply-replacements/ReformattingTest.cpp
 unittests/clang-modernize/IncludeDirectivesTest.cpp
 unittests/clang-modernize/IncludeExcludeTest.cpp
 unittests/clang-modernize/TransformTest.cpp
 unittests/clang-tidy/GoogleModuleTest.cpp
 unittests/clang-tidy/LLVMModuleTest.cpp
On: smooshlab-project
At: Tue 07 Jan 2014 12:10:59
Changed By: chandlerc
Comments: Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't
always produce as pretty of results as it does in LLVM and Clang, but
I don't mind and the value of having a single canonical ordering is very
high IMO.

Let me know if you spot really serious problems here.Properties: 
  phase_id: r198703-t20140107_121314-b15382



File: lib/Basic/CMakeLists.txt
On: smooshlab-project
At: Tue 07 Jan 2014 12:20:59
Changed By: nico
Comments: [cmake] Write Version.inc at cmake time, not at build time.

In SVN checkouts, clang_revision_tag is rerun on every build, even if nothing
else is dirty.  After this change, Version.inc is only written at cmake time,
so that empty builds run 0 build steps (like r191784 apparently did for git).
Properties: 
  phase_id: r198705-t20140107_122259-b15383



File: docs/InternalsManual.rst
On: smooshlab-project
At: Tue 07 Jan 2014 12:20:59
Changed By: aaronballman
Comments: Updating the documentation about how to add attributes based on the rather extensive refactorings that have happened over the past several months.Properties: 
  phase_id: r198705-t20140107_122259-b15383



Files:
 lib/MC/ELFObjectWriter.cpp
 test/MC/ELF/type.s
On: smooshlab-project
At: Tue 07 Jan 2014 12:26:59
Changed By: rdivacky
Comments: In the ELFWriter when writing aliased (.set) symbols dont blindly
take type from the new symbol but merge them so that the type
is never "downgraded".

This is probably quite rare, except for IFUNC symbols which
we used to misassemble, losing the IFUNC type.

Fixes #18372.
Properties: 
  phase_id: r198706-t20140107_123025-b15384



Files:
 include/llvm/IR/Mangler.h
 include/llvm/LTO/LTOModule.h
 include/llvm/Target/Mangler.h
 lib/CodeGen/AsmPrinter/ARMException.cpp
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
 lib/CodeGen/AsmPrinter/DwarfException.cpp
 lib/CodeGen/AsmPrinter/DwarfUnit.cpp
 lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
 lib/CodeGen/AsmPrinter/Win64Exception.cpp
 lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 lib/ExecutionEngine/MCJIT/MCJIT.cpp
 lib/IR/CMakeLists.txt
 lib/IR/Mangler.cpp
 lib/LTO/LTOCodeGenerator.cpp
 lib/Target/AArch64/AArch64AsmPrinter.cpp
 lib/Target/AArch64/AArch64MCInstLower.cpp
 lib/Target/ARM/ARMAsmPrinter.cpp
 lib/Target/ARM/ARMMCInstLower.cpp
 lib/Target/ARM/ARMTargetObjectFile.cpp
 lib/Target/CMakeLists.txt
 lib/Target/Hexagon/HexagonAsmPrinter.cpp
 lib/Target/Hexagon/HexagonMCInstLower.cpp
 lib/Target/MSP430/MSP430AsmPrinter.cpp
 lib/Target/MSP430/MSP430MCInstLower.cpp
 lib/Target/Mangler.cpp
 lib/Target/Mips/MipsAsmPrinter.cpp
 lib/Target/Mips/MipsMCInstLower.cpp
 lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 lib/Target/NVPTX/NVPTXAsmPrinter.h
 lib/Target/PowerPC/PPCAsmPrinter.cpp
 lib/Target/PowerPC/PPCMCInstLower.cpp
 lib/Target/PowerPC/PPCTargetObjectFile.cpp
 lib/Target/Sparc/SparcAsmPrinter.cpp
 lib/Target/Sparc/SparcMCInstLower.cpp
 lib/Target/SystemZ/SystemZAsmPrinter.cpp
 lib/Target/SystemZ/SystemZMCInstLower.cpp
 lib/Target/TargetLoweringObjectFile.cpp
 lib/Target/X86/X86AsmPrinter.cpp
 lib/Target/X86/X86MCInstLower.cpp
 lib/Target/X86/X86TargetObjectFile.cpp
 lib/Target/XCore/XCoreAsmPrinter.cpp
 lib/Target/XCore/XCoreMCInstLower.cpp
On: smooshlab-project
At: Tue 07 Jan 2014 13:26:59
Changed By: rafael
Comments: Move the llvm mangler to lib/IR.

This makes it available to tools that don't link with target (like llvm-ar).Properties: 
  phase_id: r198708-t20140107_132900-b15385



LOGS:






More information about the llvm-testresults mailing list