swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04-long-test [#7062]
Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04-long-test/7062/
Project: oss-swift-incremental-RA-linux-ubuntu-16_04-long-test
Date of build: Fri, 30 Oct 2020 00:44:55 -0500
Build duration: 1 hr 24 min
Changes- Commit 93eb22bdb5f3d2a3aa9e37febdceddcb348e0bc1 by kavon:
do not short-circuit overload resolution if chosen overload has async/sync mismatch
-
edit: lib/Sema/CSStep.cpp
-
Commit b7bdca24071f3956b86e7c2fa7698cba304e9d20 by spestov:
Sema: Ban references to protocol extension members with opaque result types on an existential base
-
edit: test/type/opaque.swift
-
edit: lib/AST/Decl.cpp
-
Commit 403a2683bb0228bce374050db4d5b2d829cf964c by kfarvardin:
add regression test for SR-13760
-
add: test/Concurrency/objc_async_overload.swift
-
add: test/Concurrency/Inputs/Delegate.h
-
Commit 13c17aef95e6792810f91711cbfdc50378834800 by dgregor:
[Concurrency] Only auto-import _Concurrency when auto-importing Swift.
-
edit: lib/Frontend/Frontend.cpp
-
Commit e078337f452f1f1d8c9aeb24a5d6450cc7f98c1f by dgregor:
Update async calling convention tests to import _Concurrency
-
edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-async-throw.sil
-
edit: test/IRGen/async/run-call-structinstance-int64-to-void.sil
-
edit: test/IRGen/async/run-call-int64-and-int64-to-void.sil
-
edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-sync-throw.sil
-
edit: test/IRGen/async/run-call_generic-protocolwitness_instance-void-to-int64.sil
-
edit: test/IRGen/async/run-partialapply-capture-class-to-void.sil
-
edit: test/IRGen/async/run-call-void-throws-to-int-throwing_call-sync-nothrow_call-async-throw.sil
-
edit: test/IRGen/async/run-call-classinstance-int64-to-void.sil
-
edit: test/IRGen/async/run-call-classinstance-void-to-void.sil
-
edit: test/IRGen/async/run-partialapply-capture-int64-to-generic.sil
-
edit: test/IRGen/async/run-call-void-to-int64.sil
-
edit: test/IRGen/async/run-call-int64-to-void.sil
-
edit: test/IRGen/async/run-call-void-to-int64-and-int64.sil
-
edit: test/IRGen/async/run-partialapply-capture-structgeneric_classinstance_to_struct_and_error.sil
-
edit: test/IRGen/async/run-partialapply-capture-type_thin-and-classinstance-to-void.sil
-
edit: test/IRGen/async/run-call-genericEquatable-x2-to-bool.sil
-
edit: test/IRGen/async/run-call-void-to-existential.sil
-
edit: test/IRGen/async/run-partialapply-capture-struct_classinstance_classinstance-and-int64-to-int64.sil
-
edit: test/IRGen/async/run-call-generic-to-void.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-struct_large.sil
-
edit: test/IRGen/async/run-call_generic-protocolwitness_instance-generic-to-int64-and-generic.sil
-
edit: test/IRGen/async/run-partialapply-capture-inout-generic-and-in-generic-to-generic.sil
-
edit: test/IRGen/async/run-partialapply-capture-type_structgeneric_polymorphic_constrained-to-void.sil
-
edit: test/IRGen/async/run-call-protocolwitness_instance-void-to-int64.sil
-
edit: test/IRGen/async/run-call-generic-to-generic.sil
-
edit: test/IRGen/async/run-partialapply-capture-int64-int64-to-int64.sil
-
edit: test/IRGen/async/run-call-void-throws-to-int-throwing.sil
-
edit: test/IRGen/async/run-call-protocolextension_instance-void-to-int64.sil
-
edit: test/IRGen/async/run-partialapply-capture-structgeneric_polymorphic_constrained-to-void.sil
-
edit: test/IRGen/async/run-call-existential-to-void.sil
-
edit: test/IRGen/async/run-partialapply-capture-generic_conformer-and-generic-to-void.sil
-
Commit f30778ff8ce39e462fc3839cc33eec3f8f0ae050 by dgregor:
[async type lowering] Handle Void return from @objc async methods.
-
edit: lib/SIL/IR/AbstractionPattern.cpp
-
edit: test/SILGen/objc_async.swift
-
Commit 6204b371f304b729220851aaf8314d53030457f6 by rwidmann:
[Gardening] Strip -verify out of a test that doesn't need it
-
edit: validation-test/Sema/type_checker_crashers_fixed/rdar27830834.swift
-
Commit d9465565f9a794b183f357797dce5ce0ad01d9ce by xi_ge:
Build libSwiftDriver as a dylib