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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Jun 4 20:17:01 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/121

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 210221
Blamelist: dblaikie,garious,hans,nicholas,rsmith,samsonov,tfiala

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/lldb/Target/MemoryRegionInfo.h
 include/lldb/Target/Process.h
 lldb.xcodeproj/project.pbxproj
On: smooshlab-project
At: Wed 04 Jun 2014 13:26:37
Changed By: tfiala
Comments: Move MemoryRegionInfo out of Target/Process.h into its own header.

lldb-gdbserver and NativeProcessProtocol will use MemoryRegionInfo
but don't want to pull in Process.h.  Pull this declaration and
definition out into its own header.
Properties: 
  phase_id: r210213-t20140604_132837-b435



Files:
 lib/CodeGen/CGObjCGNU.cpp
 lib/CodeGen/CodeGenModule.cpp
 lib/CodeGen/CodeGenModule.h
On: smooshlab-project
At: Wed 04 Jun 2014 13:36:37
Changed By: samsonov
Comments: Remove the overload of GetAddrOfConstantString methodProperties: 
  phase_id: r210214-t20140604_133843-b436



Files:
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 test/MC/COFF/global_ctors_dtors.ll
On: smooshlab-project
At: Wed 04 Jun 2014 14:16:37
Changed By: hans
Comments: Don't emit structors for available_externally globals (PR19933)

We would previously assert here when trying to figure out the section
for the global.

This makes us handle the situation more gracefully since the IR isn't
malformed.

Differential Revision: http://reviews.llvm.org/D4022Properties: 
  phase_id: r210216-t20140604_141837-b437



File: lib/asan/CMakeLists.txt
On: smooshlab-project
At: Wed 04 Jun 2014 14:16:37
Changed By: garious
Comments: [asan] Add install rule for Android runtimeProperties: 
  phase_id: r210216-t20140604_141837-b437



Files:
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 test/CodeGenCXX/dllimport.cpp
On: smooshlab-project
At: Wed 04 Jun 2014 14:20:37
Changed By: hans
Comments: Don't dynamically initialize dllimport vars (PR19933)

They should be initialized when they're exported.

Differential Revision: http://reviews.llvm.org/D4020Properties: 
  phase_id: r210217-t20140604_143016-b438



File: lib/Transforms/Instrumentation/GCOVProfiling.cpp
On: smooshlab-project
At: Wed 04 Jun 2014 14:56:37
Changed By: nicholas
Comments: Explain why we skip DbgInfoIntrinsics when looking at line numbers in .gcno file emission.
Properties: 
  phase_id: r210218-t20140604_145837-b439



File: lib/CodeGen/CGExpr.cpp
On: smooshlab-project
At: Wed 04 Jun 2014 16:36:37
Changed By: rsmith
Comments: Formatting cleanup.
Properties: 
  phase_id: r210219-t20140604_163837-b440



Files:
 lib/Driver/Tools.cpp
 test/Driver/sanitizer-ld.c
On: smooshlab-project
At: Wed 04 Jun 2014 16:40:37
Changed By: rsmith
Comments: [ubsan] Don't add a --dynamic-list for ubsan symbols when building a shared
library. That results in the linker resolving all references to weak symbols in
the DSO to the definition from within that DSO. Ironically, this rarely causes
observable problems, except that it causes ubsan's own dynamic type check to
spuriously fail (because we fail to properly merge type_info object names).
Properties: 
  phase_id: r210220-t20140604_164919-b441



Files:
 include/llvm/CodeGen/LexicalScopes.h
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.h
 lib/CodeGen/AsmPrinter/DwarfUnit.cpp
 test/DebugInfo/missing-abstract-variable.ll
On: smooshlab-project
At: Wed 04 Jun 2014 17:00:37
Changed By: dblaikie
Comments: DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract DbgVariables have DIEs.

Abstract variables within abstract scopes that are entirely optimized
away in their first inlining are omitted because their scope is not
present so the variable is never created. Instead, we should ensure the
scope is created so the variable can be added, even if it's been
optimized away in its first inlining.

This fixes the incorrect debug info in missing-abstract-variable.ll
(added in r210143) and passes an asserts self-hosting build, so
hopefully there's not more of these issues left behind... *fingers
crossed*.Properties: 
  phase_id: r210221-t20140604_170238-b442



LOGS:






More information about the llvm-testresults mailing list