[llvm-testresults] buildbot failure in lab.llvm.org on phase3 - tree health

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Sep 6 23:11:42 PDT 2013


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 190220
Blamelist: adrian,ahatanak,awatry,dblaikie,djasper,echristo,efriedma,hans,hfinkel,mkopec,mren,papin_g,revane,rsmith

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: README.txt
On: smooshlab-project
At: Fri 06 Sep 2013 11:16:46
Changed By: adrian
Comments: fix typosProperties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 aggregate-indirect-arg.cpp
 llgdb.py
 nested-struct.cpp
 sret.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 11:16:46
Changed By: adrian
Comments: Add an lldb wrapper script that implements gdb-compatible commands on top
of lldb. This will be the new default method for executing the tests in
this repository on Darwin.
There is also a related patch for llvm/utils/test_debuginfo.pl coming.

I also relaxed some of the checks to work with both gdb's and lldb's
output.Properties: 
  phase_id: r190209-t20130906_151305-b11313



File: utils/test_debuginfo.pl
On: smooshlab-project
At: Fri 06 Sep 2013 11:16:46
Changed By: adrian
Comments: debuginfo-tests: Add support for an lldb wrapper script
to be used on darwin in lieu of gdb.Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 test/CodeGen/ARM/debug-info-arg.ll
 test/CodeGen/ARM/debug-info-blocks.ll
 test/CodeGen/ARM/debug-info-qreg.ll
 test/DebugInfo/X86/DW_AT_specification.ll
 test/DebugInfo/X86/block-capture.ll
 test/DebugInfo/X86/concrete_out_of_line.ll
 test/DebugInfo/X86/dbg-value-inlined-parameter.ll
 test/DebugInfo/X86/dbg-value-range.ll
 test/DebugInfo/X86/empty-and-one-elem-array.ll
 test/DebugInfo/X86/misched-dbg-value.ll
 test/DebugInfo/X86/pointer-type-size.ll
 test/DebugInfo/X86/struct-loc.ll
On: smooshlab-project
At: Fri 06 Sep 2013 11:20:43
Changed By: mren
Comments: Debug Info Testing: Updated to use null instead of "i32 0" for containing-type
field of DICompositeType.

This will help the follow-on patch of using DITypeRef for containing-type field.
Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 include/llvm/DebugInfo.h
 lib/IR/DIBuilder.cpp
 lib/IR/DebugInfo.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 11:30:43
Changed By: mren
Comments: Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part
of DIType.
    
Implement DIType::generateRef to return a type reference. This function will be
used in setContaintingType and in DIBuilder to generete the type reference.
    
No functionality change.
Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 include/llvm/DebugInfo.h
 lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
 lib/IR/DIBuilder.cpp
 lib/IR/DebugInfo.cpp
 test/DebugInfo/tu-composite.ll
On: smooshlab-project
At: Fri 06 Sep 2013 11:50:43
Changed By: mren
Comments: Debug Info: Use identifier to reference DIType in containing type field of
a DICompositeType.
    
Verifier is updated accordingly.
Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 test/CodeGenCXX/debug-info-class.cpp
 test/CodeGenCXX/debug-info-template-member.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 11:50:43
Changed By: mren
Comments: Debug Info: Update testing case.

DIBuilder now uses an identifier to reference DIType in containing type field of
a DICompositeType (in r190190).
Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 clang-modernize/tool/ClangModernize.cpp
 docs/ModernizerUsage.rst
On: smooshlab-project
At: Fri 06 Sep 2013 12:30:43
Changed By: revane
Comments: clang-modernize: Update docs with -include/-exclude

-include/-exclude and friends have been marked as hidden options until this
point. This is no longer necessary. Update the docs to describe their effect.

Differential Revision: http://llvm-reviews.chandlerc.com/D1621

Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 docs/MigratorUsage.rst
 docs/clang-modernize.rst
 docs/cpp11-migrate.rst
On: smooshlab-project
At: Fri 06 Sep 2013 12:30:43
Changed By: revane
Comments: clang-modernize: Tweak docs after rename

* Removing sphinx warnings about docs not in a toctree.
* Adding more links to cpp11-migrate redirect docs.

Properties: 
  phase_id: r190209-t20130906_151305-b11313



File: lib/Headers/CMakeLists.txt
On: smooshlab-project
At: Fri 06 Sep 2013 13:16:43
Changed By: echristo
Comments: Add Intrin.h to the cmake files.Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 lib/Target/R600/AMDGPUInstructions.td
 lib/Target/R600/R600Instructions.td
 lib/Target/R600/SIInstructions.td
 test/CodeGen/R600/atomic_load_sub.ll
On: smooshlab-project
At: Fri 06 Sep 2013 13:26:43
Changed By: awatry
Comments: R600: Add support for LDS atomic subtract

Signed-off-by: Aaron Watry <awatry at gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 include/clang/Driver/CLCompatOptions.td
 test/Driver/cl-options.c
On: smooshlab-project
At: Fri 06 Sep 2013 13:30:43
Changed By: hans
Comments: clang-cl: ignore /RTC options (PR17129)

I don't think Clang intends to implement this functionality.
ASan should be used instead. Since /RTC is often passed by default
from MSBuild, ignore the option to avoid bloating the output.Properties: 
  phase_id: r190209-t20130906_151305-b11313



File: lib/Basic/OpenMPKinds.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:06:43
Changed By: dblaikie
Comments: Unbreak the Clang -Werror build after r190183.

Best guess at the right answer here - no guarantees of fitness for any
particular purpose.Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
 test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
 test/CodeGen/ARM/coalesce-dbgvalue.ll
 test/CodeGen/ARM/debug-info-arg.ll
 test/CodeGen/ARM/debug-info-blocks.ll
 test/CodeGen/ARM/debug-info-branch-folding.ll
 test/CodeGen/ARM/debug-info-qreg.ll
 test/CodeGen/ARM/debug-info-s16-reg.ll
 test/CodeGen/ARM/debug-info-sreg2.ll
 test/CodeGen/Hexagon/hwloop-dbg.ll
 test/CodeGen/PowerPC/dbg.ll
 test/CodeGen/PowerPC/unwind-dw2-g.ll
 test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
 test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
 test/CodeGen/X86/2012-11-30-misched-dbg.ll
 test/CodeGen/X86/MachineSink-DbgValue.ll
 test/CodeGen/X86/stack-protector-dbginfo.ll
 test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
 test/DebugInfo/2009-11-10-CurrentFn.ll
 test/DebugInfo/2010-10-01-crash.ll
 test/DebugInfo/AArch64/dwarfdump.ll
 test/DebugInfo/AArch64/variable-loc.ll
 test/DebugInfo/SystemZ/variable-loc.ll
 test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
 test/DebugInfo/X86/2011-12-16-BadStructRef.ll
 test/DebugInfo/X86/DW_AT_byte_size.ll
 test/DebugInfo/X86/DW_AT_location-reference.ll
 test/DebugInfo/X86/DW_AT_object_pointer.ll
 test/DebugInfo/X86/DW_AT_specification.ll
 test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll
 test/DebugInfo/X86/DW_TAG_friend.ll
 test/DebugInfo/X86/aligned_stack_var.ll
 test/DebugInfo/X86/arguments.ll
 test/DebugInfo/X86/byvalstruct.ll
 test/DebugInfo/X86/coff_relative_names.ll
 test/DebugInfo/X86/concrete_out_of_line.ll
 test/DebugInfo/X86/dbg-at-specficiation.ll
 test/DebugInfo/X86/dbg-const-int.ll
 test/DebugInfo/X86/dbg-declare-arg.ll
 test/DebugInfo/X86/dbg-declare.ll
 test/DebugInfo/X86/dbg-large-unsigned-const.ll
 test/DebugInfo/X86/dbg-prolog-end.ll
 test/DebugInfo/X86/dbg-subrange.ll
 test/DebugInfo/X86/dbg-value-dag-combine.ll
 test/DebugInfo/X86/dbg-value-inlined-parameter.ll
 test/DebugInfo/X86/dbg-value-isel.ll
 test/DebugInfo/X86/dbg-value-location.ll
 test/DebugInfo/X86/dbg-value-range.ll
 test/DebugInfo/X86/dbg-value-terminator.ll
 test/DebugInfo/X86/dbg_value_direct.ll
 test/DebugInfo/X86/debug-info-block-captured-self.ll
 test/DebugInfo/X86/debug-info-blocks.ll
 test/DebugInfo/X86/debug-info-static-member.ll
 test/DebugInfo/X86/debug_frame.ll
 test/DebugInfo/X86/dwarf-public-names.ll
 test/DebugInfo/X86/dwarf-pubnames-split.ll
 test/DebugInfo/X86/eh_symbol.ll
 test/DebugInfo/X86/elf-names.ll
 test/DebugInfo/X86/empty-array.ll
 test/DebugInfo/X86/ending-run.ll
 test/DebugInfo/X86/enum-class.ll
 test/DebugInfo/X86/generate-odr-hash.ll
 test/DebugInfo/X86/instcombine-instrinsics.ll
 test/DebugInfo/X86/line-info.ll
 test/DebugInfo/X86/linkage-name.ll
 test/DebugInfo/X86/low-pc-cu.ll
 test/DebugInfo/X86/multiple-at-const-val.ll
 test/DebugInfo/X86/nondefault-subrange-array.ll
 test/DebugInfo/X86/op_deref.ll
 test/DebugInfo/X86/parameters.ll
 test/DebugInfo/X86/pr11300.ll
 test/DebugInfo/X86/pr12831.ll
 test/DebugInfo/X86/pr13303.ll
 test/DebugInfo/X86/pr9951.ll
 test/DebugInfo/X86/prologue-stack.ll
 test/DebugInfo/X86/reference-argument.ll
 test/DebugInfo/X86/rvalue-ref.ll
 test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
 test/DebugInfo/X86/stmt-list.ll
 test/DebugInfo/X86/subrange-type.ll
 test/DebugInfo/X86/subreg.ll
 test/DebugInfo/X86/template.ll
 test/DebugInfo/X86/union-template.ll
 test/DebugInfo/X86/vector.ll
 test/DebugInfo/X86/vla.ll
 test/DebugInfo/array.ll
 test/DebugInfo/dwarf-public-names.ll
 test/DebugInfo/enum.ll
 test/DebugInfo/global.ll
 test/DebugInfo/inline-debug-info-multiret.ll
 test/DebugInfo/inline-debug-info.ll
 test/DebugInfo/inlined-arguments.ll
 test/DebugInfo/inlined-vars.ll
 test/DebugInfo/member-pointers.ll
 test/DebugInfo/namespace.ll
 test/DebugInfo/template-recursive-void.ll
 test/DebugInfo/tu-composite.ll
 test/DebugInfo/two-cus-from-same-file.ll
 test/DebugInfo/version.ll
 test/Instrumentation/AddressSanitizer/debug_info.ll
 test/JitListener/test-common-symbols.ll
 test/JitListener/test-inline.ll
 test/JitListener/test-parameters.ll
 test/Linker/2011-08-04-DebugLoc.ll
 test/Linker/2011-08-04-DebugLoc2.ll
 test/Linker/2011-08-04-Metadata.ll
 test/Linker/2011-08-04-Metadata2.ll
 test/Linker/2011-08-18-unique-class-type.ll
 test/Linker/2011-08-18-unique-class-type2.ll
 test/Linker/2011-08-18-unique-debug-type.ll
 test/Linker/2011-08-18-unique-debug-type2.ll
 test/Linker/DbgDeclare.ll
 test/Linker/DbgDeclare2.ll
 test/Transforms/DeadArgElim/dbginfo.ll
 test/Transforms/InstCombine/debuginfo.ll
 test/Transforms/LICM/debug-value.ll
 test/Transforms/LoopIdiom/debug-line.ll
 test/Transforms/LoopRotate/dbgvalue.ll
 test/Transforms/LoopVectorize/dbg.value.ll
 test/Transforms/LoopVectorize/debugloc.ll
 test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
 test/Transforms/SLPVectorizer/X86/debug_info.ll
 test/Transforms/ScalarRepl/debuginfo-preserved.ll
 test/Transforms/SimplifyCFG/branch-fold-dbg.ll
 test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
 test/Transforms/SimplifyCFG/trap-debugloc.ll
On: smooshlab-project
At: Fri 06 Sep 2013 14:10:43
Changed By: mren
Comments: Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.

Field 2 of DIType (Context), field 9 of DIDerivedType (TypeDerivedFrom),
field 12 of DICompositeType (ContainingType), fields 2, 7, 12 of DISubprogram
(Context, Type, ContainingType).
Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 lib/Sema/SemaDecl.cpp
 test/CXX/except/except.spec/p4.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:16:46
Changed By: efriedma
Comments: Preserve exception specs in function decl merging.

Exception specs are not part of the canonical type, but we shouldn't
drop them just because we merged a noreturn attribute.

Fixes PR17110.Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 lib/Format/UnwrappedLineParser.cpp
 unittests/Format/FormatTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:30:43
Changed By: djasper
Comments: clang-format: Don't confuse operator[] with lambdas.

Before:
  double &operator[](int i) { return 0; } int i;

After:
  double &operator[](int i) { return 0; }
  int i;

This fixes llvm.org/PR17134.Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 lib/Format/UnwrappedLineParser.cpp
 unittests/Format/FormatTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:40:43
Changed By: djasper
Comments: clang-format: Format typed enums with nested names.

The explicit type specified for an enum can actually have a nested name
specifier.

This fixes llvm.org/PR17125.Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 lib/Format/ContinuationIndenter.cpp
 unittests/Format/FormatTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:50:43
Changed By: djasper
Comments: clang-format: Fix regression introduced by r190038.

Before:
  Constructor()
      : aaaaaaaaaaaaaaaaaaaa(a), bbbbbbbbbbbbbbbbbbbbbbbb(b) {
                                 }
After:
  Constructor()
      : aaaaaaaaaaaaaaaaaaaa(a), bbbbbbbbbbbbbbbbbbbbbbbb(b) {
  }Properties: 
  phase_id: r190209-t20130906_151305-b11313



Files:
 clang-modernize/PassByValue/PassByValueActions.cpp
 clang-modernize/PassByValue/PassByValueMatchers.cpp
 test/clang-modernize/PassByValue/basic.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:36:43
Changed By: papin_g
Comments: clang-modernize: Fix bugs in Pass-By-Value transform

- Limit the transform to const-ref and non-const value parameters only.
- Do not generate a replacement when the type is already a value.

See CM-139 for the bugs corresponding to this issue.Properties: 
  phase_id: r190213-t20130906_153846-b11314



Files:
 include/clang/Sema/Overload.h
 lib/Sema/SemaOverload.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:36:43
Changed By: rsmith
Comments: Remove error-prone 'list initialization' flag from an implicit conversion
sequence. All that matters here is whether we're doing the
std::initializer_list special case thing.
Properties: 
  phase_id: r190213-t20130906_153846-b11314



Files:
 test/expression_command/radar_9673664/TestExprHelpExamples.py
 test/functionalities/command_script/TestCommandScript.py
 test/functionalities/command_script/import/TestImport.py
 test/functionalities/conditional_break/TestConditionalBreak.py
 test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
On: smooshlab-project
At: Fri 06 Sep 2013 15:40:43
Changed By: mkopec
Comments: Re-enable some locally passing tests on Linux and see how they behave on the buildbots.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 llgdb.py
 static-member.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:40:43
Changed By: adrian
Comments: Use a more backwards-compatible method for evaluating expressions and add
more explanatory error messages.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/llvm/IR/Metadata.h
 lib/Analysis/TypeBasedAliasAnalysis.cpp
 lib/Transforms/Instrumentation/ThreadSanitizer.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:50:46
Changed By: mren
Comments: TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
instead of having its own implementation.

The implementation of isTBAAVtableAccess is in TypeBasedAliasAnalysis.cpp
since it is related to the format of TBAA metadata.

The path for struct-path tbaa will be exercised by
test/Instrumentation/ThreadSanitizer/read_from_global.ll, vptr_read.ll, and
vptr_update.ll when struct-path tbaa is on by default.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/clang/Basic/Builtins.def
 test/CodeGen/libcall-declarations.c
On: smooshlab-project
At: Fri 06 Sep 2013 16:30:43
Changed By: hfinkel
Comments: Add the missing "n" to libm LIBBUILTIN definitions

The libm math functions should be marked with the "n" (nothrow) flag so that
the corresponding IR function declarations are tagged with the nounwind
attribute (this has been true in C mode, but not in C++ mode).

The test case has been updated to run in C++ mode in addition to in C mode.Properties: 
  phase_id: r190220-t20130906_165249-b11319



File: include/clang/Basic/Builtins.def
On: smooshlab-project
At: Fri 06 Sep 2013 16:30:43
Changed By: hfinkel
Comments: Reorder libm LIBBUILTIN definitions

The libm LIBBUILTIN definitions are reordered to the canonical (and
alphabetical) double (''), float ('f'), long double ('l') ordering.

No functionality change intended.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Target/Mips/Mips64InstrInfo.td
 lib/Target/Mips/MipsCondMov.td
 lib/Target/Mips/MipsInstrInfo.td
 test/CodeGen/Mips/o32_cc_byval.ll
 test/MC/Mips/xgot.ll
On: smooshlab-project
At: Fri 06 Sep 2013 16:36:43
Changed By: ahatanak
Comments: [mips] Set instruction itineraries of loads, stores and conditional moves.


Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
 lib/Target/Mips/MipsCodeEmitter.cpp
 lib/Target/Mips/MipsInstrFormats.td
 lib/Target/Mips/MipsInstrInfo.td
On: smooshlab-project
At: Fri 06 Sep 2013 16:46:43
Changed By: ahatanak
Comments: [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, which is
equivalent to "beq $zero, $zero, offset".


Properties: 
  phase_id: r190220-t20130906_165249-b11319



LOGS:






More information about the llvm-testresults mailing list