[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #5403

# [FAILURE] swift-master-source-compat-suite [#5403]

Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/5403/
Project: swift-master-source-compat-suite
Date of build: Tue, 08 Sep 2020 20:49:11 -0500
Build duration: 2 min 26 sec

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

Changes- Commit 4b9cf31ba0dd8cc00aa9385507f6269e65230fe6 by aprantl:

Add a callback to swift::reflection::MemoryReader that allows LLDB to provide

  • edit: stdlib/public/Reflection/TypeRef.cpp

  • edit: include/swift/Reflection/ReflectionContext.h

  • edit: include/swift/Remote/MemoryReader.h

  • edit: include/swift/Demangling/TypeDecoder.h

  • edit: stdlib/public/Reflection/TypeLowering.cpp

  • edit: tools/swift-reflection-dump/swift-reflection-dump.cpp

  • edit: include/swift/Reflection/TypeRef.h

  • edit: stdlib/public/SwiftRemoteMirror/SwiftRemoteMirror.cpp

  • edit: include/swift/Reflection/TypeRefBuilder.h

  • edit: include/swift/Reflection/TypeLowering.h

  • add: include/swift/Remote/TypeInfoProvider.h

  • edit: stdlib/public/Reflection/TypeRefBuilder.cpp

  • Commit 961dc59cf5ff026ab3de174a44c915daf7dc9941 by aprantl:

    Thread Labels through TupleTypeRef.

    • edit: include/swift/Reflection/TypeRefBuilder.h
    • edit: stdlib/public/Reflection/TypeRef.cpp
    • edit: include/swift/Reflection/TypeRef.h
    • edit: stdlib/public/Reflection/TypeLowering.cpp
  • Commit 9287707520b1266b23bc625a18e6075204f81e90 by aprantl:

    Support generic parent contexts in DemanglingForTypeRef.

    • edit: stdlib/public/Reflection/TypeRef.cpp
    • edit: validation-test/Reflection/existentials.swift
  • Commit 9b5b265306a90cf1f3809c729b3ce803318d77f9 by aprantl:

    Take TypeInfoProvider into account when caching TypeInfos.

    • edit: stdlib/public/Reflection/TypeLowering.cpp
    • edit: lib/AST/ASTDemangler.cpp
    • edit: include/swift/Reflection/TypeLowering.h
  • Commit 56b2e906da8c844b5746bbfd752f3504fd936290 by aprantl:

    Support MetatypeTypeRefs in DemanglingForTypeRef.

    • edit: stdlib/public/Reflection/TypeRef.cpp
    • edit: validation-test/Reflection/existentials.swift
  • Commit 77b4f756088ac751ec33e099ab71c4c446b08171 by rishizaki:

    [SourceKit] Reorgantize code completion options

    • edit: test/SourceKit/CodeComplete/complete_without_stdlib.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_vfs.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: tools/SourceKit/include/SourceKit/Core/Context.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftConformingMethodList.cpp
    • edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: test/SourceKit/CodeComplete/complete_sequence_race.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
    • edit: tools/SourceKit/lib/SwiftLang/CodeCompletionOrganizer.h
    • edit: tools/SourceKit/tools/sourcekitd-test/TestOptions.cpp
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_ownfile.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: include/swift/IDE/CompletionInstance.h
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_swiftmodule.swift
    • edit: tools/SourceKit/tools/sourcekitd-test/Options.td
    • edit: tools/SourceKit/lib/Core/Context.cpp
    • edit: test/SourceKit/TypeContextInfo/typecontext_basic.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_vfs_open.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_clangmodule.swift
    • edit: test/SourceKit/CursorInfo/use-swift-source-info.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_otherfile.swift
    • edit: lib/IDE/CompletionInstance.cpp
    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_avoid_check.swift
    • edit: test/SourceKit/ConformingMethods/basic.swift
    • edit: test/SourceKit/CodeComplete/complete_checkdeps_bridged.swift
  • Commit 191a4f8029f87a241c9d3d0ab4b1064bbf464e12 by dgregor:

    [Concurrency] Split @objc checking into a separate test file.

    • add: test/attr/attr_objc_async.swift
    • edit: test/attr/attr_objc.swift
  • Commit b1c49514f29eda1898097e79639cd634f0a8780e by 13952+xwu:

    [userdocs] Flesh out alternatives/workarounds for protocol type non-conformance

    • edit: userdocs/diagnostics/protocol-type-non-conformance.md
  • Commit 680682fc539b72a7c7e2d8c1897f9710bc861006 by 13952+xwu:

    [docs] Update educational note for accuracy about Error requirements

    • edit: userdocs/diagnostics/protocol-type-non-conformance.md
  • Commit 79a2ab0c8c921b8cd33c52c9fbebb3f99feb0bbc by pyaskevich:

    [ConstraintSystem] Record unable to infer base only if hole originated from affected reference

    • edit: test/decl/enum/enumtest.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: test/Constraints/valid_pointer_conversions.swift
  • Commit 4f464ff0d4efdf77ff67dc6dd2966840ed5236a1 by pyaskevich:

    [Localization] Extract testing fixture and diagnostic definitions into a header

    • add: unittests/Localization/LocalizationTest.h
    • edit: unittests/Localization/DefToYAMLConverterTests.cpp
  • Commit 0baf84431e11bbe299c9766d0b4090d4b24f2188 by pyaskevich:

    [Localization] Expose a way to create temporary files through LocalizationTest

    • edit: unittests/Localization/LocalizationTest.h
    • edit: unittests/Localization/DefToYAMLConverterTests.cpp
  • Commit dbe79956f4050954f4188fa7529eaebd0954e6ea by pyaskevich:

    [Localization] Add localization serialization tests

    • add: unittests/Localization/SerializationTests.cpp
    • edit: unittests/Localization/CMakeLists.txt
  • Commit 7f169103dac6370504b4fa8259c7f5bc48d8690f by github:

    [docs] Drop a word based on reviewer feedback

    • edit: userdocs/diagnostics/protocol-type-non-conformance.md
  • Commit 0f18948bd53a5935caa216859fcce9fa460539ce by dgregor:

    [Concurrency] Allow @objc async methods.

    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
    • edit: lib/ClangImporter/ImportName.cpp
    • edit: lib/ClangImporter/ImportName.h
    • edit: lib/AST/ASTVerifier.cpp
    • edit: lib/Sema/CodeSynthesis.cpp
    • edit: lib/AST/Decl.cpp
    • edit: lib/ClangImporter/ImportType.cpp
    • edit: lib/ClangImporter/ImporterImpl.h
    • add: test/attr/attr_cdecl_async.swift
    • edit: lib/Sema/TypeCheckObjC.h
    • edit: test/attr/attr_objc_async.swift
    • edit: include/swift/AST/ForeignAsyncConvention.h
    • add: test/decl/async/objc.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckCaptures.cpp
    • edit: lib/ClangImporter/ImportDecl.cpp
    • edit: lib/Sema/TypeCheckDeclPrimary.cpp
  • Commit daf9e2df7efcb18634e7533b7e10ff00566886c3 by dgregor:

    [Concurrency] Print @objc async declarations as Objective-C declarations.

    • edit: lib/PrintAsObjC/DeclAndTypePrinter.cpp
    • add: test/PrintAsObjC/async.swift
  • Commit 8dc8532965ff79c388f5840babb5654b498e5bbc by dgregor:

    [Concurrency] Ban asynchronous methods returning 'Self' from being @objc

    • edit: test/attr/attr_objc_async.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: lib/Sema/TypeCheckDeclObjC.cpp
  • Commit ed30712ff36e375350c2ade1343c6aa995d1eedf by github:

    Fixes example snippet in OutputStream.swift (#33844)

    • edit: stdlib/public/core/OutputStream.swift
  • Commit 14e63380f26a74417c2129f6433a5a2abe2d9ce6 by github:

    [AutoDiff] Generate transparent ossa reabstraction thunks. (#33854)

    • edit: lib/SILOptimizer/Differentiation/Thunk.cpp
  • Commit 0ceaa5899c2f91a60e86b4c7cab86446f2b0c6a9 by github:

    [AutoDiff] Fix forward-mode crashes related to tangent buffers (#33633)

    • edit: test/AutoDiff/validation-test/forward_mode.swift
    • edit: test/AutoDiff/SILOptimizer/forward_mode_diagnostics.swift
    • edit: lib/SILOptimizer/Differentiation/JVPCloner.cpp
    • edit: lib/SILOptimizer/Differentiation/LinearMapInfo.cpp