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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/2559/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 06 Mar 2020 08:04:17 -0600
Build duration:
1 hr 48 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 1f222f307e5e2995d8aff63a05657d53bf8b5900 by pyaskevich:
    [ConstraintSystem] Make sure pattern matching tuple destructuring works

    • edit: test/Constraints/patterns.swift
    • edit: lib/Sema/CSSimplify.cpp
  • Commit f34fa7ffcd4756a77fcd33ee3aeaeec8dd4a4155 by brentdax:
    Match prototype’s #file string format to upcoming SE-0274 revision

    • edit: test/SILGen/magic_identifier_file.swift
    • edit: lib/SILGen/SILGenApply.cpp
  • Commit 8e5ca8abdf8f5f0fda612feffac0a04702f5233f by brentdax:
    [NFC] Generate #file -> #filePath table ahead of time

    • edit: lib/SILGen/SILGen.h
    • edit: lib/Parse/ParseDecl.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/SILGen/SILGenApply.cpp
    • edit: include/swift/AST/SourceFile.h
    • edit: include/swift/AST/Module.h
    • edit: lib/AST/Module.cpp
  • Commit 54f5967d486273c233f49b09f04370dc81e8cb07 by brentdax:
    Include #file -> #filePath table in printed SIL

    • edit: test/SILGen/magic_identifier_file.swift
    • edit: lib/SIL/SILPrinter.cpp
  • Commit c84bec752f8c16cf1138483f563db77f90a70131 by dgregor:
    [Clang importer] Suppress method imports found via selector lookup.

    • add: test/ClangImporter/Inputs/frameworks/MismatchedNames.framework/Modules/module.modulemap
    • add: test/ClangImporter/Inputs/frameworks/MismatchedNames.framework/Headers/MismatchedNames-Swift.h
    • edit: lib/ClangImporter/ClangImporter.cpp
    • add: test/ClangImporter/objc_mismatched_names.swift
    • add: test/ClangImporter/Inputs/frameworks/MismatchedNames.framework/MismatchedNamesSwift.swift
  • Commit fd77ae9a9cb5703c231469848ee7a9efd204e24a by rkandhadaimadhav:
    [Constant Evaluator] Make the constant evaluator skip tsan

    • edit: lib/SILOptimizer/Utils/ConstExpr.cpp
    • edit: test/SILOptimizer/constant_evaluator_test.sil
  • Commit bd68964c4147b2b0817566fc93eb4d9410f4457a by mgottesman:
    [silargument] Implement getIncomingPhiOperand methods and reimplement

    • edit: lib/SIL/SILInstructions.cpp
    • edit: lib/SIL/SILArgument.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/SIL/SILArgument.h
  • Commit 0aec5a7f4349db88261547b5e5e01c99ad088c40 by mgottesman:
    [ownership] Implement InteriorPointer abstraction/validate current

    • edit: lib/SIL/OwnershipUtils.cpp
    • edit: test/SILOptimizer/mem-behavior-all.sil
    • edit: lib/SIL/SILOwnershipVerifier.cpp
    • edit: include/swift/SIL/OwnershipUtils.h
  • Commit d590823f3c468a45adf4c018092f59a098d47bf4 by brentdax:
    Warn about conflicts between #file strings

    • edit: include/swift/AST/DiagnosticsCommon.def
    • edit: include/swift/AST/Module.h
    • edit: lib/AST/Module.cpp
    • edit: lib/SILGen/SILGen.cpp
    • edit: lib/SIL/SILPrinter.cpp
    • add: test/SILGen/magic_identifier_file_conflicting.swift.gyb
    • add: test/SILGen/Inputs/magic_identifier_file_conflicting_other.swift
  • Commit 85599f7582b8809be889f589fe4d1d95e09ec945 by brentdax:
    Keep gyb from messing up line endings on Windows

    • edit: test/SILGen/magic_identifier_file_conflicting.swift.gyb
    • edit: utils/gyb.py
  • Commit 62ab3dfd642a0e60af39e899696dd92e8166df81 by brentdax:
    Temporarily disable new #file test on Windows

    • edit: test/SILGen/magic_identifier_file_conflicting.swift.gyb
  • Commit 2406bb4d63e2133c56c48d498ad5e443f70068cd by lhames:
    [ORC] Skip ST_File symbols in MaterializationUnit interfaces /

    • edit: llvm/lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp