[Swift CI] Build Failure: OSS - Swift Package - macOS (main) #5648

# [FAILURE] oss-swift-package-macos [#5648]

Build URL: https://ci.swift.org/job/oss-swift-package-macos/5648/
Project: oss-swift-package-macos
Date of build: Fri, 05 Mar 2021 09:28:14 -0600
Build duration: 5 hr 16 min

Changes- Commit 56a923475f839c104aef3961dfb4e5c1e4b032d7 by alex:

[libSyntax] Reference count SyntaxData

  • edit: lib/Syntax/SyntaxNodes.cpp.gyb

  • edit: lib/Syntax/UnknownSyntax.cpp

  • edit: include/swift/Syntax/Syntax.h

  • edit: include/swift/Syntax/SyntaxData.h

  • edit: include/swift/Syntax/SyntaxCollection.h

  • edit: include/swift/Syntax/UnknownSyntax.h

  • edit: lib/Parse/SyntaxParsingCache.cpp

  • edit: include/swift/Syntax/SyntaxNodes.h.gyb

  • edit: include/swift/Syntax/TokenSyntax.h

  • edit: lib/Syntax/Syntax.cpp

  • edit: lib/Syntax/SyntaxData.cpp

  • Commit af4b6bc068b26e5b954e4098394956a9d7270b8e by drexin:

    [Concurrency] Add asynchronous Task.sleep function

    • edit: stdlib/public/Concurrency/GlobalExecutor.cpp
    • edit: stdlib/public/Concurrency/Task.swift
    • edit: include/swift/Runtime/Concurrency.h
    • add: test/Concurrency/Runtime/async_task_sleep.swift
  • Commit 28ce3d97f92bdf0b04658b8fad7e8be1b23a6221 by drexin:

    Use async sleep in concurrency tests

    • edit: test/Concurrency/Runtime/async_taskgroup_next_not_invoked_without_cancelAll.swift
    • edit: test/Concurrency/Runtime/async_let_fibonacci.swift
    • edit: test/Concurrency/Runtime/async_task_priority_current.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_is_empty.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_next_not_invoked_cancelAll.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_next_on_pending.swift
    • edit: test/Concurrency/Runtime/basic_future.swift
    • edit: test/Concurrency/async_task_groups.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_next_on_completed.swift
    • edit: test/Concurrency/Runtime/actor_counters.swift
    • edit: test/Concurrency/Runtime/future_fibonacci.swift
  • Commit 14ab1a233ffb8d608456804df82d7d9b9a01a871 by drexin:

    Cleanup after rebase

    • edit: test/Concurrency/Runtime/async_taskgroup_next_on_completed.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_cancel_from_inside_child.swift
    • edit: test/Concurrency/async_task_groups.swift
    • edit: test/Concurrency/Runtime/actor_counters.swift
    • edit: test/Concurrency/Runtime/basic_future.swift
    • edit: test/Concurrency/Runtime/async_task_priority_current.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_cancelAll_only_specific_group.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_next_on_pending.swift
    • edit: test/Concurrency/Runtime/future_fibonacci.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_is_empty.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_next_not_invoked_cancelAll.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_cancel_then_add.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_cancel_then_completions.swift
    • edit: test/Concurrency/Runtime/async_task_equals_hashCode.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_is_asyncsequence.swift
    • edit: test/Concurrency/Runtime/async_let_fibonacci.swift
    • edit: test/Concurrency/Runtime/async_task_cancellation_while_running.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_cancel_parent_affects_group.swift
    • edit: test/Concurrency/Runtime/async_task_cancellation_early.swift
    • edit: test/Concurrency/Runtime/async_taskgroup_next_not_invoked_without_cancelAll.swift
  • Commit 4bb52ccfbd615e75ac855585a8e9afa5e7ee195b by drexin:

    Workaround for rdar://74957357

    • edit: stdlib/public/Concurrency/Task.swift
  • Commit 54e78cc015533144f18a3067b80cad120bb42f76 by drexin:

    Fix after rebase

    • edit: stdlib/public/Concurrency/Task.swift
    • edit: test/Concurrency/Runtime/async_task_sleep.swift
  • Commit 54c7c76019af12046f1c17eaf7afe2856c904547 by drexin:

    Require libdispatch in async_task_sleep.swift

    • edit: test/Concurrency/Runtime/async_task_sleep.swift
  • Commit dd9e831ba7231ca2e32a4824a0033c5e15eed9bb by alex:

    [libSyntax] Explicitly pass source file length to c parse actions

    • edit: tools/libSwiftSyntaxParser/libSwiftSyntaxParser.cpp
    • edit: tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp
    • edit: include/swift-c/SyntaxParser/SwiftSyntaxParser.h
    • edit: unittests/SyntaxParser/SyntaxParserTests.cpp
  • Commit e0a440c0365f78630abec2a99b94a69892253adb by atrick:

    Add a poison flag to SIL destroy_value.

    • edit: lib/SIL/Verifier/SILVerifier.cpp
    • edit: include/swift/SIL/SILInstruction.h
    • edit: lib/SIL/Parser/ParseSIL.cpp
    • edit: test/SIL/Serialization/copy_value_destroy_value.sil
    • edit: docs/SIL.rst
    • edit: include/swift/SIL/SILBuilder.h
    • edit: test/SIL/Parser/basic2.sil
    • edit: lib/Serialization/DeserializeSIL.cpp
    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: lib/Serialization/SerializeSIL.cpp
    • edit: include/swift/SIL/SILCloner.h
    • edit: lib/SIL/IR/SILInstruction.cpp
    • edit: include/swift/SIL/SILNode.h
  • Commit 2b9fa929145d73a554a23ff36f9a5d2a7dc23b25 by dgregor:

    [AST Printing] Consider the storage decl as the "enclosing" decl of an acccessor

    • edit: test/ModuleInterface/features.swift
    • edit: lib/AST/ASTPrinter.cpp
  • Commit c051af457a82d7d847779036b7fb00822c33652c by github:

    [AutoDiff] NFC: Highlights original function name in diagnostic (#36259)

    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit b43b1e36f24ab7eb8c063466f60abe4cb19107f0 by medismail.bennani:

    [lldb/Interpreter][NFC] Remove more deleted const char* overloads

    • edit: lldb/include/lldb/Interpreter/OptionValueString.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupFile.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupString.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupBoolean.h
    • edit: lldb/include/lldb/Interpreter/OptionValueUInt64.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupUUID.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupUInt64.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupVariable.h
  • Commit c68e690afb28a75788a72789d057937e7ed1a817 by medismail.bennani:

    [lldb/Interpreter][NFC] Replace default constructors/destructors bodies with "=default"

    • edit: lldb/source/Interpreter/OptionGroupBoolean.cpp
    • edit: lldb/source/Interpreter/OptionGroupUUID.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueUUID.h
    • edit: lldb/include/lldb/Interpreter/OptionValueSInt64.h
    • edit: lldb/include/lldb/Interpreter/OptionValueArch.h
    • edit: lldb/include/lldb/Interpreter/ScriptInterpreter.h
    • edit: lldb/source/Interpreter/OptionGroupOutputFile.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueLanguage.h
    • edit: lldb/source/Interpreter/OptionGroupArchitecture.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
    • edit: lldb/source/Interpreter/OptionGroupString.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueProperties.h
    • edit: lldb/include/lldb/Interpreter/OptionValueDictionary.h
    • edit: lldb/source/Interpreter/CommandReturnObject.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupUUID.h
    • edit: lldb/source/Interpreter/OptionGroupUInt64.cpp
    • edit: lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueBoolean.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupBoolean.h
    • edit: lldb/include/lldb/Interpreter/CommandReturnObject.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupFormat.h
    • edit: lldb/include/lldb/Interpreter/OptionValueUInt64.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
    • edit: lldb/include/lldb/Interpreter/OptionValueFileColonLine.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
    • edit: lldb/source/Interpreter/ScriptInterpreter.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupString.h
    • edit: lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    • edit: lldb/include/lldb/Interpreter/OptionValueString.h
    • edit: lldb/source/Interpreter/OptionGroupFile.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    • edit: lldb/source/Interpreter/CommandObject.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupUInt64.h
    • edit: lldb/source/Interpreter/CommandHistory.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    • edit: lldb/include/lldb/Interpreter/CommandObject.h
    • edit: lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueArray.h
    • edit: lldb/include/lldb/Interpreter/OptionValueArgs.h
    • edit: lldb/source/Interpreter/OptionValueEnumeration.cpp
    • edit: lldb/include/lldb/Interpreter/CommandHistory.h
    • edit: lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    • edit: lldb/include/lldb/Interpreter/OptionValueFormat.h
    • edit: lldb/source/Interpreter/OptionGroupWatchpoint.cpp
    • edit: lldb/include/lldb/Interpreter/OptionValueChar.h
    • edit: lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    • edit: lldb/source/Interpreter/OptionGroupVariable.cpp
    • edit: lldb/source/Interpreter/Options.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupFile.h
    • edit: lldb/source/Interpreter/OptionGroupFormat.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupVariable.h
    • edit: lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
  • Commit 656e677b45a0c0abffdb9b27cb89c8998d631451 by medismail.bennani:

    [lldb/Interpreter] Make OptionGroupPythonClassWithDict options non-required

    • edit: lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    • edit: lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
  • Commit f0ec54e63d5a95cbb8ebdbea0f92064519084d12 by francisvm:

    [Remarks] Emit remarks for "auto-init" !annotations

    • edit: llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp
    • add: llvm/test/Transforms/Util/trivial-auto-var-init-call.ll
    • add: llvm/test/Transforms/Util/trivial-auto-var-init-unknown.ll
    • add: llvm/test/Transforms/Util/trivial-auto-var-init-store.ll
  • Commit 76497bd8b51aa3135bfcfb2f3cb730ed0b448c72 by francisvm:

    [Remarks] Provide more information about auto-init stores

    • add: llvm/lib/Transforms/Utils/AutoInitRemark.cpp
    • add: llvm/include/llvm/Transforms/Utils/AutoInitRemark.h
    • edit: llvm/lib/Transforms/Utils/CMakeLists.txt
    • edit: llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp
    • edit: llvm/test/Transforms/Util/trivial-auto-var-init-store.ll
  • Commit 92b441072350380afef2f30ee954a147c16a48a2 by francisvm:

    [Remarks] Provide more information about auto-init calls

    • edit: llvm/include/llvm/Transforms/Utils/AutoInitRemark.h
    • edit: llvm/lib/Transforms/Utils/AutoInitRemark.cpp
    • edit: llvm/test/Transforms/Util/trivial-auto-var-init-call.ll
    • edit: llvm/test/Transforms/Util/trivial-auto-var-init-unknown.ll
    • edit: llvm/test/Other/new-pm-O0-defaults.ll
    • edit: llvm/lib/Transforms/Scalar/AnnotationRemarks.cpp
  • Commit c9d7d4655c5e06c2eda932abdfee23e29b77a8d5 by francisvm:

    [Remarks] Emit variable info in auto-init remarks

    • edit: llvm/test/Transforms/Util/trivial-auto-var-init-call.ll
    • edit: llvm/include/llvm/Transforms/Utils/AutoInitRemark.h
    • edit: llvm/test/Transforms/Util/trivial-auto-var-init-store.ll
    • edit: llvm/lib/Transforms/Utils/AutoInitRemark.cpp
  • Commit e82cde6ade2f7d48a60d6d3993705aa1e2b969fb by arphaman:

    [Index] Don't hash the DeclarationName of a NamedDecl if it's empty, as MSGuid declarations have an empty name

    • add: clang/test/Index/Store/crash-msguid-hash.cpp
    • edit: clang/lib/Index/IndexRecordHasher.cpp
  • Commit cb72454e138ea62629cd31c49c62a0374ee3a5ae by ahoppen:

    Pass length of source file to C parsing actions

    • edit: Tests/SwiftSyntaxTest/SyntaxTests.swift
    • edit: Sources/SwiftSyntax/SyntaxParser.swift