[Swift CI] Build Failure: 0. OSS - Swift Incremental RA - macOS (release/5.4) #35

# [FAILURE] oss-swift-5.4-incremental-RA-macos [#35]

Build URL: https://ci.swift.org/job/oss-swift-5.4-incremental-RA-macos/35/
Project: oss-swift-5.4-incremental-RA-macos
Date of build: Wed, 13 Jan 2021 18:57:20 -0600
Build duration: 3 hr 20 min

Tests:

  • |
    Name: Swift(macosx-x86_64)
    Failed: 0 test(s), Passed: 13017 test(s), Total: 13281 test(s) |

Name: Swift-Unit
Failed: 0 test(s), Passed: 667 test(s), Total: 667 test(s) |

Changes- Commit 118a6b0b19e7948c4b9c246900211e7f22208ae4 by mikeash:

[Runtime] Fix incorrect memory ordering in ConcurrentReadableArray/HashMap.

  • edit: unittests/runtime/Concurrent.cpp

  • edit: include/swift/Runtime/Concurrent.h

  • Commit a7235ec8808feb557124e452d49ee5f3a3e06d4c by varun_gandhi:

    [test] Add test isolating incorrect for-each SILGen (SR-8688).

    • edit: test/SILGen/foreach.swift
  • Commit 982d4db0bd5ffd5bdfac41a7b2c015e8daea8f34 by varun_gandhi:

    [SILGen] Branch on result of next() before conversion.

    • edit: lib/Sema/CSApply.cpp
    • edit: test/Profiler/pgo_foreach.swift
    • edit: test/SILGen/foreach.swift
    • edit: lib/SILGen/SILGenStmt.cpp
  • Commit 2139ea719882b598eda06fd3a1b3d2122e2a0cae by spestov:

    SIL: Fix type lowering of unowned reference to class-bound generic parameter

    • add: test/SILGen/unowned-class-bound-generic-parameter.swift
    • edit: lib/SIL/IR/TypeLowering.cpp
  • Commit faaa200f8151e30468004b4e9360b16c632b88a9 by aqamoss3fan2010:

    GSB: Handle concrete ResolvedTypes in ArchetypeType::resolveNestedType()

    • edit: lib/AST/GenericSignatureBuilder.cpp
    • add: validation-test/compiler_crashers_2_fixed/sr13519.swift
  • Commit c7c18fab875ab8a9b9de53a80826f5a24ed34403 by nate_chandler:

    [Test] Temporarily disabled Runtime/protocol_conformance_collision.swift

    • edit: test/Runtime/protocol_conformance_collision.swift
  • Commit 1c5da45cda6ff6bd29d9089a621c46d0555d2c4e by davelee:

    [tests] Fix compilation errors in test/Interop/Cxx/static

    • edit: test/Interop/Cxx/static/static-member-var.swift
    • edit: test/Interop/Cxx/static/static-member-func.swift