[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Jun 12 15:26:19 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 210836
Blamelist: bwilson,echristo,rafael,rnk

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/Feature/aliases.ll
 test/Verifier/alias.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 12 Jun 2014 14:50:38
Changed By: bwilson
Comments: Move test for r210734 to Feature/aliases.ll.Properties: 




File: test/CodeGenCXX/microsoft-abi-member-pointers.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 12 Jun 2014 14:56:37
Changed By: rnk
Comments: s/pr2007/20007/ in a testProperties: 




Files:
 include/llvm/ExecutionEngine/SectionMemoryManager.h
 include/llvm/IR/GVMaterializer.h
 include/llvm/IR/Module.h
 include/llvm/Object/Archive.h
 include/llvm/Object/COFF.h
 include/llvm/Object/ELF.h
 include/llvm/Object/ELFObjectFile.h
 include/llvm/Object/Error.h
 include/llvm/Object/IRObjectFile.h
 include/llvm/Object/MachO.h
 include/llvm/Object/MachOUniversal.h
 include/llvm/Object/ObjectFile.h
 include/llvm/Object/SymbolicFile.h
 include/llvm/ProfileData/InstrProf.h
 include/llvm/ProfileData/InstrProfReader.h
 include/llvm/ProfileData/InstrProfWriter.h
 include/llvm/Support/ErrorOr.h
 include/llvm/Support/FileOutputBuffer.h
 include/llvm/Support/FileSystem.h
 include/llvm/Support/LockFileManager.h
 include/llvm/Support/Memory.h
 include/llvm/Support/MemoryBuffer.h
 include/llvm/Support/Process.h
 include/llvm/Support/Program.h
 lib/AsmParser/Parser.cpp
 lib/Bitcode/Reader/BitReader.cpp
 lib/Bitcode/Reader/BitcodeReader.h
 lib/DebugInfo/DWARFContext.cpp
 lib/ExecutionEngine/Interpreter/Interpreter.cpp
 lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
 lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
 lib/IR/Core.cpp
 lib/IR/GCOV.cpp
 lib/IR/Module.cpp
 lib/IRReader/IRReader.cpp
 lib/LTO/LTOCodeGenerator.cpp
 lib/LTO/LTOModule.cpp
 lib/MC/MCContext.cpp
 lib/MC/MCModuleYAML.cpp
 lib/Object/Archive.cpp
 lib/Object/Binary.cpp
 lib/Object/COFFObjectFile.cpp
 lib/Object/ELFObjectFile.cpp
 lib/Object/IRObjectFile.cpp
 lib/Object/MachOObjectFile.cpp
 lib/Object/MachOUniversal.cpp
 lib/Object/Object.cpp
 lib/Object/ObjectFile.cpp
 lib/ProfileData/InstrProfReader.cpp
 lib/ProfileData/InstrProfWriter.cpp
 lib/Support/DataStream.cpp
 lib/Support/FileOutputBuffer.cpp
 lib/Support/FileUtilities.cpp
 lib/Support/GraphWriter.cpp
 lib/Support/LockFileManager.cpp
 lib/Support/MemoryBuffer.cpp
 lib/Support/Path.cpp
 lib/Support/Unix/Memory.inc
 lib/Support/Unix/Process.inc
 lib/Support/Unix/Program.inc
 lib/Support/Windows/Memory.inc
 lib/Support/Windows/Process.inc
 lib/Support/Windows/Program.inc
 lib/Support/YAMLTraits.cpp
 lib/Support/raw_ostream.cpp
 lib/TableGen/Main.cpp
 lib/Transforms/Scalar/SampleProfile.cpp
 lib/Transforms/Scalar/SimplifyCFGPass.cpp
 lib/Transforms/Utils/SpecialCaseList.cpp
 tools/bugpoint/ExecutionDriver.cpp
 tools/bugpoint/ExtractFunction.cpp
 tools/bugpoint/Miscompilation.cpp
 tools/bugpoint/OptimizerDriver.cpp
 tools/bugpoint/ToolRunner.cpp
 tools/gold/gold-plugin.cpp
 tools/lli/RemoteMemoryManager.cpp
 tools/lli/lli.cpp
 tools/llvm-ar/llvm-ar.cpp
 tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
 tools/llvm-cov/llvm-cov.cpp
 tools/llvm-dis/llvm-dis.cpp
 tools/llvm-dwarfdump/llvm-dwarfdump.cpp
 tools/llvm-mc/llvm-mc.cpp
 tools/llvm-mcmarkup/llvm-mcmarkup.cpp
 tools/llvm-nm/llvm-nm.cpp
 tools/llvm-objdump/llvm-objdump.cpp
 tools/llvm-objdump/llvm-objdump.h
 tools/llvm-profdata/llvm-profdata.cpp
 tools/llvm-readobj/ARMEHABIPrinter.h
 tools/llvm-readobj/ARMWinEHPrinter.h
 tools/llvm-readobj/Win64EHDumper.cpp
 tools/llvm-readobj/Win64EHDumper.h
 tools/llvm-readobj/llvm-readobj.h
 tools/llvm-rtdyld/llvm-rtdyld.cpp
 tools/llvm-size/llvm-size.cpp
 tools/llvm-symbolizer/LLVMSymbolize.cpp
 tools/llvm-symbolizer/llvm-symbolizer.cpp
 tools/macho-dump/macho-dump.cpp
 tools/obj2yaml/coff2yaml.cpp
 unittests/ExecutionEngine/JIT/JITTest.cpp
 unittests/Support/FileOutputBufferTest.cpp
 unittests/Support/LockFileManagerTest.cpp
 unittests/Support/MemoryBufferTest.cpp
 unittests/Support/MemoryTest.cpp
 unittests/Support/Path.cpp
 utils/FileCheck/FileCheck.cpp
 utils/FileUpdate/FileUpdate.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 12 Jun 2014 14:56:37
Changed By: rafael
Comments: Don't use 'using std::error_code' in include/llvm.

This should make sure that most new uses use the std prefix.Properties: 




Files:
 lib/Target/PowerPC/PPCHazardRecognizers.cpp
 lib/Target/PowerPC/PPCHazardRecognizers.h
 lib/Target/PowerPC/PPCInstrInfo.cpp
 lib/Target/PowerPC/PPCInstrInfo.h
 lib/Target/PowerPC/PPCTargetMachine.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 12 Jun 2014 15:00:37
Changed By: echristo
Comments: Remove TargetMachine from PPCInstrInfo and all dependencies and
replace with the current subtarget.Properties: 




LOGS:






More information about the llvm-testresults mailing list