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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Tue Jun 24 14:27:50 PDT 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/256

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 211602
Blamelist: alexfh,chapuni,cpirker,dsanders,majnemer,rafael

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/Mips/Mips32r6InstrFormats.td
 lib/Target/Mips/Mips32r6InstrInfo.td
 lib/Target/Mips/MipsInstrFormats.td
 lib/Target/Mips/MipsInstrInfo.td
 test/MC/Mips/mips32/valid.s
 test/MC/Mips/mips32r2/valid.s
 test/MC/Mips/mips32r6/valid.s
 test/MC/Mips/mips64/valid.s
 test/MC/Mips/mips64r2/valid.s
 test/MC/Mips/mips64r6/valid.s
On: smooshlab-project
At: Tue 24 Jun 2014 06:10:37
Changed By: dsanders
Comments: [mips] Added support for assembling sdbbp.

Summary:
This instruction is re-encoded in MIPS32r6/MIPS64r6 without changing the
restrictions. We hadn't implemented it for earlier ISA's so it has been added to those too.

Differential Revision: http://reviews.llvm.org/D4265
Properties: 
  phase_id: r211590-t20140624_062350-b1263



Files:
 docs/ProgrammersManual.rst
 include/llvm-c/Core.h
 include/llvm/Support/ManagedStatic.h
 include/llvm/Support/Threading.h
 lib/IR/Core.cpp
 lib/Support/Threading.cpp
 unittests/Support/ManagedStatic.cpp
On: smooshlab-project
At: Tue 24 Jun 2014 06:46:37
Changed By: chapuni
Comments: Revert r211287, "Remove support for LLVM runtime multi-threading."

libclang still requires it on cygming, lack of incomplete <mutex>.Properties: 
  phase_id: r211592-t20140624_064837-b1264



File: tools/libclang/CIndex.cpp
On: smooshlab-project
At: Tue 24 Jun 2014 07:00:37
Changed By: chapuni
Comments: Revert r211121 (and r211285), "Change libclang initialization to use std::call_once instead of"

It broke mingw builder and cygwin-clang stage2, possibly lack of tls in <mutex>.Properties: 
  phase_id: r211593-t20140624_071107-b1265



File: lib/Support/Unix/Memory.inc
On: smooshlab-project
At: Tue 24 Jun 2014 07:06:37
Changed By: dsanders
Comments: Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache()

Buildbot reports a test failure on the llvm-mips-linux builder and blames r211588.
Although it doesn't appear in the blamelist, it seems it could also be r211587
(because it's committed to compiler-rt?) since they were tested together.

Reverting the most likely suspect (r211588) to confirm one way or the other.
Properties: 
  phase_id: r211595-t20140624_072052-b1266



Files:
 include/llvm/Object/Archive.h
 include/llvm/Object/Binary.h
 include/llvm/Object/COFF.h
 include/llvm/Object/ELFObjectFile.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
 lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.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/ObjectFile.cpp
 lib/Object/SymbolicFile.cpp
 tools/lli/lli.cpp
 tools/llvm-ar/llvm-ar.cpp
On: smooshlab-project
At: Tue 24 Jun 2014 07:06:37
Changed By: rafael
Comments: Pass a unique_ptr<MemoryBuffer> to the constructors in the  Binary hierarchy.

Once the objects are constructed, they own the buffer. Passing a unique_ptr
makes that clear.Properties: 
  phase_id: r211595-t20140624_072052-b1266



File: lib/Object/ELFObjectFile.cpp
On: smooshlab-project
At: Tue 24 Jun 2014 07:36:37
Changed By: rafael
Comments: Replace two release calls with std::move. I missed this on the previous commit.Properties: 
  phase_id: r211597-t20140624_073837-b1267



Files:
 lib/Driver/Tools.cpp
 lib/Driver/Tools.h
 test/Driver/linux-ld.c
On: smooshlab-project
At: Tue 24 Jun 2014 08:16:37
Changed By: dsanders
Comments: [mips] Correct linux dynamic linker for -mnan=2008

Summary:
The dynamic linker is named ld-linux-mipsn8.so.1 when -mnan=2008 is given (or
is the default). It remains ld.so.1 for other cases.

This is necessary for MIPS32r6/MIPS64r6 since these ISA's default to -mnan=2008.

Differential Revision: http://reviews.llvm.org/D4273
Properties: 
  phase_id: r211598-t20140624_081837-b1268



Files:
 lib/Sema/AnalysisBasedWarnings.cpp
 test/SemaCXX/switch-implicit-fallthrough.cpp
On: smooshlab-project
At: Tue 24 Jun 2014 08:40:37
Changed By: alexfh
Comments: Fix "warning: fallthrough annotation does not directly precede switch label" in lambdas.

Summary: This patch fixes http://llvm.org/PR17864 - "warning: fallthrough annotation does not directly precede switch label" in lambdas.

Reviewers: rsmith

Reviewed By: rsmith

Subscribers: rnk, cfe-commits

Differential Revision: http://reviews.llvm.org/D4258Properties: 
  phase_id: r211599-t20140624_084239-b1269



File: utils/FileUpdate
On: smooshlab-project
At: Tue 24 Jun 2014 08:50:39
Changed By: alexfh
Comments: Remove an empty directory left after r211508.
Properties: 
  phase_id: r211600-t20140624_085347-b1270



Files:
 lib/Target/ARM/ARMExpandPseudoInsts.cpp
 lib/Target/ARM/ARMInstrInfo.td
 test/CodeGen/Thumb2/tpsoft.ll
On: smooshlab-project
At: Tue 24 Jun 2014 08:56:37
Changed By: cpirker
Comments: ARM: Fix TPsoft for Thumb mode

Reviewed at http://reviews.llvm.org/D4230

Properties: 
  phase_id: r211601-t20140624_090453-b1271



File: lib/CodeGen/TargetLoweringObjectFileImpl.cpp
On: smooshlab-project
At: Tue 24 Jun 2014 09:10:37
Changed By: majnemer
Comments: CodeGen: Avoid multiple strlen calls

Use a StringRef to hold our section prefix.  This avoids multiple calls
to strlen.Properties: 
  phase_id: r211602-t20140624_091653-b1272



LOGS:






More information about the llvm-testresults mailing list