[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 16.04 (main) #14708

# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#14708]

Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/14708/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build: Fri, 02 Oct 2020 11:12:53 -0500
Build duration: 1 hr 8 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 da764ebe39fae5a23f32cb852953eaa24e5c20f6 by github:

Update README.md

  • edit: README.md

  • Commit 60427845781ba4c247e932338fde85dd46ec0bcf by spestov:

    Sema: Tweak re-declaration checking behavior to match old logic

    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
    • edit: test/Sema/redeclaration-checking.swift
  • Commit 28388384f2f6d65d78ce23838ef296bfc1fe66d2 by spestov:

    AST: UnqualifiedLookup only finds forward references to outer local bindings when IncludeOuterResults is set

    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: include/swift/AST/NameLookup.h
  • Commit 06fc9c5a5ed64128f15e89b54070f458a6960014 by spestov:

    Sema: Simulate old name lookup behavior when parser lookup is off

    • edit: lib/Sema/PreCheckExpr.cpp
    • add: test/NameLookup/edge-cases.swift
  • Commit 8168dda2bc4d15aee8d6ba729230d58791556f76 by spestov:

    AST: Remove dead code from ASTScopeDeclConsumerForUnqualifiedLookup::consume()

    • edit: lib/AST/UnqualifiedLookup.cpp
  • Commit f738a57040ab1e42f46c8a73c1f6cc0b8a34bdae by spestov:

    ASTScope: Remove DeclVisibilityKind parameter from AbstractASTScopeDeclConsumer::consume()

    • edit: lib/AST/UnqualifiedLookup.cpp
    • edit: include/swift/AST/NameLookup.h
    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: include/swift/AST/ASTScope.h
  • Commit 3ec4ced57db438f54b54d88f2207e762120e8eaa by spestov:

    ASTScope: Don't handle top-level bindings in a SourceFile for now

    • edit: lib/AST/ASTScopeLookup.cpp
    • edit: test/NameLookup/scope_map_top_level.swift
    • edit: include/swift/AST/ASTScope.h
    • edit: lib/AST/ASTScopeCreation.cpp
    • edit: lib/AST/Decl.cpp