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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2436/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Thu, 01 Nov 2018 15:53:25 -0500
Build duration:
3 hr 40 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:

Changes

  • Commit a534c47706a6658beffcad64e750962ce89dc62c by daniel_dunbar:
    Revert "Avoid escaping array-to-pointer conversions"

    • edit: products/llbuildSwift/BuildSystemBindings.swift
  • Commit 903a9821ab54c4e982e70756d732bec0695b42d8 by atrick:
    SILCloner rewrite stage 2: "threading" cloners.

    • edit: lib/SILOptimizer/IPO/GlobalOpt.cpp
    • edit: include/swift/SIL/SILCloner.h
    • edit: include/swift/SILOptimizer/Utils/Local.h
    • edit: lib/SILOptimizer/Utils/Local.cpp
    • edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
    • edit: lib/SILOptimizer/Utils/CheckedCastBrJumpThreading.cpp
  • Commit 026895673bcdc81582d38f9af1cd12e2e768599c by spestov:
    Remove Swift 3 unavailable witness behavior

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckProtocol.cpp
  • Commit 38ccddd24ffe31281d64ae701eccde3aab416c9c by spestov:
    Remove Swift 3 @objc behavior

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/SILGen/SILGenBridging.cpp
  • Commit 6fbd61914d813beb749086c17f92ff1c16cb0faf by spestov:
    Remove Swift 3 default argument behavior

    • edit: lib/TBDGen/TBDGen.cpp
    • edit: lib/SIL/SILDeclRef.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
  • Commit ce521a2194f437d08167dfb6b6110435da5fb2b4 by spestov:
    ClangImporter: Remove one last Swift 3 check

    • edit: lib/ClangImporter/ClangAdapter.cpp
  • Commit 8f3379c7c0b4bf9c1752757ff119ba254349049b by spestov:
    Migrator: Remove Swift 3 @objc migration

    • edit: lib/Migrator/Migrator.cpp
  • Commit 4063124c45f23092f36de4aa73113ec986cd3593 by spestov:
    AST: Remove isSwiftVersion3()

    • edit: include/swift/AST/ASTContext.h
    • edit: include/swift/Basic/LangOptions.h
    • edit: include/swift/Basic/Version.h
  • Commit 5f4fabdd87fc43550be2ae70ae27a89fdf267a51 by dabrahams:
    [emacs-support] Parse warnings that have been munged by xcpretty

    • edit: utils/swift-mode.el
  • Commit 43817352694d797abc9f2a6fdb03e56632bb391b by github:
    Switch Zip2Sequence.init to be internal (#20148)

    • edit: test/Interpreter/protocol_extensions.swift
    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
    • edit: stdlib/public/core/Zip.swift
  • Commit ffa81a2067500c4641a1043732590ce89218ddc9 by smontgomery:
    [SR-7615] Implement XCTWaiter and missing XCTestExpectation APIs

    • add: Sources/XCTest/Public/Asynchronous/XCTWaiter+Validation.swift
    • edit: Tests/Functional/Asynchronous/Misuse/main.swift
    • delete: Sources/XCTest/Private/XCPredicateExpectation.swift
    • edit: Sources/XCTest/Public/Asynchronous/XCTestCase+Asynchronous.swift
    • edit: Tests/Functional/Asynchronous/Notifications/Expectations/main.swift
    • edit: Tests/Functional/Asynchronous/Predicates/Expectations/main.swift
    • add: Sources/XCTest/Public/Asynchronous/XCTWaiter.swift
    • edit: Tests/Functional/Asynchronous/Expectations/main.swift
    • edit: XCTest.xcodeproj/project.pbxproj
    • add: Sources/XCTest/Public/Asynchronous/XCTNSNotificationExpectation.swift
    • delete: Sources/XCTest/Public/Asynchronous/XCWaitCompletionHandler.swift
    • add: Sources/XCTest/Private/SourceLocation.swift
    • add: Sources/XCTest/Private/WaiterManager.swift
    • delete: Sources/XCTest/Public/Asynchronous/XCTestCase+PredicateExpectation.swift
    • add: Sources/XCTest/Public/Asynchronous/XCTNSPredicateExpectation.swift
    • delete: Sources/XCTest/Public/Asynchronous/XCTestCase+NotificationExpectation.swift
    • edit: Sources/XCTest/Public/Asynchronous/XCTestExpectation.swift
    • edit: Tests/Functional/Asynchronous/Notifications/Handler/main.swift
    • edit: Tests/Functional/Asynchronous/Predicates/Handler/main.swift
    • delete: Sources/XCTest/Public/Asynchronous/XCNotificationExpectationHandler.swift
    • edit: Sources/XCTest/Public/XCTestObservation.swift
    • delete: Sources/XCTest/Public/Asynchronous/XCPredicateExpectationHandler.swift
    • edit: Tests/Functional/Asynchronous/Handler/main.swift
    • edit: Sources/XCTest/Public/XCTestCase.swift
    • edit: Sources/XCTest/Public/XCTestCase+Performance.swift
  • Commit f9217b93bc430f36f68948b4d3c2fea71c4a17ab by smontgomery:
    Update CMakeLists.txt with added/removed files

    • edit: CMakeLists.txt