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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/1772/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Thu, 22 Aug 2019 02:49:20 -0500
Build duration:
1 hr 5 min

Identified problems:

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

Changes

  • Commit b813976fd174d70c60a318615bfa552efb540ab3 by pyaskevich:
    [Diagnostics] Port diagnostic for CTP_YieldByReference

    • edit: test/stmt/yield.swift
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSDiag.cpp
    • edit: lib/Sema/CSSimplify.cpp
  • Commit d4bfae859514d43e1d5eeb0fbc4fe36eb5a9534a by xi_ge:
    ABI/API checker: abort after error occurs while importing a module

    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
    • edit: utils/api_checker/swift-api-checker.py
  • Commit 0517e97ea73ef062371cc6b763cc49ecded93a85 by xi_ge:
    ABI/API checker: use colors when emitting diagnostics in module loading

    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
  • Commit f51b5598c97e877c16288edfc688c3db5e0df740 by github:
    Update README to Xcode 11 beta 6

    • edit: README.md
  • Commit ce57492609595e0f1b8c7f01775d4e2123f9ffae by xi_ge:
    swift-api-digester: add an action to generate empty baselines

    • edit: tools/swift-api-digester/swift-api-digester.cpp
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.h
    • add: test/api-digester/Outputs/empty-baseline.json
    • add: test/api-digester/dump-empty-baseline.swift
    • edit: tools/swift-api-digester/ModuleAnalyzerNodes.cpp
  • Commit 8b79c767f5e9942bfe090d04ce605e006bfa91a9 by ankit_aggarwal:
    [PubGrub] Add support for handling tools version in the resolver

    • edit: Sources/PackageGraph/DependencyResolver.swift
    • edit: Tests/PackageGraphTests/XCTestManifests.swift
    • edit: Sources/PackageGraph/Pubgrub.swift
    • edit: Sources/TestSupport/MockDependencyResolver.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
    • edit: Tests/PackageGraphTests/PubgrubTests.swift
  • Commit da7c996bc9ee4f1486d6a1138be85dc4f8ec85b8 by ankit_aggarwal:
    [SourceControl] Memoize results of some git calls

    • edit: Sources/SourceControl/GitRepository.swift
  • Commit 5a1cd88b5d867579038bdfaa5c85e8989a202c92 by ankit_aggarwal:
    [PackageLoading] Implement support for file content-based manifest

    • edit: Sources/SPMLLBuild/llbuild.swift
    • edit: Tests/PackageLoadingTests/PD4_2LoadingTests.swift
    • edit: Tests/PackageLoadingTests/XCTestManifests.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
  • Commit 5d5fa8c97d576b20b6676e2fdae2ffd97d984257 by ankit_aggarwal:
    [PubGrub] Decision Making should prioritize packages with fewer versions

    • edit: Sources/PackageGraph/Pubgrub.swift
  • Commit b0480db98b9bfb7453e01d38358c57989bac0494 by ditaliano:
    [Symbols] Sync dSYMForUUID code with upstream.

    • edit: source/Host/macosx/Symbols.cpp
  • Commit cf2c4543a7d4d773a976b3434be5f59bf4221351 by aprantl:
    Generalize FindTypes with CompilerContext to support fuzzy lookup

    • edit: source/Symbol/Type.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    • edit: include/lldb/lldb-private-enumerations.h
    • edit: source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
    • edit: source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
    • edit: source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    • edit: source/Plugins/SymbolFile/DWARF/DWARFDIE.h
    • edit: tools/lldb-test/lldb-test.cpp
    • edit: include/lldb/Symbol/Type.h
    • edit: source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    • edit: source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    • edit: unittests/Symbol/TestType.cpp
    • edit: source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    • add: lit/SymbolFile/DWARF/compilercontext.ll
    • edit: source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    • edit: source/Symbol/SymbolFile.cpp
    • edit: include/lldb/Symbol/SymbolFile.h
  • Commit 6e34dafb623542a2f3dfb39006e82be8ec61337c by aprantl:
    Update for upstream rL369555

    • edit: source/Plugins/SymbolFile/DWARF/DWARFASTParserSwift.cpp
    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit 187cca7b1f3488fd8e41271bc9092ce2aeadea14 by aprantl:
    DWARFImporterDelegate: Adopt the new FindFiles API.

    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    • edit: source/Symbol/SymbolVendor.cpp
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    • edit: packages/Python/lldbsuite/test/lang/swift/dwarfimporter/C/TestSwiftDWARFImporterC.py
    • edit: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    • edit: include/lldb/Symbol/SymbolVendor.h
    • edit: source/Symbol/SwiftASTContext.cpp
  • Commit 47d71a2854ad20d1a335b0f97f7bd465d54b4bfb by aprantl:
    Make lldb-test compile on stable.

    • edit: tools/lldb-test/lldb-test.cpp