Skip to content

Assume isolate for deinit #1190

Assume isolate for deinit

Assume isolate for deinit #1190

Triggered via push April 20, 2024 07:32
Status Failure
Total duration 9m 42s
Artifacts

build.yaml

on: push
Matrix: run-test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
run-test (iOS Simulator,name=iPhone 15, 5): Tests/KingfisherTests/KingfisherManagerTests.swift#L952
testRetrievingErrorsWithAlternativeSource, Asynchronous wait failed: Exceeded timeout of 1 seconds, with unfulfilled expectations: "testRetrievingErrorsWithAlternativeSource()".
run-test (iOS Simulator,name=iPhone 15, 5): Tests/KingfisherTests/KingfisherManagerTests.swift#L933
testSuccessCompletionHandlerRunningOnMainQueueByDefault, XCTAssertNil failed: "RetrieveImageResult(image: <UIImage:0x6000007fafd0 anonymous {64, 64} renderingMode=automatic(original)>, cacheType: Kingfisher.CacheType.none, source: Kingfisher.Source.network(http://stackoverflow.com/questions/11251340/convert-image-to-base64-string-in-ios-swift), originalSource: Kingfisher.Source.network(brokenurl), data: (Function))"
run-test (iOS Simulator,name=iPhone 15, 5): Tests/KingfisherTests/KingfisherManagerTests.swift#L934
testSuccessCompletionHandlerRunningOnMainQueueByDefault, XCTAssertNotNil failed
run-test (iOS Simulator,name=iPhone 15, 5): KingfisherTests/KingfisherManagerTests.swift#L936
Unexpectedly found nil while unwrapping an Optional value
run-test (iOS Simulator,name=iPhone 15, 5)
Restarting after unexpected exit, crash, or test timeout in KingfisherManagerTests.testSuccessCompletionHandlerRunningOnMainQueueByDefault(); summary will include totals from previous launches.
run-test (iOS Simulator,name=iPhone 15, 5): Tests/KingfisherTests/KingfisherManagerTests.swift#L658
-[KingfisherTests.KingfisherManagerTests testWaitForCacheOnRetrieveImageWithProcessor] : Asynchronous wait failed: Exceeded timeout of 3 seconds, with unfulfilled expectations: "testWaitForCacheOnRetrieveImageWithProcessor()".
run-test (iOS Simulator,name=iPhone 15, 5)
Process completed with exit code 1.
run-test (iOS Simulator,name=iPhone 15, 5): Sources/Views/AnimatedImageView.swift#L489
converting function value of type '@mainactor (AnimatedImageView) throws -> T' to '(AnimatedImageView) throws -> T' loses global actor 'MainActor'