-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
authIssues related to the auth libraryIssues related to the auth libraryflakeUsed to track tests that flake (and then ruthlessly crush them)Used to track tests that flake (and then ruthlessly crush them)type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
First time I see this:
failures:
---- driver::run_id_token_adc_impersonated stdout ----
thread 'driver::run_id_token_adc_impersonated' (7342) panicked at tests/integration-auth/src/lib.rs:601:10:
failed to get id token: CredentialsError { is_transient: true, message: Some("failed to fetch token, body=<{\n \"error\": {\n \"code\": 500,\n \"message\": \"Unable to extract the resource from the request.\",\n \"status\": \"INTERNAL\"\n }\n}\n>"), source: Some(reqwest::Error { kind: Status(500, None), url: "https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/impersonation-target@rust-auth-testing.iam.gserviceaccount.com:generateIdToken" }) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
It may be a legitimate transient error that needs some kind of retry loop.
Metadata
Metadata
Assignees
Labels
authIssues related to the auth libraryIssues related to the auth libraryflakeUsed to track tests that flake (and then ruthlessly crush them)Used to track tests that flake (and then ruthlessly crush them)type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.