[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (master) #5987

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#5987]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/5987/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Tue, 30 Oct 2018 21:49:19 -0500
Build duration:
27 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:

Tests:

Name: Swift(linux-x86_64)
Failed: 0 test(s), Passed: 9659 test(s), Total: 10902 test(s)
Name: Swift-Unit
Failed: 0 test(s), Passed: 505 test(s), Total: 505 test(s)

Changes

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

    • edit: products/llbuildSwift/BuildSystemBindings.swift
  • 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/Version.h
    • edit: include/swift/Basic/LangOptions.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: stdlib/public/core/Zip.swift
    • edit: test/api-digester/Outputs/stability-stdlib-abi.swift.expected
  • Commit ffa81a2067500c4641a1043732590ce89218ddc9 by smontgomery:
    [SR-7615] Implement XCTWaiter and missing XCTestExpectation APIs

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

    • edit: CMakeLists.txt