[INFO] cloning repository https://github.com/cydanix/nano-iam
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cydanix/nano-iam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcydanix%2Fnano-iam", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcydanix%2Fnano-iam'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a61791450cb0007882401a6721bdbe50f2c446e1
[INFO] testing cydanix/nano-iam/a61791450cb0007882401a6721bdbe50f2c446e1 against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcydanix%2Fnano-iam" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cydanix/nano-iam
[INFO] finished tweaking git repo https://github.com/cydanix/nano-iam
[INFO] tweaked toml for git repo https://github.com/cydanix/nano-iam written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cydanix/nano-iam on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cydanix/nano-iam already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0
[INFO] running `Command { std: "docker" "start" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling ar_archive_writer v0.2.0
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling psm v0.1.28
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling stacker v0.1.22
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling base64ct v1.8.1
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling chumsky v0.9.3
[INFO] [stderr]    Compiling email-encoding v0.4.1
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling nano-iam v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quoted_printable v0.5.1
[INFO] [stderr]    Compiling email_address v0.2.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling lettre v0.11.19
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tracing v0.1.43
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling waker-fn v1.2.0
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling lettre v0.11.19
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling wiremock v0.5.22
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling nano-iam v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 35s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-postgres v0.7.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/nano_iam-040cb3067d554df1)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test email::tests::test_new_office365_with_name_in_email ... ok
[INFO] [stdout] test email::tests::test_new_office365_with_different_ports ... ok
[INFO] [stdout] test email::tests::test_new_office365_success ... ok
[INFO] [stdout] test email::tests::test_new_office365_send_verification_email ... ok
[INFO] [stdout] test email::tests::test_new_office365_invalid_email ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-bb7315b75fe0e2f3)
[INFO] [stdout] 
[INFO] [stdout] running 45 tests
[INFO] [stdout] test test_cleanup_expired_objects ... FAILED
[INFO] [stdout] test test_change_password ... FAILED
[INFO] [stdout] test test_access_token_works_after_refresh ... FAILED
[INFO] [stdout] test full_auth_flow_register_verify_login_refresh ... FAILED
[INFO] [stdout] test test_cleanup_expired_objects_with_retention ... FAILED
[INFO] [stdout] test test_change_password_invalid_old_password ... FAILED
[INFO] [stdout] test test_check_email_available ... FAILED
[INFO] [stdout] test test_email_sent_for_each_registration ... FAILED
[INFO] [stdout] test test_check_email_available_after_soft_delete ... FAILED
[INFO] [stdout] test test_email_sent_on_registration ... FAILED
[INFO] [stdout] test test_delete_account_invalid_password ... FAILED
[INFO] [stdout] test test_expired_access_token_fails_authentication ... FAILED
[INFO] [stdout] test test_delete_account_soft_deletes ... FAILED
[INFO] [stdout] test test_change_password_weak_new_password ... FAILED
[INFO] [stdout] test test_double_usage_detection_and_chain_revocation ... FAILED
[INFO] [stdout] test test_get_account ... FAILED
[INFO] [stdout] test test_get_account_not_found ... FAILED
[INFO] [stdout] test test_google_oauth_register ... FAILED
[INFO] [stdout] test test_logout_all_invalid_password ... FAILED
[INFO] [stdout] test test_logout_all_revokes_all_tokens ... FAILED
[INFO] [stdout] test test_google_oauth_account_auto_verified ... FAILED
[INFO] [stdout] test test_get_account_after_soft_delete ... FAILED
[INFO] [stdout] test test_logout_revokes_access_token ... FAILED
[INFO] [stdout] test test_multiple_refreshes_maintain_chain ... FAILED
[INFO] [stdout] test test_refresh_token_revoked_after_use ... FAILED
[INFO] [stdout] test test_refresh_token_usage_counter ... FAILED
[INFO] [stdout] test test_multiple_refreshes_work ... FAILED
[INFO] [stdout] test test_google_oauth_auth_type_mismatch ... FAILED
[INFO] [stdout] test test_request_password_reset ... FAILED
[INFO] [stdout] test test_resend_verification_email ... FAILED
[INFO] [stdout] test test_request_password_reset_nonexistent_email ... FAILED
[INFO] [stdout] test test_expired_refresh_token_fails_refresh ... FAILED
[INFO] [stdout] test test_refresh_issues_new_tokens ... FAILED
[INFO] [stdout] test test_refresh_maintains_root_token ... FAILED
[INFO] [stdout] test test_resend_verification_email_already_verified ... FAILED
[INFO] [stdout] test test_reset_password ... FAILED
[INFO] [stdout] test test_token_chain_creation ... FAILED
[INFO] [stdout] test test_reset_password_weak_password ... FAILED
[INFO] [stdout] test test_token_chain_revocation_on_compromise ... FAILED
[INFO] [stdout] test test_verify_google_id_token_missing_client_id ... ok
[INFO] [stderr] [2m2026-07-09T21:26:47.834296Z[0m [31mERROR[0m [2mnano_iam::google_oauth[0m[2m:[0m GOOGLE_OAUTH_CLIENT_ID environment variable not set
[INFO] [stderr] [2m2026-07-09T21:26:47.835126Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stderr] [2m2026-07-09T21:26:47.835496Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stderr] [2m2026-07-09T21:26:47.839297Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stdout] test test_reset_password_invalid_code ... FAILED
[INFO] [stderr] [2m2026-07-09T21:26:47.843093Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stderr] [2m2026-07-09T21:26:48.180535Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection: http://127.0.0.1:33945/
[INFO] [stderr] [2m2026-07-09T21:26:48.183252Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connecting to 127.0.0.1:33945
[INFO] [stderr] [2m2026-07-09T21:26:48.183512Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connected to 127.0.0.1:33945
[INFO] [stderr] [2m2026-07-09T21:26:48.183809Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 93 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.185221Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection: http://127.0.0.1:35453/
[INFO] [stderr] [2m2026-07-09T21:26:48.185335Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connecting to 127.0.0.1:35453
[INFO] [stderr] [2m2026-07-09T21:26:48.185539Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connected to 127.0.0.1:35453
[INFO] [stderr] [2m2026-07-09T21:26:48.185796Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 88 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.186057Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 2 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.186118Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is empty
[INFO] [stderr] [2m2026-07-09T21:26:48.186284Z[0m [34mDEBUG[0m [2mwiremock::mock_set[0m[2m:[0m Handling request.
[INFO] [stderr] [2m2026-07-09T21:26:48.182621Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection: http://127.0.0.1:43323/
[INFO] [stderr] [2m2026-07-09T21:26:48.186440Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connecting to 127.0.0.1:43323
[INFO] [stderr] [2m2026-07-09T21:26:48.186565Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connected to 127.0.0.1:43323
[INFO] [stderr] [2m2026-07-09T21:26:48.186745Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 86 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.184501Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 2 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.186782Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is empty
[INFO] [stderr] [2m2026-07-09T21:26:48.186804Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 2 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.186822Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is empty
[INFO] [stderr] [2m2026-07-09T21:26:48.186871Z[0m [34mDEBUG[0m [2mwiremock::mock_set[0m[2m:[0m Handling request.
[INFO] [stderr] [2m2026-07-09T21:26:48.186909Z[0m [34mDEBUG[0m [2mwiremock::mock_set[0m[2m:[0m Handling request.
[INFO] [stderr] [2m2026-07-09T21:26:48.187013Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 84 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.187017Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 200 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.187148Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 2 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.187193Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is empty
[INFO] [stderr] [2m2026-07-09T21:26:48.187270Z[0m [34mDEBUG[0m [2mhyper::client::pool[0m[2m:[0m pooling idle connection for ("http", 127.0.0.1:43323)
[INFO] [stderr] [2m2026-07-09T21:26:48.187315Z[0m [33m WARN[0m [2mnano_iam::google_oauth[0m[2m:[0m Google token validation failed with status: 400 Bad Request
[INFO] [stderr] [2m2026-07-09T21:26:48.188074Z[0m [34mDEBUG[0m [2mreqwest::connect[0m[2m:[0m starting new connection: http://127.0.0.1:39153/
[INFO] [stderr] [2m2026-07-09T21:26:48.188118Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connecting to 127.0.0.1:39153
[INFO] [stderr] [2m2026-07-09T21:26:48.188244Z[0m [34mDEBUG[0m [2mhyper::client::connect::http[0m[2m:[0m connected to 127.0.0.1:39153
[INFO] [stderr] [2m2026-07-09T21:26:48.188427Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 89 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.188484Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 2 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.188501Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is empty
[INFO] [stderr] [2m2026-07-09T21:26:48.188584Z[0m [34mDEBUG[0m [2mwiremock::mock_set[0m[2m:[0m Handling request.
[INFO] [stderr] [2m2026-07-09T21:26:48.188692Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 216 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.189356Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m flushed 209 bytes
[INFO] [stderr] [2m2026-07-09T21:26:48.189512Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 3 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.189532Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is content-length (92 bytes)
[INFO] [stderr] [2m2026-07-09T21:26:48.189566Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body completed
[INFO] [stderr] [2m2026-07-09T21:26:48.189633Z[0m [34mDEBUG[0m [2mhyper::client::pool[0m[2m:[0m pooling idle connection for ("http", 127.0.0.1:33945)
[INFO] [stderr] [2m2026-07-09T21:26:48.189724Z[0m [33m WARN[0m [2mnano_iam::google_oauth[0m[2m:[0m Google token audience mismatch
[INFO] [stderr] [2m2026-07-09T21:26:48.190624Z[0m [34mDEBUG[0m [2mwiremock::mock_server::exposed_server[0m[2m:[0m Verify mock expectations.
[INFO] [stderr] [2m2026-07-09T21:26:48.191416Z[0m [34mDEBUG[0m [2mwiremock::mock_server::exposed_server[0m[2m:[0m Verify mock expectations.
[INFO] [stderr] [2m2026-07-09T21:26:48.191529Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stderr] [2m2026-07-09T21:26:48.192068Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 3 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.192085Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is content-length (107 bytes)
[INFO] [stderr] [2m2026-07-09T21:26:48.192110Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body completed
[INFO] [stderr] [2m2026-07-09T21:26:48.192282Z[0m [34mDEBUG[0m [2mhyper::proto::h1::io[0m[2m:[0m parsed 3 headers
[INFO] [stderr] [2m2026-07-09T21:26:48.192317Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body is content-length (100 bytes)
[INFO] [stderr] [2m2026-07-09T21:26:48.192343Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m incoming body completed
[INFO] [stderr] [2m2026-07-09T21:26:48.192416Z[0m [34mDEBUG[0m [2mhyper::client::pool[0m[2m:[0m pooling idle connection for ("http", 127.0.0.1:35453)
[INFO] [stderr] [2m2026-07-09T21:26:48.193372Z[0m [34mDEBUG[0m [2mwiremock::mock_server::exposed_server[0m[2m:[0m Verify mock expectations.
[INFO] [stderr] [2m2026-07-09T21:26:48.193900Z[0m [34mDEBUG[0m [2mhyper::client::pool[0m[2m:[0m pooling idle connection for ("http", 127.0.0.1:39153)
[INFO] [stderr] [2m2026-07-09T21:26:48.193995Z[0m [33m WARN[0m [2mnano_iam::google_oauth[0m[2m:[0m Google account email not verified
[INFO] [stderr] [2m2026-07-09T21:26:48.194235Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stderr] [2m2026-07-09T21:26:48.194377Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stdout] test test_verify_google_id_token_audience_mismatch ... ok
[INFO] [stdout] test test_verify_google_id_token_invalid_response ... ok
[INFO] [stdout] test test_verify_google_id_token_success ... ok
[INFO] [stderr] [2m2026-07-09T21:26:48.195521Z[0m [34mDEBUG[0m [2mwiremock::mock_server::exposed_server[0m[2m:[0m Verify mock expectations.
[INFO] [stderr] [2m2026-07-09T21:26:48.196027Z[0m [34mDEBUG[0m [2mhyper::proto::h1::conn[0m[2m:[0m read eof
[INFO] [stdout] test test_verify_google_id_token_unverified_email ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_cleanup_expired_objects stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_change_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_access_token_works_after_refresh stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- full_auth_flow_register_verify_login_refresh stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_cleanup_expired_objects_with_retention stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_change_password_invalid_old_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_check_email_available stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_email_sent_for_each_registration stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_check_email_available_after_soft_delete stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_email_sent_on_registration stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_delete_account_invalid_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_expired_access_token_fails_authentication stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_delete_account_soft_deletes stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_change_password_weak_new_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_double_usage_detection_and_chain_revocation stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_account stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_account_not_found stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_google_oauth_register stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_logout_all_invalid_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_logout_all_revokes_all_tokens stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_google_oauth_account_auto_verified stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_get_account_after_soft_delete stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_logout_revokes_access_token stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_multiple_refreshes_maintain_chain stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_refresh_token_revoked_after_use stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_refresh_token_usage_counter stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_multiple_refreshes_work stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_google_oauth_auth_type_mismatch stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_request_password_reset stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_resend_verification_email stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_request_password_reset_nonexistent_email stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_expired_refresh_token_fails_refresh stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_refresh_issues_new_tokens stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_refresh_maintains_root_token stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_resend_verification_email_already_verified stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_reset_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_token_chain_creation stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_reset_password_weak_password stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_token_chain_revocation_on_compromise stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] ---- test_reset_password_invalid_code stdout ----
[INFO] [stdout] Error: NotPresent
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     full_auth_flow_register_verify_login_refresh
[INFO] [stdout]     test_access_token_works_after_refresh
[INFO] [stdout]     test_change_password
[INFO] [stdout]     test_change_password_invalid_old_password
[INFO] [stdout]     test_change_password_weak_new_password
[INFO] [stdout]     test_check_email_available
[INFO] [stdout]     test_check_email_available_after_soft_delete
[INFO] [stdout]     test_cleanup_expired_objects
[INFO] [stdout]     test_cleanup_expired_objects_with_retention
[INFO] [stdout]     test_delete_account_invalid_password
[INFO] [stdout]     test_delete_account_soft_deletes
[INFO] [stdout]     test_double_usage_detection_and_chain_revocation
[INFO] [stdout]     test_email_sent_for_each_registration
[INFO] [stdout]     test_email_sent_on_registration
[INFO] [stdout]     test_expired_access_token_fails_authentication
[INFO] [stdout]     test_expired_refresh_token_fails_refresh
[INFO] [stdout]     test_get_account
[INFO] [stdout]     test_get_account_after_soft_delete
[INFO] [stdout]     test_get_account_not_found
[INFO] [stdout]     test_google_oauth_account_auto_verified
[INFO] [stdout]     test_google_oauth_auth_type_mismatch
[INFO] [stdout]     test_google_oauth_register
[INFO] [stdout]     test_logout_all_invalid_password
[INFO] [stdout]     test_logout_all_revokes_all_tokens
[INFO] [stdout]     test_logout_revokes_access_token
[INFO] [stdout]     test_multiple_refreshes_maintain_chain
[INFO] [stdout]     test_multiple_refreshes_work
[INFO] [stdout]     test_refresh_issues_new_tokens
[INFO] [stdout]     test_refresh_maintains_root_token
[INFO] [stdout]     test_refresh_token_revoked_after_use
[INFO] [stdout]     test_refresh_token_usage_counter
[INFO] [stdout]     test_request_password_reset
[INFO] [stdout]     test_request_password_reset_nonexistent_email
[INFO] [stdout]     test_resend_verification_email
[INFO] [stdout]     test_resend_verification_email_already_verified
[INFO] [stdout]     test_reset_password
[INFO] [stdout]     test_reset_password_invalid_code
[INFO] [stdout]     test_reset_password_weak_password
[INFO] [stdout]     test_token_chain_creation
[INFO] [stdout]     test_token_chain_revocation_on_compromise
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 40 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] running `Command { std: "docker" "inspect" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0", kill_on_drop: false }`
[INFO] [stdout] 84cccb1e6c6db671a39fe789f9528a8a35f27ce2a7cfbfe47190709ab3f059b0
