[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 - Long Test (master) #6670

Report

[FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04-long-test [#6670]

Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04-long-test/6670/
Project:
oss-swift-incremental-RA-linux-ubuntu-14_04-long-test
Date of build:
Tue, 09 Jul 2019 17:08:48 -0500
Build duration:
2 hr 45 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
  • Swift Compile Error: Swift compiler error

Changes

  • Commit 3ddfff92a6880534c12eb050f5f6697cc882a1a1 by numist:
    add CollectionDifference.inverse() and test coverage

    • edit: stdlib/public/core/CollectionDifference.swift
    • edit: test/stdlib/Diffing.swift
  • Commit fa69a73ee4f34f58ed439a1fb63e6286c5ffc918 by parkers:
    Add -enable-cxx-interop flag and support for extern "C" {}

    • edit: stdlib/public/SwiftShims/SwiftStddef.h
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: stdlib/public/SwiftShims/GlobalObjects.h
    • add: test/ClangImporter/cxx_interop.swift
    • edit: lib/ClangImporter/SwiftLookupTable.h
    • edit: lib/Driver/ToolChains.cpp
    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: stdlib/public/SwiftShims/RefCount.h
    • edit: include/swift/Option/FrontendOptions.td
    • edit: stdlib/public/SwiftShims/HeapObject.h
    • edit: include/swift/Basic/LangOptions.h
    • add: test/ClangImporter/Inputs/custom-modules/cxx_interop.h
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: lib/ClangImporter/SwiftLookupTable.cpp
    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: test/ClangImporter/Inputs/custom-modules/module.map
  • Commit 33b7c0484258623e0328b3953ceeef1c1b37e3f5 by mikeash:
    [Test] Disable the Runtime.demangleTruncate test on older OSes so it

    • edit: test/stdlib/Runtime.swift.gyb
  • Commit 284b6749009deb48867cb0f514fabf89375ec26a by jordan_rose:
    [Runtime] Improve dump() for Metadata and (Type)ContextDescriptor

    • edit: include/swift/ABI/Metadata.h
    • edit: stdlib/public/runtime/Metadata.cpp
  • Commit 4b8068d1df0d1a1cc3fb9920fe628e7ae44320d7 by jordan_rose:
    [runtime] Handle same-type constraints when resolving generic params

    • edit: stdlib/public/runtime/Private.h
    • edit: test/stdlib/Mirror.swift
    • edit: stdlib/public/runtime/MetadataLookup.cpp
    • edit: test/IRGen/nested_generics.swift
  • Commit 133e85bec5953db123754f3b7e60461eec263627 by pyaskevich:
    [CSFix] NFC: Extract common base class for all invalid member refs

    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
  • Commit 1e8ae99008db58a8b1d3f7b1b7f431f9207d6b8e by pyaskevich:
    [CSFix] Add a fix for invalid reference to mutating member on

    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 78e2e93c6b28ab4c13e05cde2ccd9d01901d0ef6 by pyaskevich:
    [Diagnostics] Add a diagnostic for invalid mutating member ref on

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSFix.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit 24048262dd8da6c2c867d6257fe72cc061eb10ea by pyaskevich:
    [CSDiag] Remove obsolete logic related to invalid mutating member refs

    • edit: lib/Sema/CSDiag.cpp
  • Commit 0e438f6ebda167255086c4c91dc353e9e9b0600f by xi_ge:
    IDE: always print custom attributes associated with function builder

    • edit: test/IDE/print_swift_module.swift
    • edit: lib/AST/Attr.cpp
  • Commit 0316bb1cce2f13058ea853fd152a63e0955f8a33 by pyaskevich:
    [CSFix] NFC: Fix a typo orRValueBase -> onRValueBase

    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSFix.cpp
  • Commit 315e865d9ff5a9a90009dc5da464d7aa288134d5 by klorentey:
    [Darwin] Fix ABI breaks introduced since 5.1

    • edit: stdlib/public/Darwin/Foundation/NSStringEncodings.swift
    • edit: stdlib/public/Darwin/CoreGraphics/CGFloat.swift.gyb
  • Commit c66a8be4eb8cea9e606bcbfce52820ad02f23413 by github:
    Revert "[Parser] Decouple the parser from AST creation (part 1)"

    • edit: include/swift/SyntaxParse/SyntaxTreeCreator.h
    • edit: lib/Parse/ParseType.cpp
    • delete: lib/Parse/ASTGen.cpp
    • edit: include/swift/Parse/SyntaxParseActions.h
    • edit: include/swift/Parse/ParsedSyntaxRecorder.h.gyb
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/Parse/ParseIfConfig.cpp
    • delete: lib/Parse/HiddenLibSyntaxAction.cpp
    • edit: lib/ParseSIL/ParseSIL.cpp
    • edit: include/swift/Parse/SyntaxParsingContext.h
    • edit: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp
    • edit: include/swift/Parse/Parser.h
    • edit: lib/Parse/SyntaxParsingContext.cpp
    • edit: lib/Parse/ParsePattern.cpp
    • delete: include/swift/Parse/HiddenLibSyntaxAction.h
    • delete: include/swift/Parse/LibSyntaxGenerator.h
    • delete: include/swift/Parse/ASTGen.h
    • edit: lib/Parse/Parser.cpp
    • edit: lib/Syntax/SyntaxKind.cpp.gyb
    • edit: include/swift/Parse/ParsedRawSyntaxNode.h
    • edit: lib/Parse/ParseExpr.cpp
    • edit: lib/Parse/ParsedSyntaxRecorder.cpp.gyb
    • edit: lib/Parse/CMakeLists.txt
  • Commit 40c57c829ff061d9ef4454309677f382827cd7c4 by blangmuir:
    Bump swift-tools-version to 5.1

    • edit: Sources/LanguageServerProtocolJSONRPC/JSONRPCConnection.swift
    • edit: Package.swift
  • Commit 647cdf9dc87d08cb3142336c2ed723a6dd36791b by ankit_aggarwal:
    Improve error when swift-tools-version comment is not valid

    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
    • edit: Sources/Commands/Error.swift
    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
  • Commit 80af20c21573dd0572bee59c19ab7bec8b87bb7f by ankit_aggarwal:
    [PackageModel] Provide better error when swift-tools-version is missing

    • edit: Sources/PackageModel/ToolsVersion.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
  • Commit 42fc98ec3b5d10328875dc8c1499e4be6d7d2625 by compnerd:
    UserToolchain: disable use of -sdk on !Darwin

    • edit: Sources/Workspace/UserToolchain.swift