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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Jun 27 02:43:27 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/274

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 211871
Blamelist: abataev,alp,arsenm,atrick,brucem,chapuni,compnerd,ctopper,dblaikie,echristo,rafael

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/MSP430/MSP430InstrInfo.cpp
 lib/Target/MSP430/MSP430InstrInfo.h
 lib/Target/MSP430/MSP430RegisterInfo.cpp
 lib/Target/MSP430/MSP430RegisterInfo.h
 lib/Target/MSP430/MSP430TargetMachine.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 18:26:37
Changed By: echristo
Comments: Remove uses and caches of the target machine and subtarget from
both MSP430InstrInfo and MSP430RegisterInfo. Remove unused member
variable StackAlign from MSP430RegisterInfo. Update constructors
accordingly.Properties: 
  phase_id: r211840-t20140626_185535-b1391



Files:
 lib/Target/MSP430/MSP430Subtarget.cpp
 lib/Target/MSP430/MSP430Subtarget.h
 lib/Target/MSP430/MSP430TargetMachine.cpp
 lib/Target/MSP430/MSP430TargetMachine.h
On: smooshlab-project
At: Thu 26 Jun 2014 18:26:37
Changed By: echristo
Comments: Move the subtarget dependent features from the target machine to
the subtarget for the MSP430 target.Properties: 
  phase_id: r211840-t20140626_185535-b1391



File: lib/Target/NVPTX/NVPTXTargetMachine.h
On: smooshlab-project
At: Thu 26 Jun 2014 18:40:37
Changed By: echristo
Comments: Remove extraneous parens and extraneous const cast (and fix the
prototype for the function to patch what we were returning).Properties: 
  phase_id: r211840-t20140626_185535-b1391



File: lib/Target/NVPTX/NVPTXTargetMachine.h
On: smooshlab-project
At: Thu 26 Jun 2014 18:40:37
Changed By: echristo
Comments: Remove commented out code.Properties: 
  phase_id: r211840-t20140626_185535-b1391



File: lib/Target/NVPTX/NVPTXTargetMachine.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 18:40:37
Changed By: echristo
Comments: Remove comment that duplicated information in the constructor
that it's after.Properties: 
  phase_id: r211840-t20140626_185535-b1391



Files:
 lib/Target/NVPTX/NVPTXInstrInfo.cpp
 lib/Target/NVPTX/NVPTXInstrInfo.h
 lib/Target/NVPTX/NVPTXTargetMachine.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 18:40:37
Changed By: echristo
Comments: Remove caching of the target machine in NVPTXInstrInfo and
update constructor accordingly.Properties: 
  phase_id: r211840-t20140626_185535-b1391



File: test/Driver/fuse-ld.c
On: smooshlab-project
At: Thu 26 Jun 2014 18:46:37
Changed By: chapuni
Comments: clang/test/Driver/fuse-ld.c: Really fix to match dos path.Properties: 
  phase_id: r211841-t20140626_190654-b1392



File: include/lldb/Target/Thread.h
On: smooshlab-project
At: Thu 26 Jun 2014 19:10:37
Changed By: brucem
Comments: Test commit: wether -> whether.
Properties: 
  phase_id: r211842-t20140626_191800-b1393



File: test/Frontend/lit.local.cfg
On: smooshlab-project
At: Thu 26 Jun 2014 19:16:39
Changed By: alp
Comments: Remove .bc from test config.suffixes

This was unused. Besides, a binary file can't really contain lit ShTests.Properties: 
  phase_id: r211847-t20140626_192853-b1394



File: test/Frontend/ir-support.c
On: smooshlab-project
At: Thu 26 Jun 2014 19:16:39
Changed By: alp
Comments: Add test coverage for .bc input in the frontend

Test that we can consume LLVM bitcode and additionally check that it produces
the same output as a direct compilation.

The feature is crashy and has gone untested until now, but we might as well
provide some coverage as long as it remains in tree.

Also test LL source input in the same way because the existing tests for that
don't look convincing.Properties: 
  phase_id: r211847-t20140626_192853-b1394



File: lib/Target/NVPTX/NVPTXSubtarget.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 19:16:39
Changed By: echristo
Comments: Rework the logic for setting the TargetName. This appears to
be shorter and identical in goal.Properties: 
  phase_id: r211847-t20140626_192853-b1394



Files:
 lib/Target/NVPTX/NVPTXFrameLowering.cpp
 lib/Target/NVPTX/NVPTXFrameLowering.h
 lib/Target/NVPTX/NVPTXTargetMachine.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 19:16:39
Changed By: echristo
Comments: Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.
Adjust the constructor accordingly.Properties: 
  phase_id: r211847-t20140626_192853-b1394



Files:
 lib/Target/NVPTX/NVPTXFrameLowering.cpp
 lib/Target/NVPTX/NVPTXFrameLowering.h
On: smooshlab-project
At: Thu 26 Jun 2014 19:16:39
Changed By: echristo
Comments: Move the constructor for NVPTXFrameLowering into the implementation
file in preparation for the subtarget move.Properties: 
  phase_id: r211847-t20140626_192853-b1394



Files:
 lib/Target/R600/AMDGPUISelLowering.cpp
 lib/Target/R600/R600ISelLowering.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 19:46:37
Changed By: arsenm
Comments: R600: Move load/store ReplaceNodeResults to common code.

Future patches will want to custom lower loads on SI.Properties: 
  phase_id: r211849-t20140626_194837-b1395



File: test/Frontend/ir-support.c
On: smooshlab-project
At: Thu 26 Jun 2014 19:46:37
Changed By: alp
Comments: Partially disable test from r211844

ELF assembly contains .line directives that differ based on the input filename.
Weaken the test while considering options.Properties: 
  phase_id: r211849-t20140626_194837-b1395



File: lib/Target/R600/AMDGPUPromoteAlloca.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 19:50:37
Changed By: arsenm
Comments: Fix missing newline and simplify debug printing.Properties: 
  phase_id: r211850-t20140626_195914-b1396



Files:
 docs/code-signing.txt
 docs/lldb-gdb-remote.txt
 include/lldb/API/SBListener.h
 include/lldb/Core/ConnectionFileDescriptor.h
 include/lldb/Core/EmulateInstruction.h
 include/lldb/Core/Listener.h
 include/lldb/Host/Predicate.h
 scripts/Python/interface/SBListener.i
 source/Core/ConnectionFileDescriptor.cpp
 source/Core/DataExtractor.cpp
 source/Core/Debugger.cpp
 source/Core/PluginManager.cpp
 source/Interpreter/OptionValueProperties.cpp
 source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 source/Plugins/Platform/Linux/PlatformLinux.cpp
 source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
 source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
 source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
 source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
 source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
 test/functionalities/thread/concurrent_events/main.cpp
 tools/debugserver/source/ChangeLog
 tools/debugserver/source/PThreadEvent.h
 tools/debugserver/source/RNBRemote.cpp
 tools/debugserver/source/RNBRemote.h
 tools/lldb-mi/MICmdArgSet.cpp
 tools/lldb-mi/MICmdArgValFile.cpp
 tools/lldb-mi/MICmdArgValListBase.cpp
 tools/lldb-mi/MICmdArgValListOfN.cpp
 tools/lldb-mi/MICmdArgValNumber.cpp
 tools/lldb-mi/MICmdArgValOptionLong.cpp
 tools/lldb-mi/MICmdArgValOptionShort.cpp
 tools/lldb-mi/MICmdArgValString.cpp
 tools/lldb-mi/MICmdArgValThreadGrp.cpp
 tools/lldb-mi/MICmnResources.cpp
 tools/lldb-mi/MICmnStreamStdin.cpp
 tools/lldb-mi/MIDriver.cpp
 www/formats.html
 www/index.html
 www/lldb-gdb.html
 www/python-reference.html
 www/scripting.html
 www/tutorial.html
On: smooshlab-project
At: Thu 26 Jun 2014 19:56:37
Changed By: brucem
Comments: Fix a few typos.
Properties: 
  phase_id: r211851-t20140626_200930-b1397



Files:
 tools/CMakeLists.txt
 tools/lto/CMakeLists.txt
On: smooshlab-project
At: Thu 26 Jun 2014 20:00:37
Changed By: rafael
Comments: Don't force the build of toos/lto as a static lib.

Any uses of tools/lto as a static lib should probably move to lib/LTO.
This was also never implemented in the configure build, so this reduces
the differences among the two.Properties: 
  phase_id: r211852-t20140626_202015-b1398



File: test/Frontend/ir-support.c
On: smooshlab-project
At: Thu 26 Jun 2014 20:10:37
Changed By: alp
Comments: Restore test from r211844 skipping '.file' directives

At least this answers the question of whether .bc/.ll input processed by the
frontend produces identical output to the original compilation.Properties: 
  phase_id: r211856-t20140626_203044-b1399



File: include/llvm/Support/COFF.h
On: smooshlab-project
At: Thu 26 Jun 2014 20:20:37
Changed By: compnerd
Comments: Support: tweak comment layout

Make the comment layout more uniform.  NFC.Properties: 
  phase_id: r211856-t20140626_203044-b1399



Files:
 include/llvm/Support/COFF.h
 tools/llvm-readobj/COFFDumper.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 20:20:37
Changed By: compnerd
Comments: Support: update DLLCharacteristics enumeration

Add the new AppContainer characteristic which is import for Windows Store
(Metro) compatible applications.  Add the new Control Flow Guard flag to bring
the enumeration up to date with the current values as of Windows 8.1.Properties: 
  phase_id: r211856-t20140626_203044-b1399



File: test/Frontend/ir-support.c
On: smooshlab-project
At: Thu 26 Jun 2014 20:20:37
Changed By: alp
Comments: Account for differences in grep implementationsProperties: 
  phase_id: r211856-t20140626_203044-b1399



File: test/OpenMP/nesting_of_regions.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 20:46:37
Changed By: abataev
Comments: [OPENMP] Added several test cases in nesting of OpenMP regions test after review from Samuel F Antao.
Properties: 
  phase_id: r211857-t20140626_204839-b1400



File: lib/Target/NVPTX/NVPTXISelLowering.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 20:56:37
Changed By: echristo
Comments: Use the target lowering we can get off of the DAG rather than off
of the cached target machine.Properties: 
  phase_id: r211858-t20140626_205935-b1401



File: test/CodeGen/R600/private-memory.ll
On: smooshlab-project
At: Thu 26 Jun 2014 21:06:37
Changed By: arsenm
Comments: R600: Add some testcases for promote alloca pass.

More complicated GEPs are skipped. Add some tests to
actually stress this skipping.Properties: 
  phase_id: r211859-t20140626_211036-b1402



Files:
 lib/Target/NVPTX/NVPTXISelLowering.h
 lib/Target/NVPTX/NVPTXSubtarget.cpp
 lib/Target/NVPTX/NVPTXSubtarget.h
 lib/Target/NVPTX/NVPTXTargetMachine.cpp
 lib/Target/NVPTX/NVPTXTargetMachine.h
On: smooshlab-project
At: Thu 26 Jun 2014 21:46:37
Changed By: echristo
Comments: Move NVPTX subtarget dependent variables from the target machine
to the subtarget.Properties: 
  phase_id: r211862-t20140626_214837-b1403



Files:
 include/llvm/IRReader/IRReader.h
 lib/AsmParser/Parser.cpp
 lib/IRReader/IRReader.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 21:46:37
Changed By: alp
Comments: ParseIR: don't take ownership of the MemoryBuffer

clang was needlessly duplicating whole memory buffer contents in an attempt to
satisfy unclear ownership semantics. Let's just hide internal LLVM quirks and
present a simple non-owning interface.

The public C API preserves previous behaviour for stability.Properties: 
  phase_id: r211862-t20140626_214837-b1403



File: lib/CodeGen/CodeGenAction.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 21:46:37
Changed By: alp
Comments: CodeGenAction: don't duplicate entire .ll/.bc files into memory

Requires supporting changes from LLVM r211861.Properties: 
  phase_id: r211862-t20140626_214837-b1403



Files:
 lib/Target/Mips/MipsSelectionDAGInfo.cpp
 lib/Target/Mips/MipsSelectionDAGInfo.h
 lib/Target/Mips/MipsTargetMachine.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 21:50:37
Changed By: echristo
Comments: Have MipsSelectionDAGInfo constructor take a DataLayout rather
than a target machine since it doesn't need anything past the
DataLayout.Properties: 
  phase_id: r211863-t20140626_220027-b1404



Files:
 include/llvm/Bitcode/ReaderWriter.h
 lib/Bitcode/Reader/BitcodeReader.cpp
 lib/IRReader/IRReader.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 22:00:37
Changed By: alp
Comments: Propagate const-correctness into parseBitcodeFile()Properties: 
  phase_id: r211864-t20140626_221219-b1405



Files:
 lib/CodeGen/MachineScheduler.cpp
 test/CodeGen/AArch64/arm64-misched-basic-A53.ll
On: smooshlab-project
At: Thu 26 Jun 2014 22:10:39
Changed By: atrick
Comments: MachineScheduler: add some book-keeping to fix an assert.

Fixe for Bug 20057 - Assertion failied in llvm::SUnit* llvm::SchedBoundary::pickOnlyChoice(): Assertion `i <= (HazardRec->getMaxLookAhead() + MaxObservedStall) && "permanent hazard"'

Thanks to Chad for the test case.Properties: 
  phase_id: r211867-t20140626_222405-b1406



File: lib/CodeGen/MachineScheduler.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 22:20:37
Changed By: atrick
Comments: Left out the NDEBUG in the previous checkin.Properties: 
  phase_id: r211867-t20140626_222405-b1406



Files:
 lib/Driver/ToolChains.cpp
 lib/Driver/Tools.cpp
 test/Driver/bindings.c
 test/Driver/gcc_forward.c
On: smooshlab-project
At: Thu 26 Jun 2014 22:16:37
Changed By: compnerd
Comments: Driver: use GNU::Link for the Generic_GCC toolchain

This changes the behaviour of the driver for linking to match that of the
Generic_GCC::Assemble.    The default link should use "ld" rather than "gcc" for
the linker as gcc does.  This avoids the unnecessary round-tripping through gcc.
It also is much more reasonable behaviour from the user's perspective.  This
should have been updated with SVN r195554 which changed the behaviour of
Generic_GCC::Assemble.

The gcc_forward test needs to be updated to mark the fact that -march is a flag
for GCC not ld.  This was updated as a typo fix, but added a check for a flag
that is not a link flag.

The bindings test covers the change for testing, and thus no new test was added.Properties: 
  phase_id: r211866-t20140626_223517-b1407



Files:
 source/Commands/CommandObjectExpression.cpp
 source/Commands/CommandObjectRegister.cpp
 source/Core/ArchSpec.cpp
 source/Core/Language.cpp
 source/DataFormatters/FormatManager.cpp
 source/Host/common/Host.cpp
 source/Host/common/Terminal.cpp
 source/Interpreter/CommandInterpreter.cpp
 source/Interpreter/OptionValueBoolean.cpp
 source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
 source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
 source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
 source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
 source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
 source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
 source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
 source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 source/Utility/SharingPtr.cpp
 tools/debugserver/source/DNB.cpp
 tools/debugserver/source/MacOSX/MachThreadList.cpp
 tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
 tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.cpp
 tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
 tools/debugserver/source/MacOSX/ppc/DNBArchImpl.cpp
 tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
 tools/debugserver/source/TTYState.h
 tools/lldb-perf/common/clang/lldb_perf_clang.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 22:30:38
Changed By: compnerd
Comments: lldb: remove adhoc implementation of array_sizeof

Replace adhoc inline implementation of llvm::array_lengthof in favour of the
implementation in LLVM.  This is simply a cleanup change, no functional change
intended.Properties: 
  phase_id: r211871-t20140626_224634-b1408



File: lib/Target/X86/X86FastISel.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 22:30:38
Changed By: ctopper
Comments: Rename getX86ConditonCode -> getX86ConditionCodeProperties: 
  phase_id: r211871-t20140626_224634-b1408



Files:
 lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
 lib/Target/SystemZ/SystemZSelectionDAGInfo.h
 lib/Target/SystemZ/SystemZTargetMachine.cpp
On: smooshlab-project
At: Thu 26 Jun 2014 22:36:37
Changed By: echristo
Comments: Have SystemZSelectionDAGInfo constructor take a DataLayout rather
than a target machine since it doesn't need anything past the
DataLayout.Properties: 
  phase_id: r211871-t20140626_224634-b1408



Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/LexicalScopes.cpp
 lib/IR/DebugInfo.cpp
 test/DebugInfo/PR20038.ll
On: smooshlab-project
At: Thu 26 Jun 2014 22:40:37
Changed By: dblaikie
Comments: Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location.""

This reverts commit r211724.Properties: 
  phase_id: r211871-t20140626_224634-b1408



LOGS:






More information about the llvm-testresults mailing list