[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (main) (Debug) #3697

# [FAILURE] swift-main-source-compat-suite-debug [#3697]

Build URL: https://ci.swift.org/job/swift-main-source-compat-suite-debug/3697/
Project: swift-main-source-compat-suite-debug
Date of build: Mon, 07 Dec 2020 12:25:21 -0600
Build duration: 2 min 18 sec

Changes- Commit d4be3e88e4fc216bc960759cef7b8b02d62cebc3 by nate_chandler:

[PtrAuth] Adopt AsyncContextResume schema.

  • edit: include/swift/AST/IRGenOptions.h

  • edit: lib/IRGen/GenCall.cpp

  • edit: lib/IRGen/IRGen.cpp

  • Commit 7091e0ddc36d1e0a63864e1e9dc569b7e24b9f34 by nate_chandler:

    [PtrAuth] Auth parent async context after loading.

    • edit: lib/IRGen/GenFunc.cpp
  • Commit b0913fd829666db87f260b061127a16863a486a1 by nate_chandler:

    [PtrAuth] Corrected AsyncContextParent schema.

    • edit: lib/IRGen/IRGen.cpp
  • Commit c73e3c1e62c50601edaab4453c46f380d97ac6b3 by nate_chandler:

    [NFC] Destructure AsyncFunctionPointer in getAsyncFunctionAndSize.

    • edit: lib/IRGen/GenCall.cpp
  • Commit e7ec8c245df66b0845f44a8f5f449150b1a4af35 by nate_chandler:

    [Async CC] Handle contextless fn ptrs in getAsyncFunctionAndSize.

    • edit: lib/IRGen/GenCall.cpp
  • Commit bbf57959ef33dc5f02e53ffecb905c7c88234a63 by nate_chandler:

    [Async CC] Fixed AuthInfo of AsyncCallEmission.

    • edit: lib/IRGen/GenCall.cpp
  • Commit d17c06905ee46d7d0ce417e5565d2f13b41b1118 by nate_chandler:

    [Async CC] Auth'd AFP ptr of dynamically thin fn.

    • edit: lib/IRGen/GenCall.cpp
  • Commit 0d93b8d7d456700a9e7f7a963ed81faca2c6f6c2 by nate_chandler:

    [Async CC] Auth'd AFP ptr to load ptr from FunctionPointer.

    • edit: lib/IRGen/GenCall.cpp
  • Commit 659c1ed88fc8746b9ea98c094ebb24371aeec5f8 by nate_chandler:

    [Async CC] Resigning AFP results in AFP.

    • edit: lib/IRGen/GenPointerAuth.cpp
  • Commit 52566970b31b960e7dbc86011f2f22cf87701a61 by nate_chandler:

    [NFC] Use FunctionPointer::getRawPointer for vwitness.

    • edit: lib/IRGen/GenOpaque.cpp
  • Commit eac9cfc2cb997b76ea8082a68a07513471980ca1 by nate_chandler:

    [Async CC] Auth'd AFP ptr of statically thin fn.

    • edit: lib/IRGen/GenCall.cpp
  • Commit f1d263b2ba24e4facc9975ecd2bc6bbead356d98 by nate_chandler:

    [Async CC] Fixed ptrauth for dynamic ptrs in partial applies.

    • edit: lib/IRGen/GenFunc.cpp
  • Commit b8ec80aac39172aec190fbec1ed8187899f33134 by nate_chandler:

    [Async CC] Resigned ptr passed to swift_task_create[_f].

    • edit: lib/IRGen/GenCall.cpp
  • Commit 0f2b659a8dfa5e6e89c69ec64234abec35cbffbc by nate_chandler:

    [PtrAuth] Pass discriminator to swift_suspend_dispatch.

    • edit: lib/IRGen/GenFunc.cpp
    • edit: lib/IRGen/GenCall.cpp
  • Commit 84e7ba7081be875d24a25f27e9779def15cb053c by nate_chandler:

    [Test] Reenabled arm64e concurrency tests.

    • edit: test/IRGen/async/run-call-int64-and-int64-to-void.sil
    • edit: test/IRGen/async/run-call-protocolwitness_instance-void-to-int64.sil
    • edit: test/IRGen/async/run-partialapply-capture-class-to-void.sil
    • edit: test/Concurrency/Runtime/future_fibonacci.swift
    • edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-sync-throw.sil
    • edit: test/IRGen/async/run-call-void-to-existential.sil
    • edit: test/IRGen/async/run-partialapply-capture-structgeneric_classinstance_to_struct_and_error.sil
    • edit: test/IRGen/async/run-call-void-throws-to-int-throwing.sil
    • edit: test/IRGen/async/run-call-void-to-int64-and-int64.sil
    • edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-async-nothrow_call-sync-throw.sil
    • edit: test/IRGen/async/run-call-void-to-int64.sil
    • edit: test/IRGen/async/run-convertfunction-int64-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-structgeneric_polymorphic_constrained-to-void.sil
    • edit: test/IRGen/async/run-call-generic-to-generic.sil
    • edit: test/IRGen/async/run-call-void-to-struct_large.sil
    • edit: test/IRGen/async/run-call-generic-to-void.sil
    • edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-async-throw.sil
    • edit: test/IRGen/async/run-partialapply-capture-inout-generic-and-in-generic-to-generic.sil
    • edit: test/IRGen/async/run-partialapply-capture-struct_classinstance_classinstance-and-int64-to-int64.sil
    • edit: test/Concurrency/Runtime/basic_future.swift
    • edit: test/IRGen/async/run-call-resilient-protocolinstance-void-to-void.swift
    • edit: test/IRGen/async/run-call_generic-protocolwitness_instance-generic-to-int64-and-generic.sil
    • edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
    • edit: test/IRGen/async/run-call-classinstance-int64-to-void.sil
    • edit: test/IRGen/async/partial_apply_forwarder.sil
    • edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-sync-nothrow_call-async-throw.sil
    • edit: test/IRGen/async/run-partialapply-capture-int64-int64-to-int64.sil
    • edit: test/IRGen/async/run-call-struct_five_bools-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-type_structgeneric_polymorphic_constrained-to-void.sil
    • edit: test/IRGen/async/run-call-classinstance-void-to-void.sil
    • edit: test/IRGen/async/run-call-existential-to-void.sil
    • edit: test/IRGen/async/partial_apply.sil
    • edit: test/IRGen/async/run-partialapply-capture-int64-to-generic.sil
    • edit: test/IRGen/async/run-call-structinstance-int64-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-type_thin-and-classinstance-to-void.sil
    • edit: test/IRGen/async/run-partialapply-capture-int64-int64-throws-to-int64.sil
    • edit: test/IRGen/async/run-thintothick-int64-to-void.sil
    • edit: test/IRGen/async/run-call-resilient-classinstance-void-to-void.sil
    • edit: test/IRGen/async/run-call_generic-protocolwitness_instance-void-to-int64.sil
    • edit: test/IRGen/async/run-call-protocolextension_instance-void-to-int64.sil
    • edit: test/IRGen/async/run-call-int64-to-void.sil
    • edit: test/Concurrency/Runtime/async_task_priority_basic.swift
    • edit: test/IRGen/async/run-call-genericEquatable-x2-to-bool.sil
  • Commit e365fc5a844c99d88315b1f2fbc4ba09c87b741c by aschwaighofer:

    Disable actor_class.swift tests on arm64e

    • edit: test/IRGen/actor_class_objc.swift
    • edit: test/IRGen/actor_class.swift