[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #1645

Report

[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#1645]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/1645/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Tue, 08 May 2018 19:42:08 -0500
Build duration:
2 hr 6 min

Identified problems:

  • Timeout: This build was marked as FAIL because it timed out.

Changes

  • Commit 903f55b45b001cf924609b90984d997178ad0f0e by koher:
    [benchmark] Add DictionaryKeysContains

    • edit: benchmark/utils/main.swift
    • edit: benchmark/CMakeLists.txt
    • add: benchmark/single-source/DictionaryKeysContains.swift
  • Commit 2da85ecc162ae90c748d40311d73000128aa4135 by koher:
    [stdlib] Make dictionary.keys.contains(key) O(1) even when wrapping a

    • edit: stdlib/public/core/Dictionary.swift
  • Commit 8afa9b1dcd2b535fb2b84ec87cafd36457d8eca6 by koher:
    [benchmark] Fix formatting

    • edit: benchmark/single-source/DictionaryKeysContains.swift
  • Commit 73a03d667fab5f7f07e2e52c04e339eb14c9a3e1 by nuclear.ace:
    [Diagnostics] Better lazy ownership error

    • edit: include/swift/AST/DiagnosticsSema.def
    • add: test/Sema/diag_ownership_lazy.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit 1ec733cabbfc255e9621118b2c3ed06f76c5152e by aqamoss3fan2010:
    [Diagnostics] Provide fixits for cases with up to 10 missing closure

    • edit: lib/Sema/CSDiag.cpp
  • Commit 89ad43e87bcdf20d1557297ce71564fc8aef716b by nuclear.ace:
    Fix test for lazy ownership; Better diag

    • edit: test/Sema/diag_ownership_lazy.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit d4fc337a9bceb967864b87a62943eaa247a48ce0 by github:
    Left string initialized empty

    • edit: lib/Sema/CSDiag.cpp
  • Commit f3df14cbeecb5fa4b27a12a8dd9bacd81fd8a148 by nuclear.ace:
    Simplify lazy ownership tests/checking

    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/Sema/diag_ownership_lazy.swift
  • Commit 9e9748565ab04f160d645144fc3eb1497784d9de by eeckstein:
    demangler: fix another crash caused by a malformed symbol

    • edit: lib/Demangling/Demangler.cpp
    • edit: test/Demangle/Inputs/manglings.txt
  • Commit 6b2821c52548b0050b59382885e1a73361051adb by github:
    Add new community-hosted CI platforms

    • edit: README.md
  • Commit f6666aaac1796c58eb4f79761e0c3878fccf0c21 by mgottesman:
    [func-sig-opts][+0->+1] Rename GeneralizedUser -> BranchPropagatedUser

    • add: include/swift/SIL/BranchPropagatedUser.h
    • edit: lib/SIL/SILOwnershipVerifier.cpp
  • Commit 0de2b76ec927972b230106cc98c057571139cf40 by mgottesman:
    [func-sig-opts][+0->+1] Rename OwnershipChecker.h => OwnershipUtils.h

    • delete: include/swift/SIL/OwnershipChecker.h
    • edit: lib/SILOptimizer/Mandatory/SemanticARCOpts.cpp
    • add: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SIL/SILOwnershipVerifier.cpp
  • Commit 33e0570fdaad4a5f583d86cf5499bcb409ab9dda by xi_ge:
    migrator: ignore return value rewritten for constructors.

    • add: test/Migrator/Inputs/override.json
    • edit: lib/IDE/APIDigesterData.cpp
    • add: test/Migrator/override_migration.swift
  • Commit e9d5118bffbd43aab9524ecd6eb5fd71193c6794 by atrick:
    Rewrite the static exclusivity diagnostics for noescape closures.

    • edit: test/SILOptimizer/exclusivity_static_diagnostics.sil
    • edit: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp
  • Commit 22677470e887638d94df1307958cc2beafe9473b by atrick:
    Reorganize code in DiagnoseStaticExclusivity for readability.

    • edit: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp
  • Commit 55ba1437d776afd2a0c5697976ee4d0a3020fa1a by atrick:
    Add a comment on getCalleeArgIndexOfFirstAppliedArg() that I find

    • edit: include/swift/SIL/SILInstruction.h
  • Commit 5e1829ce655858d24f736613abed13a149e49602 by atrick:
    Remove the unused ConflictingAccess::AlwaysDiagnoseAsWarning.

    • edit: lib/SILOptimizer/Mandatory/DiagnoseStaticExclusivity.cpp
  • Commit 1d29fcad5f1defcb4887e9f156b317b1d634dd62 by mgottesman:
    [function-sig-opts] Extract FunctionSignatureTransform into

    • edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp
    • edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.h
  • Commit 4f496ca1d82208ce931668ba4dcfdfc396225eb0 by mgottesman:
    Disable non-deterministic test while it is investigated.

    • edit: test/Misc/stats_dir_failure_count.swift
  • Commit b519d1d8734f1145cb86d53737ea1f110b1c64c3 by eeckstein:
    stdlib: Speed up UTF8View -> Array conversion by using _copyContents

    • edit: validation-test/stdlib/Arrays.swift.gyb
    • edit: stdlib/public/core/ContiguousArrayBuffer.swift
  • Commit aef79e9b0342a03b8aab282e7dfd54df9517a117 by xi_ge:
    migrator: update type name in constructor call if the type becomes

    • edit: test/Migrator/no_double_edit_ast_pass.swift.expected
    • edit: test/Migrator/qualified-replacement.swift
    • edit: test/Migrator/Inputs/Cities.swift
    • edit: lib/Migrator/APIDiffMigratorPass.cpp
    • edit: test/Migrator/Inputs/qualified.json
    • edit: test/Migrator/qualified-replacement.swift.expected
  • Commit 1bceacf7b81bbf440cfdec6bca6e26d5da7acb39 by blangmuir:
    [migrator] Handle simple renames for TypeDecl

    • edit: lib/Migrator/APIDiffMigratorPass.cpp
    • edit: test/Migrator/Inputs/API.json
    • edit: test/Migrator/rename.swift.expected
    • edit: test/Migrator/mock-sdk/Bar.framework/Headers/Bar.h
    • edit: test/Migrator/rename.swift
  • Commit fa157871f0a3bb83c7be0068775fd6fcb566244d by mgottesman:
    [func-sig-opts][+0->+1] Extract out the LinearLifetimeChecker from the

    • edit: include/swift/SIL/OwnershipUtils.h
    • add: lib/SIL/LinearLifetimeChecker.cpp
    • edit: lib/SIL/CMakeLists.txt
    • edit: lib/SIL/SILOwnershipVerifier.cpp

21:18:13 Test Case 'TestNSLock.test_threadsAndLocks' started at 2018-05-09 02:18:00.974 21:48:13 Build timed out (after 30 minutes). Marking the build as failed.