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

Benjamin Kramer benny.kra at gmail.com
Tue Oct 8 13:17:16 PDT 2013


On 08.10.2013, at 22:12, Timur Iskhodzhanov <timurrrr at google.com> wrote:

> Looks like my change, will revert now and investigate tomorrow.
> This hadn't been caught by check-clang...

std::sort may compare an element with itself, should be easy to fix the assert to avoid that case.

- Ben
> 
> 2013/10/9  <llvmlab-buildmaster at lab.llvm.org>:
>> 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/5953
>> 
>> Buildbot URL: http://lab.llvm.org:8013/
>> 
>> Buildslave for this Build: macpro1
>> 
>> Build Reason: scheduler
>> Build Source Stamp: 192220
>> Blamelist: ahatanak,arsenm,d0k,enrico,kremenek,mren,smatveev,timurrrr
>> 
>> BUILD FAILED: failed
>> 
>> sincerely,
>> -The Buildbot
>> 
>> 
>> ================================================================================
>> 
>> CHANGES:
>> File: include/llvm/IR/IRBuilder.h
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 10:50:30
>> Changed By: d0k
>> Comments: IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.
>> 
>> Sadly this loses the checking from AssertingVH, but apparently storing the
>> end() of a BasicBlock into an AssertingVH has bad consequences as it's not
>> really an instruction.Properties:
>>  phase_id: r192215-t20131008_115329-b12499
>> 
>> 
>> 
>> File: lib/Sema/SemaDecl.cpp
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:10:30
>> Changed By: kremenek
>> Comments: Remove transient code I did not mean to check in.Properties:
>>  phase_id: r192215-t20131008_115329-b12499
>> 
>> 
>> 
>> Files:
>> test/CodeGen/R600/insert_vector_elt.ll
>> test/CodeGen/R600/si-annotate-cf-assertion.ll
>> test/CodeGen/R600/store-vector-ptrs.ll
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:10:30
>> Changed By: arsenm
>> Comments: Add some xfaild R600 tests.
>> 
>> These are bugs to fix later.Properties:
>>  phase_id: r192215-t20131008_115329-b12499
>> 
>> 
>> 
>> Files:
>> lib/Target/Mips/MipsLongBranch.cpp
>> lib/Target/Mips/MipsMachineFunction.cpp
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:20:30
>> Changed By: ahatanak
>> Comments: [mips] Simplify and optimize code.
>> 
>> No intended functionality change.
>> Properties:
>>  phase_id: r192215-t20131008_115329-b12499
>> 
>> 
>> 
>> File: include/llvm/DebugInfo.h
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:50:35
>> Changed By: mren
>> Comments: Move DIRef::getName out of line.Properties:
>>  phase_id: r192215-t20131008_115329-b12499
>> 
>> 
>> 
>> File: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:50:35
>> Changed By: mren
>> Comments: Debug Info: take advantage of the existing CU::resolve.Properties:
>>  phase_id: r192215-t20131008_115329-b12499
>> 
>> 
>> 
>> File: lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:06:30
>> Changed By: smatveev
>> Comments: [sanitizer] Fix deadlock in StopTheWorld.
>> 
>> The tracer thread in StopTheWorld could wait on a mutex forever if the parent
>> process died before unlocking it. Use PR_SET_PDEATHSIG so that the parent would
>> kill the child in this scenario.Properties:
>>  phase_id: r192210-t20131008_120253-b12500
>> 
>> 
>> 
>> File: lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 11:56:30
>> Changed By: mren
>> Comments: Debug Info: rename getOriginalTypeSize to getBaseTypeSize.Properties:
>>  phase_id: r192216-t20131008_121110-b12501
>> 
>> 
>> 
>> Files:
>> include/lldb/DataFormatters/DataVisualization.h
>> include/lldb/DataFormatters/FormatManager.h
>> include/lldb/DataFormatters/TypeCategory.h
>> include/lldb/DataFormatters/TypeCategoryMap.h
>> include/lldb/lldb-private-enumerations.h
>> source/API/SBTypeCategory.cpp
>> source/Commands/CommandObjectType.cpp
>> source/Core/ValueObject.cpp
>> source/DataFormatters/DataVisualization.cpp
>> source/DataFormatters/FormatManager.cpp
>> source/DataFormatters/TypeCategory.cpp
>> source/DataFormatters/TypeCategoryMap.cpp
>> source/DataFormatters/TypeFormat.cpp
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 12:10:30
>> Changed By: enrico
>> Comments: <rdar://problem/11778815>
>> 
>> Formats (as in "type format") are now included in categories
>> The only bit missing is caching formats along with synthetic children and summaries, which might be now desirable
>> 
>> Properties:
>>  phase_id: r192217-t20131008_121929-b12502
>> 
>> 
>> 
>> Files:
>> lib/CodeGen/AsmPrinter/DwarfDebug.cpp
>> lib/CodeGen/AsmPrinter/DwarfDebug.h
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 12:16:30
>> Changed By: mren
>> Comments: Add DbgVariable::resolve per Eric's suggestion.Properties:
>>  phase_id: r192220-t20131008_122656-b12503
>> 
>> 
>> 
>> File: test/CodeGen/2008-01-25-ByValReadNone.c
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 12:16:30
>> Changed By: ahatanak
>> Comments: [mips] Remove XFAIL.
>> 
>> Triple x86_64 has been added to the command line, so this test doesn't fail
>> on mips anymore.
>> Properties:
>>  phase_id: r192220-t20131008_122656-b12503
>> 
>> 
>> 
>> Files:
>> include/clang/AST/VTableBuilder.h
>> include/clang/Basic/ABI.h
>> lib/AST/MicrosoftMangle.cpp
>> lib/AST/VTableBuilder.cpp
>> lib/CodeGen/CGCXXABI.h
>> lib/CodeGen/CGVTables.cpp
>> lib/CodeGen/CGVTables.h
>> lib/CodeGen/ItaniumCXXABI.cpp
>> lib/CodeGen/MicrosoftCXXABI.cpp
>> test/CodeGenCXX/microsoft-abi-thunks.cpp
>> test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
>> test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp
>> test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp
>> On: smooshlab-project
>> At: Tue 08 Oct 2013 12:20:30
>> Changed By: timurrrr
>> Comments: Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft
>> 
>> Reviewed at http://llvm-reviews.chandlerc.com/D1787Properties:
>>  phase_id: r192220-t20131008_122656-b12503
>> 
>> 
>> 
>> LOGS:
>> 
>> 





More information about the llvm-testresults mailing list