[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 16.04 (master) #4988

Report

[FAILURE] oss-swift-package-linux-ubuntu-16_04 [#4988]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_04/4988/
Project:
oss-swift-package-linux-ubuntu-16_04
Date of build:
Wed, 29 Apr 2020 18:38:04 -0500
Build duration:
1 hr 35 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 a984e7b3a6792f4562d7c94956bb547bfbd44546 by dgregor:
    [Test] Make more robust against nondeterministic header ordering from

    • edit: test/ScanDependencies/module_deps.swift
  • Commit 6bdd534a9cdf31318d8166b7b6e8e99d24485756 by pyaskevich:
    [ConstraintSystem] Don't attempt property wrapper fixes for key path

    • edit: lib/Sema/CSSimplify.cpp
    • add: test/Constraints/sr12520.swift
  • Commit 36a352d588505979f9f12142d3ad44f1651cf2b8 by armand.grillet:
    [vscode-extension] Run 'npm audit fix'

    • edit: Editors/vscode/package-lock.json
  • Commit 69fbda6894734f803d16090723f94a9d52d16e97 by aprantl:
    [swift][master-next] Pipe description level arg through SwiftASTContext

    • edit: lldb/source/Symbol/TypeSystemSwiftTypeRef.cpp
    • edit: lldb/include/lldb/Symbol/SwiftASTContext.h
    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 6ac11bba45a3948ebfe180f349e9aee9a05392cf by aprantl:
    Revert "Temporarily revert "Preserve the owning module information from

    • edit: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    • edit: lldb/source/Symbol/TypeSystem.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.cpp
    • add: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/A.h
    • edit: lldb/include/lldb/Symbol/CompilerType.h
    • edit: lldb/include/lldb/Symbol/TypeSystem.h
    • edit: lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    • add: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
    • add: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/B.h
    • edit: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
    • edit: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    • edit: lldb/test/Shell/SymbolFile/DWARF/lit.local.cfg
    • edit: lldb/source/Symbol/CompilerType.cpp
    • edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    • edit: lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    • add: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/module.modulemap
    • edit: lldb/unittests/Symbol/TestTypeSystemClang.cpp
    • edit: lldb/unittests/TestingSupport/Symbol/ClangTestUtils.h
    • edit: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    • edit: lldb/source/Symbol/Type.cpp
  • Commit 516e423f1218f3115dd0f796ae69a33642d8c051 by aprantl:
    Allow lldb-test to combine -find with -dump-clang-ast

    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
    • edit: lldb/test/Shell/SymbolFile/DWARF/Inputs/ModuleOwnership/A.h
    • edit: lldb/source/Symbol/TypeMap.cpp
    • edit: lldb/include/lldb/Symbol/CompilerType.h
    • edit: lldb/source/Symbol/Type.cpp
    • edit: lldb/include/lldb/Symbol/TypeSystem.h
    • edit: lldb/tools/lldb-test/lldb-test.cpp
    • edit: lldb/source/Symbol/CompilerType.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    • edit: lldb/include/lldb/Symbol/TypeMap.h
    • edit: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
    • edit: lldb/include/lldb/Symbol/Type.h
  • Commit ab8c40a7355ee382219a16e0019ecbcfab6c8d8c by aprantl:
    Fix compile errors

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit b10c576027b210a8a0b40b426419f3db5caa2fa2 by aprantl:
    Add Objective-C property accessors loaded from Clang module DWARF to

    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
    • edit: lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm
    • edit: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.cpp
    • edit: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
  • Commit cf6f83cc7099ef9a4122c31f6d5000fe7546c3db by github:
    Improve handling of minimum deployment target (#2710)

    • edit: Sources/PackageGraph/PackageGraphLoader.swift
    • add: Sources/PackageLoading/MinimumDeploymentTarget.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Sources/XCBuildSupport/PIFBuilder.swift
    • edit: Sources/PackageLoading/PackageBuilder.swift
    • edit: Utilities/bootstrap
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Package.swift
    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
    • edit: Sources/PackageLoading/CMakeLists.txt
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
  • Commit abd5631d69072bdaa855effd4c8c25f1f3733e6b by ankit_aggarwal:
    [PackageLoading] Make entries in Package object stable

    • edit: Sources/PackageLoading/PackageBuilder.swift