[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #1393

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#1393]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1393/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 03 May 2019 03:48:07 -0500
Build duration:
1 hr 6 min

Identified problems:

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

Changes

  • Commit 42e1c2f07a73c431f62e2c602d0d7e06cec2c5bc by harlan:
    [test] Add expected-remark to DiagnosticVerifier

    • edit: lib/Frontend/DiagnosticVerifier.cpp
  • Commit 6f0d1378d3192bd3b78a5e6646ca5a15c1d434b1 by harlan:
    [Frontend] Add -Rmodule-interface-rebuild

    • edit: include/swift/Option/FrontendOptions.td
    • edit: lib/Frontend/ArgsToFrontendOptionsConverter.cpp
    • edit: include/swift/Frontend/FrontendOptions.h
  • Commit 21216d8ecd5630d23c6b034fe70fbffd9820a880 by pyaskevich:
    [ConstraintSystem] Detect and fix invalid refs in dynamic key path

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/ConstraintLocator.h
    • edit: lib/Sema/ConstraintLocator.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/CSDiagnostics.h
    • edit: test/attr/attr_dynamic_member_lookup.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/TypeCheckExprObjC.cpp
  • Commit 0d971eebfe810d2176359e6ff7173d767983106f by eeckstein:
    IRGen: mangle conformance access paths with opaque result type as a root

    • edit: lib/AST/ASTMangler.cpp
    • edit: docs/ABI/Mangling.rst
    • add: test/IRGen/opaque_result_type_access_path.swift
  • Commit dfe449170246a2499cbb4a6f8adc72faf078bce3 by harlan:
    [ModuleInterface] Emit remarks when rebuilding from an interface

    • edit: include/swift/AST/DiagnosticsFrontend.def
    • add: test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-forwarding-module.swift
    • edit: lib/Frontend/ParseableInterfaceModuleLoader.cpp
    • add: test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-cached-module.swift
    • edit: lib/Frontend/Frontend.cpp
    • add: test/ParseableInterface/ModuleCache/RebuildRemarks/malformed-compiled-module.swift
    • add: test/ParseableInterface/ModuleCache/RebuildRemarks/out-of-date-compiled-module.swift
    • edit: include/swift/Frontend/ParseableInterfaceModuleLoader.h
  • Commit 13cee5103f09028d00e62b54b1da49439bef59c4 by jgroff:
    Replace opaque types with their runtime underlying type.

    • edit: source/Symbol/SwiftASTContext.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/opaque_return_types/main.swift
    • edit: source/Target/SwiftLanguageRuntime.cpp
    • add: packages/Python/lldbsuite/test/lang/swift/opaque_return_types/Makefile
    • add: packages/Python/lldbsuite/test/lang/swift/opaque_return_types/TestOpaqueReturnTypes.py