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

Report

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

Build URL:
https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/1841/
Project:
oss-lldb-incremental-linux-ubuntu-14_04
Date of build:
Thu, 16 May 2019 14:02:16 -0500
Build duration:
3 hr 43 min

Changes

  • Commit 843e73fda358e70a84ff9daf267b11d2998f9484 by millenomi:
    Parity: NSArray.sortedArray(…)

    • edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h
    • edit: CoreFoundation/Base.subproj/CFSortFunctions.c
    • edit: Foundation/NSArray.swift
  • Commit 4f6719244e137f6378cd211e689a16ae9c622dee by millenomi:
    Fix leak of the indexes buffer.

    • edit: Foundation/NSArray.swift
  • Commit 39c8cab1f36e7fc36ccdedf9b3d98fcceaa5b7bd by millenomi:
    Parity: NSPredicate and NSExpression

    • edit: Foundation/NSComparisonPredicate.swift
    • edit: Foundation/NSCompoundPredicate.swift
    • edit: Foundation/NSPredicate.swift
    • edit: Foundation/NSExpression.swift
  • Commit 39a45c7564e3fd47f40e0e38a2e3cb5a866f71e0 by millenomi:
    NSPredicate is no longer archivable. Remove corresponding tests.

    • edit: TestFoundation/TestNSPredicate.swift
  • Commit cd88cedd868d97d57a8813756e63e23dc9f9e41e by atrick:
    Slightly reword a comment in AccessEnforcementOpts.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit c08e4396abde0b0cb82e7080542f59ada734b2a3 by atrick:
    In AccessEnforcementOpts, skip SCC analysis.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
  • Commit a9070cf6d483e1033f199eab7537b9efb3e14887 by atrick:
    Add AccessEnforcementOpts fast paths.

    • edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
    • edit: include/swift/SIL/MemAccessUtils.h
    • add: test/SILOptimizer/access_enforcement_fastpath.sil
  • Commit 1120617b648770f81c9b32933afa42f9dc0621a3 by atrick:
    Remove a stray llvm::dbgs() from compile time debugging.

    • edit: lib/SILOptimizer/Analysis/AccessedStorageAnalysis.cpp
  • Commit 9647483aeebd7f3c962faa34d222935e5d42867e by github:
    Warn when using '@_implementationOnly' inconsistently in a module

    • edit: test/ParseableInterface/Inputs/imports-other.swift
    • edit: lib/Sema/TypeChecker.cpp
    • edit: test/ParseableInterface/imports.swift
    • add: test/decl/import/Inputs/inconsistent-implementation-only/3.swift
    • add: test/decl/import/Inputs/inconsistent-implementation-only/module.modulemap
    • edit: lib/Frontend/Frontend.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: include/swift/Subsystems.h
    • add: test/decl/import/Inputs/inconsistent-implementation-only/2.swift
    • add: test/decl/import/inconsistent-implementation-only.swift