[Swift CI] Build Failure: 1. OSS - Swift ASAN - OS X (main) #5335

# [FAILURE] oss-swift-incremental-ASAN-RA-osx [#5335]

Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/5335/
Project: oss-swift-incremental-ASAN-RA-osx
Date of build: Tue, 01 Dec 2020 23:51:13 -0600
Build duration: 1 hr 41 min

Identified problems:- Jenkins Error: This build failed because of a Jenkins Error; typically a Java exception.

Changes- Commit 1479c0001fcd34666a58db5198902b0c29f95f1b by passos.luciano:

[Sema] Detach did you mean from error missing force downcast diagnostic moving to note

  • edit: include/swift/AST/DiagnosticsSema.def

  • edit: lib/Sema/CSDiagnostics.cpp

  • Commit 19727f2cc2778f9041ce0b0d05de6916f8cceb26 by passos.luciano:

    [Sema][test] Adjusting all missing downcast diagnostics failures

    • edit: test/Constraints/bridging.swift
    • edit: test/Constraints/casts_objc.swift
    • edit: test/ClangImporter/Security_test.swift
    • edit: test/Constraints/bridging-nsnumber-and-nsvalue.swift.gyb
    • edit: test/type/subclass_composition.swift
    • edit: test/Constraints/fixes.swift
    • edit: test/Constraints/rdar45511837.swift
    • edit: test/decl/func/dynamic_self.swift
    • edit: test/expr/cast/cf.swift
    • edit: test/Constraints/casts.swift
    • edit: test/decl/nested/type_in_function.swift
    • edit: test/ClangImporter/Dispatch_test.swift
    • edit: test/ClangImporter/objc_bridging_custom.swift
    • edit: test/Constraints/ErrorBridging.swift
    • edit: test/Parse/try_swift5.swift
    • edit: test/Parse/try.swift
    • edit: test/expr/cast/as_coerce.swift
    • edit: test/ClangImporter/objc_parse.swift
  • Commit 7df08f808da0805108e8ea7c2633b55f1e65f069 by passos.luciano:

    [Sema][test] Add SR-13899 test cases

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: test/expr/cast/as_coerce.swift
  • Commit 3347f8d4b8a35f38daad746e0404766a50f5fa38 by dgregor:

    [Concurrency] Generalize futures tests

    • edit: test/Concurrency/Runtime/future_fibonacci.swift
    • edit: test/Concurrency/Runtime/basic_future.swift
    • edit: test/Concurrency/Runtime/async_task_priority_basic.swift
  • Commit 12b08ae382110ede313e10071644b1a25744e2a9 by dgregor:

    Disable concurrency test on arm64e.

    • edit: test/Concurrency/Runtime/async_task_priority_basic.swift
  • Commit cfe2ebd0c351c1cac3602287ad28a53d9b926e27 by dgregor:

    [Concurrency] Try harder to enable Concurrency tests on Linux

    • edit: test/Concurrency/Runtime/future_fibonacci.swift
    • edit: test/Concurrency/Runtime/async_task_priority_basic.swift
    • edit: test/Concurrency/Runtime/basic_future.swift
  • Commit 8d479f1ff67e40efce63fc63303583fa5e98338a by mgottesman:

    [autodiff] Change getTangentStoredProperty() to use a Projection instead of FieldIndexCacheBase.

    • edit: include/swift/SILOptimizer/Differentiation/Common.h
    • edit: lib/SILOptimizer/Differentiation/Common.cpp
    • edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp
    • edit: lib/SILOptimizer/Differentiation/PullbackCloner.cpp
  • Commit ac65e6fcc464d08b7707327a3bfb2166ef273092 by passos.luciano:

    [Sema] Detect if we should use a conditional binding when recording the CoerceToCheckedCast fix

    • edit: lib/Sema/CSDiagnostics.cpp
    • edit: lib/Sema/CSFix.cpp
    • edit: include/swift/Sema/CSFix.h
    • edit: lib/Sema/CSDiagnostics.h
    • edit: lib/Sema/CSSimplify.cpp
  • Commit 6eb6dd60155819d25ab3ec6e7abef89f98bca291 by dgregor:

    [Concurrency] Update tests for Linux

    • edit: test/Concurrency/Runtime/async_task_priority_basic.swift
    • edit: test/Concurrency/Runtime/basic_future.swift
    • edit: test/Concurrency/Runtime/future_fibonacci.swift
  • Commit aa865387fd61b6fabaa006684860123dcd1f58af by alaferriere:

    [Sema] Warn on @_spi imports of modules built from their public interface

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: test/SPI/experimental_spi_imports_type_check.swift
    • add: test/SPI/warn_on_ineffective_spi_import.swift
  • Commit 05534f13e05f5e4e3d6841d9a706c598fea946ce by alaferriere:

    [Sema] Reword the warning on @_spi import of a public module

    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: test/SPI/warn_on_ineffective_spi_import.swift
  • Commit 84afba5cf0933627499e07d4b6b5cdae6933ecb4 by xi_ge:

    driver: forward driver invocation to the new driver by default

    • edit: test/Driver/opt-record.swift
    • edit: include/swift/AST/DiagnosticsDriver.def
    • edit: test/Driver/tools_directory.swift
    • edit: tools/driver/driver.cpp
  • Commit f0f78a1477b8b8660e3cc005cea7b536e8cfc8bd by mgottesman:

    [sil] Templatize base class of FieldIndexCacheBase.

    • edit: include/swift/SIL/SILNode.h
    • edit: include/swift/SIL/SILInstruction.h
    • edit: include/swift/Basic/InlineBitfield.h
  • Commit 33aec98fff39b420adecde5eeb9b6d69088529c0 by mgottesman:

    [ownership] Assume values/operands in SILGlobalVariable blocks are not in OSSA.

    • edit: lib/SIL/IR/ValueOwnership.cpp
    • edit: lib/SIL/IR/OperandOwnership.cpp
  • Commit 09ae2ef071b9e476030eca8f8351416958049608 by mgottesman:

    [ownership] Centralize all info about SILInstruction forwarding in the SILInstruction class hierarchy itself.

    • edit: lib/SIL/IR/OperandOwnership.cpp
    • edit: lib/SIL/Utils/OwnershipUtils.cpp
    • edit: lib/SIL/IR/SILInstructions.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SIL/Verifier/SILVerifier.cpp
    • edit: include/swift/SIL/OwnershipUtils.h
    • edit: lib/SILOptimizer/SemanticARC/SemanticARCOptVisitor.h
  • Commit 0992e7731ffa32892d55b33545f49ad5f28c4e6e by github:

    Enable GenericSpecializer on OSSA by default (#34899)

    • edit: test/SILOptimizer/optionset.swift
    • edit: test/SILOptimizer/specialize_opaque_ossa.sil
    • edit: test/SILOptimizer/specialize_ossa.sil
    • edit: test/SILOptimizer/specialize_default_witness_resilience_ossa.sil
    • add: test/SILOptimizer/specialize_no_definition_ossa.sil
    • add: test/SILOptimizer/specialize_metatypes_with_nondefault_representation_ossa.sil
    • edit: test/SILOptimizer/specialize_opaque_result_types_ossa.sil
    • edit: test/SILOptimizer/specialize_inherited_ossa.sil
    • edit: test/SILOptimizer/specialize_recursive_generics_ossa.sil
    • edit: test/SILOptimizer/specialize_reabstraction_ossa.sil
    • edit: test/SILOptimizer/specialize_default_witness_ossa.sil
    • edit: lib/SILOptimizer/Transforms/GenericSpecializer.cpp
    • edit: test/IRGen/objc_super.swift
  • Commit 0610b9b72c9a1bf07af46fac7b92d8c032760f71 by arphaman:

    [CMake][compiler-rt][libunwind] Compile assembly files as ASM not C, unify workarounds

    • edit: libunwind/src/CMakeLists.txt
    • edit: clang/runtime/CMakeLists.txt
    • edit: compiler-rt/cmake/Modules/AddCompilerRT.cmake
  • Commit a082c730b89fe5e544136ebe6370f452fd2772ee by tstellar:

    [WebAssembly] Fix FastISel address calculation bug

    • add: llvm/test/CodeGen/WebAssembly/fast-isel-pr47040.ll
    • edit: llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  • Commit 8b89bc0de0e190be04991a9622c5866a2e93ef6d by tstellar:

    [WebAssembly] Don't fold frame offset for global addresses

    • edit: llvm/lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp
    • edit: llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
    • edit: llvm/test/CodeGen/WebAssembly/userstack.ll
  • Commit df11f9b4ac1fd7be227cdd00c819d317b2268eaa by github:

    package metadata: add support for auth tokens (#3077)

    • edit: Tests/PackageCollectionsTests/GitHubPackageMetadataProviderTests.swift
    • edit: Sources/PackageCollections/PackageCollections+Configuration.swift
    • edit: Sources/PackageCollections/Storage/FilePackageCollectionsSourcesStorage.swift
    • edit: Sources/PackageCollections/Providers/GitHubPackageMetadataProvider.swift
    • edit: Sources/PackageCollections/Providers/JSONPackageCollectionProvider.swift
    • edit: Sources/PackageCollections/PackageCollections.swift
  • Commit 583b790b5f8dec5f71923bfc363fea7b4db3a9f4 by github:

    Rewrite describe command to emit more information, and to support both PlainText and JSON using the same model by using a plain-text encoder. (#3056)

    • edit: Tests/CommandsTests/PackageToolTests.swift
    • edit: Sources/Commands/Describe.swift