Skip to content

[auth] Fix Multi-factor session crash on second Firebase app #4806

[auth] Fix Multi-factor session crash on second Firebase app

[auth] Fix Multi-factor session crash on second Firebase app #4806

Triggered via pull request December 10, 2024 15:27
Status Failure
Total duration 22m 32s
Artifacts

auth.yml

on: pull_request
spm-package-resolved
1m 13s
spm-package-resolved
Matrix: pod-lib-lint
Matrix: pod-lib-lint-xc16
Matrix: integration-tests
Matrix: spm
Matrix: auth-cron-only
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 15 warnings
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/AccountInfoTests.swift#L47
testUpdatingUsersEmail, XCTAssertEqual failed: ("17208") is not equal to ("17007") - Created a user despite it already exiting.
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/AccountInfoTests.swift#L59
testUpdatingUsersEmail, XCTAssertNil failed: "Error Domain=FIRAuthErrorDomain Code=17208 "The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps" UserInfo={NSLocalizedDescription=The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps, FIRAuthErrorUserInfoNameKey=ERROR_RECAPTCHA_SDK_NOT_LINKED}"
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/AccountInfoTests.swift#L60
testUpdatingUsersEmail, XCTAssertEqual failed: ("nil") is not equal to ("Optional("[email protected]")") - Signed user does not match request.
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/AccountInfoTests.swift#L74
testUpdatingUsersEmailAsync, XCTAssertEqual failed: ("17208") is not equal to ("17007") - Created a user despite it already exiting.
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/AccountInfoTests.swift#L79
testUpdatingUsersEmailAsync, failed: caught error: "Error Domain=FIRAuthErrorDomain Code=17208 "The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_RECAPTCHA_SDK_NOT_LINKED, NSLocalizedDescription=The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps}"
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/EmailPasswordTests.swift#L53
testCreateAccountWithEmailAndPasswordAsync, failed: caught error: "Error Domain=FIRAuthErrorDomain Code=17208 "The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_RECAPTCHA_SDK_NOT_LINKED, NSLocalizedDescription=The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps}"
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/EmailPasswordTests.swift#L43
testCreateAccountWithEmailAndPassword, XCTAssertEqual failed: ("nil") is not equal to ("Optional("[email protected]")") - Expected email doesn't match
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/EmailPasswordTests.swift#L63
testSignInExistingUserWithEmailAndPassword, XCTAssertNil failed: "Error Domain=FIRAuthErrorDomain Code=17208 "The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps" UserInfo={FIRAuthErrorUserInfoNameKey=ERROR_RECAPTCHA_SDK_NOT_LINKED, NSLocalizedDescription=The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps}"
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/EmailPasswordTests.swift#L64
testSignInExistingUserWithEmailAndPassword, XCTAssertEqual failed: ("nil") is not equal to ("Optional("[email protected]")") - Signed user does not match request.
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/EmailPasswordTests.swift#L74
testSignInExistingUserWithEmailAndPasswordAsync, failed: caught error: "Error Domain=FIRAuthErrorDomain Code=17208 "The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps" UserInfo={NSLocalizedDescription=The reCAPTCHA SDK is not linked to your app. See https://cloud.google.com/recaptcha-enterprise/docs/instrument-ios-apps, FIRAuthErrorUserInfoNameKey=ERROR_RECAPTCHA_SDK_NOT_LINKED}"
integration-tests (AuthenticationExampleUITests)
The job was canceled because "SwiftApiTests" failed.
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift#L249
testAuthExistingAccount, Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Expect predicate `exists == 1` for object "User" NavigationBar".
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift#L249
testCreateAccountCorrectPassword, Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Expect predicate `exists == 1` for object "User" NavigationBar".
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift#L249
testAuthExistingAccount, Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Expect predicate `exists == 1` for object "User" NavigationBar".
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift#L249
testCreateAccountCorrectPassword, Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Expect predicate `exists == 1` for object "User" NavigationBar".
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift#L249
testAuthExistingAccount, Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Expect predicate `exists == 1` for object "User" NavigationBar".
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExampleUITests/AuthenticationExampleUITests.swift#L249
testCreateAccountCorrectPassword, Asynchronous wait failed: Exceeded timeout of 5 seconds, with unfulfilled expectations: "Expect predicate `exists == 1` for object "User" NavigationBar".
integration-tests (AuthenticationExampleUITests)
The operation was canceled.
integration-tests (ObjCApiTests)
The job was canceled because "SwiftApiTests" failed.
integration-tests (ObjCApiTests)
The operation was canceled.
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L1016
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
integration-tests (SwiftApiTests): FirebaseAuth/Tests/SampleSwift/SwiftApiTests/EmailPasswordTests.swift#L80
'fetchSignInMethods(forEmail:)' is deprecated: `fetchSignInMethods` is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled.
integration-tests (SwiftApiTests)
Attempt 1 failed. Reason: Child_process exited with error code 1
integration-tests (SwiftApiTests)
Attempt 2 failed. Reason: Child_process exited with error code 1
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L1016
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
integration-tests (AuthenticationExampleUITests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (AuthenticationExampleUITests)
Attempt 1 failed. Reason: Child_process exited with error code 1
integration-tests (AuthenticationExampleUITests)
Attempt 2 failed. Reason: Child_process exited with error code 1
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/ViewControllers/AuthViewController.swift#L1016
'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead
integration-tests (ObjCApiTests): FirebaseAuth/Tests/SampleSwift/AuthenticationExample/Utility/Extensions.swift#L199
extension declares a conformance of imported type 'UITabBarController' to imported protocol 'UITabBarControllerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
integration-tests (ObjCApiTests)
Attempt 1 failed. Reason: Child_process exited with error code 1