[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (main) #3849

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

Build URL: https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/3849/
Project: oss-swift-package-linux-ubuntu-18_04
Date of build: Mon, 22 Mar 2021 15:47:20 -0500
Build duration: 1 hr 7 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 dbc021a73f605cbacccfa6122b3b25f9bf26fada by dgregor:

[Concurrency] Don't let "unsafe" inference block other inference.

  • edit: lib/Sema/TypeCheckConcurrency.cpp

  • edit: test/Concurrency/global_actor_inference.swift

  • Commit e316a8ef9080156470070ad08a710eb66c297edb by dgregor:

    [Importer] While pretty-printing decls for diagnostics, don't emit diagnostics.

    • edit: lib/ClangImporter/ClangImporter.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/AST/DiagnosticEngine.cpp
    • edit: include/swift/AST/DiagnosticEngine.h
  • Commit dc88b4b735dfbace39f19ca2f6fccb8c6018c666 by ahoppen:

    Add test case for rdar://71566576

    • add: validation-test/IDE/crashers_2_fixed/rdar71566576.swift
  • Commit 4ae526284bd7b530ba548c4f575b3202b15bb250 by dgregor:

    [Clang importer] Don't trivially infinitely recurse

    • edit: lib/ClangImporter/ImporterImpl.h
  • Commit 0bca6ce73cafc2ef65c50e8460740b106bd926eb by passos.luciano:

    [Sema] Do not skip key path last component/value equal constraint failure fix

    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/CSDiagnostics.cpp
  • Commit af370f14f85c551880b341ba59914a83b7b19d39 by passos.luciano:

    [test] Add regression tests for SR-14096

    • edit: test/expr/unary/keypath/keypath.swift
  • Commit 72bf30bcd686c83ca8ff3afc2eb33ee7ca86ea06 by dgregor:

    [Isolation] Propagate global actors from witnesses.

    • edit: test/ClangImporter/objc_async.swift
    • edit: lib/Sema/TypeCheckConcurrency.cpp
  • Commit 27a11bd4a3259240b53b3eaf92d30eb8f8bd3a99 by github:

    [Docs] Correct the link to the CODE_OWNERS.TXT

    • edit: docs/HowToGuides/FirstPullRequest.md
  • Commit 26ab27648ebc57d2eb5813a1a7064a8106538068 by github:

    Casting from AnyHashable to AnyHashable should never create another wrapper (#36470)

    • edit: test/Casting/Casts.swift
    • edit: stdlib/public/core/AnyHashable.swift
    • edit: test/api-digester/stability-stdlib-abi-without-asserts.test
  • Commit 089031701f5313a859116e99396ae36f040adb02 by github:

    [tooling] improve docker setup & documentation (#3355)

    • edit: Utilities/Docker/Dockerfile
    • add: Utilities/Docker/docker-compose.1804.53.yaml
    • add: Utilities/Docker/docker-compose.2004.main.yaml
    • edit: Documentation/Contributing.md
    • add: Utilities/Docker/docker-compose.1604.53.yaml
    • delete: Utilities/Docker/requirements.txt
    • add: Utilities/Docker/docker-compose.yaml
    • add: Utilities/Docker/docker-compose.2004.54.yaml
    • delete: Utilities/Docker/docker-utils
    • delete: Utilities/Docker/.gitignore
  • Commit 2359da863e121b341fd2bb8dbe9e1a5f7910a52e by github:

    improve collections sqlite storage (#3357)

    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
    • edit: Tests/PackageCollectionsTests/PackageCollectionsStorageTests.swift
  • Commit f0a9be1f3106e176f9de83ad72fdd452cafce031 by github:

    perfomrnace: load more manifests is parallel (#3358)

    • edit: Sources/Workspace/Workspace.swift
  • Commit c45e6fad4afaaea4e60ed74b5b546b1b7e761aea by github:

    [Collections] Consistent ordering of search results (#3365)

    • edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
  • Commit bc44943430ae43582536fad14c3929c9fd8de18a by github:

    Add another JSONEncoder.makeWithDefaults variation (#3366)

    • edit: Sources/Basics/JSON+Extensions.swift
  • Commit 3ed3192c3aae3c443743e5974343306f57716e72 by github:

    improve dependency resolution performance (#3362)

    • edit: Sources/PackageModel/Diagnostics.swift
    • edit: Sources/SourceControl/GitRepository.swift
    • edit: Sources/PackageGraph/RepositoryPackageContainer.swift
    • edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
    • edit: Sources/PackageModel/ToolsVersion.swift
    • edit: Sources/SourceControl/Repository.swift
    • edit: Tests/SourceControlTests/RepositoryManagerTests.swift
    • edit: Tests/SourceControlTests/GitRepositoryTests.swift
    • edit: Sources/SPMTestSupport/InMemoryGitRepository.swift
  • Commit 66e3649df7c7f3d082c4fd378ca59e639b88928c by mail:

    Maintain previously changed public API

    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
  • Commit f8955ffbfd8fc5c5cea9784ae12c97abc2b08df7 by dungar:

    Cache hashes for DependencyKey and ModuleDependencyGraph.Node

    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/Node.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/DependencyKey.swift
  • Commit 39e986a196d5770c5fda1a0b3e5543c44f77caf1 by devteam.codafi:

    Amortize the Cost of VirtualPath Creation

    • edit: Tests/SwiftDriverTests/Helpers/MockingIncrementalCompilation.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/DependencyKey.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/BuildRecordInfo.swift
    • edit: Sources/SwiftDriver/Jobs/CompileJob.swift
    • edit: Tests/SwiftDriverTests/ExplicitModuleBuildTests.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/CommonDependencyOperations.swift
    • edit: Sources/SwiftDriver/Toolchains/DarwinToolchain.swift
    • edit: Tests/SwiftDriverTests/JobExecutorTests.swift
    • edit: Sources/SwiftDriver/Jobs/VerifyModuleInterfaceJob.swift
    • edit: Sources/SwiftDriver/SwiftScan/DependencyGraphBuilder.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/IncrementalCompilationState.swift
    • edit: Sources/SwiftDriver/Jobs/GenericUnixToolchain+LinkerSupport.swift
    • edit: Sources/SwiftDriver/Jobs/LinkJob.swift
    • edit: Sources/SwiftDriver/Utilities/VirtualPath.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/DependencyGraphDotFileWriter.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/ModuleDependencyScanning.swift
    • edit: Sources/SwiftDriver/Jobs/Planning.swift
    • edit: Sources/SwiftDriver/Execution/ArgsResolver.swift
    • edit: Sources/SwiftDriver/Jobs/EmitSupportedFeaturesJob.swift
    • edit: Sources/SwiftDriver/Jobs/GenerateDSYMJob.swift
    • edit: Sources/SwiftDriver/Jobs/MergeModuleJob.swift
    • edit: Sources/SwiftDriver/Driver/OutputFileMap.swift
    • edit: Sources/SwiftDriver/Jobs/WebAssemblyToolchain+LinkerSupport.swift
    • edit: Sources/SwiftDriver/Jobs/DarwinToolchain+LinkerSupport.swift
    • edit: Sources/SwiftDriverExecution/MultiJobExecutor.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/ExplicitDependencyBuildPlanner.swift
    • edit: Sources/SwiftDriver/Jobs/Toolchain+InterpreterSupport.swift
    • edit: Sources/SwiftDriver/Utilities/TypedVirtualPath.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraphParts/DependencySource.swift
    • edit: Sources/SwiftDriver/Jobs/AutolinkExtractJob.swift
    • edit: Sources/SwiftDriver/Jobs/GeneratePCMJob.swift
    • edit: Sources/SwiftDriver/Jobs/EmitModuleJob.swift
    • edit: Sources/SwiftDriver/Jobs/Toolchain+LinkerSupport.swift
    • edit: Sources/SwiftDriver/IncrementalCompilation/ModuleDependencyGraph.swift
    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Sources/SwiftDriver/Jobs/ModuleWrapJob.swift
    • edit: Sources/SwiftDriver/Toolchains/WebAssemblyToolchain.swift
    • edit: Sources/SwiftDriver/Jobs/GeneratePCHJob.swift
    • edit: Sources/SwiftDriver/Toolchains/Toolchain.swift
    • edit: Sources/SwiftDriver/Driver/ModuleOutputInfo.swift
    • edit: Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
    • edit: Sources/SwiftDriver/Jobs/PrintTargetInfoJob.swift
    • edit: Tests/SwiftDriverTests/ModuleDependencyGraphTests.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/PlaceholderDependencyResolution.swift
  • Commit da44e260007b6c3dd56428aca994801a76d37f59 by devteam.codafi:

    Remove VirtualPath Constants

    • edit: Sources/SwiftDriver/Driver/OutputFileMap.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/ModuleDependencyScanning.swift
    • edit: Sources/SwiftDriver/Jobs/Planning.swift
    • edit: Sources/SwiftDriver/Jobs/PrintTargetInfoJob.swift
    • edit: Sources/SwiftDriver/Jobs/AutolinkExtractJob.swift
    • edit: Sources/SwiftDriver/Jobs/EmitSupportedFeaturesJob.swift
    • edit: Sources/SwiftDriver/Jobs/VerifyModuleInterfaceJob.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/PlaceholderDependencyResolution.swift
    • edit: Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
    • edit: Sources/SwiftDriver/Jobs/LinkJob.swift
    • edit: Sources/SwiftDriver/Jobs/CompileJob.swift
    • edit: Sources/SwiftDriver/Jobs/GeneratePCHJob.swift
    • edit: Sources/SwiftDriver/Jobs/EmitModuleJob.swift
    • edit: Sources/SwiftDriver/Jobs/GenerateDSYMJob.swift
    • edit: Tests/SwiftDriverTests/JobExecutorTests.swift
    • edit: Tests/SwiftDriverTests/SwiftDriverTests.swift
    • edit: Sources/SwiftDriver/Driver/Driver.swift
    • edit: Tests/SwiftDriverTests/IncrementalCompilationTests.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/ExplicitDependencyBuildPlanner.swift
    • edit: Sources/SwiftDriver/Jobs/ModuleWrapJob.swift
    • edit: Sources/SwiftDriver/ExplicitModuleBuilds/InterModuleDependencies/CommonDependencyOperations.swift
    • edit: Sources/SwiftDriver/Utilities/VirtualPath.swift
    • edit: Sources/SwiftDriver/Jobs/GeneratePCMJob.swift

New issue found!

New issue found!