[Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (master) #1628

Report

[FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#1628]

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1628/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Mon, 01 Apr 2019 23:14:25 -0500
Build duration:
3 hr 59 min

Changes

  • Commit a33e4fd965eadd815c4a1b8e8ab80a4cd702d053 by ktopley:
    Fix typo in documentation for "deadline" parameter.

    • edit: src/swift/Queue.swift
  • Commit 5fb6ee866115bbcc21c8589b4a7f4f9eb31fd8f5 by davelee.com:
    Mark indexstore callbacks with noescape attribute

    • edit: include/indexstore/indexstore.h
    • edit: tools/IndexStore/IndexStore.cpp
  • Commit 664b2769e2b5e8b490e5cbdb4e3eacdf1fb92a09 by davelee.com:
    Remove noescape from set_unit_event_handler

    • edit: include/indexstore/indexstore.h
    • edit: tools/IndexStore/IndexStore.cpp
  • Commit 157b89d99e9418ac41a7fe96e6bb35569ec0b2b1 by davelee.com:
    Define default __has_attribute

    • edit: include/indexstore/indexstore.h
  • Commit 75da1809b565088577bbffe3cf6195c528099a45 by vsapsai:
    [Sema] Fix assertion when auto parameter in lambda has an attribute.

    • edit: test/SemaCXX/auto-cxx0x.cpp
    • edit: lib/Sema/SemaType.cpp
  • Commit a75fe75c91d4c69ede518e67564f374ebe9e6870 by jingham:
    Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".

    • add: packages/Python/lldbsuite/test/macosx/version_zero/libDylib.dylib.yaml
    • add: packages/Python/lldbsuite/test/macosx/version_zero/TestGetVersionZeroVersion.py
    • edit: scripts/Python/python-typemaps.swig
  • Commit ba9e830333d8b853e9f5ea46830a4f2f64430318 by jonas:
    [.gitingore] Add compiler-rt

    • edit: .gitignore
  • Commit 8aa8679232b857fb516fe7c4613b30dcb5554d68 by jonas:
    [API] Add SBReproducer to LLDB.h

    • edit: include/lldb/API/LLDB.h
  • Commit fe1cae75d40f8fabdee289470e643f71cb8c3267 by jingham:
    Copy the breakpoint site owner's collection so we can drop the

    • edit: include/lldb/Breakpoint/BreakpointLocationCollection.h
    • edit: source/Breakpoint/BreakpointSite.cpp
    • edit: source/Breakpoint/BreakpointLocationCollection.cpp
  • Commit 99934a4a7fb81ba8291c3c90a7a2939055a7a6a7 by jingham:
    Use the multi-lockable form of std::lock for operator=

    • edit: include/lldb/Utility/StreamTee.h
    • edit: source/Target/SectionLoadList.cpp
    • edit: include/lldb/Core/ModuleSpec.h
    • edit: source/Target/ThreadList.cpp
    • edit: source/Breakpoint/BreakpointLocationCollection.cpp
    • edit: source/Core/ModuleList.cpp
  • Commit 1cac0bedf125b53f4337d5ff463fde4569d55759 by jlettner:
    [Driver] TSan runtime now has a link-time dependency on libdispatch

    • edit: test/Driver/sanitizers.swift
    • edit: lib/Driver/UnixToolChains.cpp
  • Commit 09bc471e872fb5e726c086a61b676e40d80c5a1a by compnerd:
    test: add a test for ll suffixed types being promoted to ULL

    • add: test/ClangImporter/long-long-promotion.swift
    • edit: test/Inputs/clang-importer-sdk/usr/include/macros.h
  • Commit 13e805ebf8f759f14a8fb6d547df649ab276cd7f by jordan_rose:
    Merge the «declared here» diagnostics for Identifier and DeclName

    • edit: lib/Sema/TypeCheckType.cpp
    • edit: lib/Sema/CSGen.cpp
    • edit: lib/Sema/TypeCheckDecl.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
  • Commit 1d7f98f3e359fc57dbe63a92dce82eef904c820f by shajrawi:
    [SILOptimizer] Add ‘llvm.cttz.*’ Intrinsic support to Constant Folding

    • edit: test/SILOptimizer/constant_propagation.sil
    • edit: lib/SILOptimizer/Utils/ConstantFolding.cpp