[INFO] fetching crate oauth_fcm 0.3.0...
[INFO] testing oauth_fcm-0.3.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate oauth_fcm 0.3.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate oauth_fcm 0.3.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate oauth_fcm 0.3.0
[INFO] tweaked toml for crates.io crate oauth_fcm 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate oauth_fcm 0.3.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate oauth_fcm 0.3.0 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd532e49d8c42c37ea38a42d639f0d9c665059ce77a9ae090d73ef8cb7c64bcd
[INFO] running `Command { std: "docker" "start" "-a" "cd532e49d8c42c37ea38a42d639f0d9c665059ce77a9ae090d73ef8cb7c64bcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd532e49d8c42c37ea38a42d639f0d9c665059ce77a9ae090d73ef8cb7c64bcd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd532e49d8c42c37ea38a42d639f0d9c665059ce77a9ae090d73ef8cb7c64bcd", kill_on_drop: false }`
[INFO] [stdout] cd532e49d8c42c37ea38a42d639f0d9c665059ce77a9ae090d73ef8cb7c64bcd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95a3e7a3be37c9453ccfa7d6cd84f9af0df85429a7f8efe483aefa28f3663be0
[INFO] running `Command { std: "docker" "start" "-a" "95a3e7a3be37c9453ccfa7d6cd84f9af0df85429a7f8efe483aefa28f3663be0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling cc v1.1.8
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling indexmap v2.3.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling pem v1.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling jsonwebtoken v8.3.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling oauth_fcm v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.18s
[INFO] running `Command { std: "docker" "inspect" "95a3e7a3be37c9453ccfa7d6cd84f9af0df85429a7f8efe483aefa28f3663be0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95a3e7a3be37c9453ccfa7d6cd84f9af0df85429a7f8efe483aefa28f3663be0", kill_on_drop: false }`
[INFO] [stdout] 95a3e7a3be37c9453ccfa7d6cd84f9af0df85429a7f8efe483aefa28f3663be0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 63db5ef2bed71e2952befb236327199bb4fa20614461518e52a030f2f85c9ccb
[INFO] running `Command { std: "docker" "start" "-a" "63db5ef2bed71e2952befb236327199bb4fa20614461518e52a030f2f85c9ccb", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling serde_json v1.0.122
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling tokio v1.39.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling indexmap v2.3.0
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling colored v2.1.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling hyper v0.14.30
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rocket_http v0.5.1
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rocket_codegen v0.5.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling h2 v0.4.5
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]    Compiling jsonwebtoken v8.3.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.7
[INFO] [stderr]    Compiling mockito v1.5.0
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling oauth_fcm v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `TestData` is never constructed
[INFO] [stdout]  --> tests/test_helpers.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct TestData {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "63db5ef2bed71e2952befb236327199bb4fa20614461518e52a030f2f85c9ccb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63db5ef2bed71e2952befb236327199bb4fa20614461518e52a030f2f85c9ccb", kill_on_drop: false }`
[INFO] [stdout] 63db5ef2bed71e2952befb236327199bb4fa20614461518e52a030f2f85c9ccb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 06116c2b461ad60cb7a402357e5b9b0f83686c9d11b645c30894acc496e9332b
[INFO] running `Command { std: "docker" "start" "-a" "06116c2b461ad60cb7a402357e5b9b0f83686c9d11b645c30894acc496e9332b", kill_on_drop: false }`
[INFO] [stderr] warning: struct `TestData` is never constructed
[INFO] [stderr]  --> tests/test_helpers.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub struct TestData {
[INFO] [stderr]   |            ^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `oauth_fcm` (test "oauth_error") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/oauth_fcm-1f087366cd5072f1)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test fcm::tests::test_create_payload_with_no_notification_and_no_data ... ok
[INFO] [stdout] test fcm::tests::test_create_payload_with_notification_and_data ... ok
[INFO] [stdout] test fcm::tests::test_create_payload_with_only_notification ... ok
[INFO] [stdout] test fcm::tests::test_create_payload_with_only_struct_data ... ok
[INFO] [stderr]      Running tests/fcm_request_error.rs (/opt/rustwide/target/debug/deps/fcm_request_error-bb4bf2e195c33352)
[INFO] [stdout] test fcm::tests::test_create_payload_with_only_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] [2m2026-04-26T23:20:56.023277Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m [2moauth_fcm[0m[2m:[0m Creating shared token manager
[INFO] [stdout] [2m2026-04-26T23:20:56.023373Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m[1mnew[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Creating new TokenManager
[INFO] [stdout] [2m2026-04-26T23:20:56.028575Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:34573/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Refreshing token with URL: http://127.0.0.1:34573/token
[INFO] [stdout] [2m2026-04-26T23:20:56.128009Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:34573/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Token refreshed successfully
[INFO] [stdout] test test_fcm_request_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fcm_server_error.rs (/opt/rustwide/target/debug/deps/fcm_server_error-67d9bf925c0f4f9e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] [2m2026-04-26T23:20:56.227843Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m [2moauth_fcm[0m[2m:[0m Creating shared token manager
[INFO] [stdout] [2m2026-04-26T23:20:56.227897Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m[1mnew[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Creating new TokenManager
[INFO] [stdout] [2m2026-04-26T23:20:56.234938Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:39651/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Refreshing token with URL: http://127.0.0.1:39651/token
[INFO] [stdout] [2m2026-04-26T23:20:56.289146Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:39651/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Token refreshed successfully
[INFO] [stdout] [2m2026-04-26T23:20:56.330101Z[0m [31mERROR[0m [2moauth_fcm::fcm[0m[2m:[0m FCM message send successfully, but server returned an error. Status: 500, Response: Internal Server Error
[INFO] [stdout] test test_fcm_server_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/oauth_error.rs (/opt/rustwide/target/debug/deps/oauth_error-4cae0597475c528f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] [2m2026-04-26T23:20:56.343426Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m [2moauth_fcm[0m[2m:[0m Creating shared token manager
[INFO] [stdout] [2m2026-04-26T23:20:56.343484Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m[1mnew[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Creating new TokenManager
[INFO] [stdout] [2m2026-04-26T23:20:56.347979Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:41553/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Refreshing token with URL: http://127.0.0.1:41553/token
[INFO] [stdout] test failing_oauth_token_refresh ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_helpers.rs (/opt/rustwide/target/debug/deps/test_helpers-0fd91c19f9c2999a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/valid_fcm_tests.rs (/opt/rustwide/target/debug/deps/valid_fcm_tests-e91b66def1ec02ff)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] [2m2026-04-26T23:20:56.420191Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m [2moauth_fcm[0m[2m:[0m Creating shared token manager
[INFO] [stdout] [2m2026-04-26T23:20:56.420501Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m [2moauth_fcm[0m[2m:[0m Creating shared token manager
[INFO] [stdout] [2m2026-04-26T23:20:56.420692Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m[1mnew[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Creating new TokenManager
[INFO] [stdout] [2m2026-04-26T23:20:56.421179Z[0m [32m INFO[0m [1mcreate_shared_token_manager[0m[2m:[0m[1mnew[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Creating new TokenManager
[INFO] [stdout] [2m2026-04-26T23:20:56.424695Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:35981/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Refreshing token with URL: http://127.0.0.1:35981/token
[INFO] [stdout] [2m2026-04-26T23:20:56.434017Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:33327/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Refreshing token with URL: http://127.0.0.1:33327/token
[INFO] [stdout] [2m2026-04-26T23:20:56.531358Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:35981/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Token refreshed successfully
[INFO] [stdout] [2m2026-04-26T23:20:56.535422Z[0m [32m INFO[0m [1mrefresh_token_with_url[0m[1m{[0m[3mauth_server_url[0m[2m=[0m"http://127.0.0.1:33327/token"[1m}[0m[2m:[0m [2moauth_fcm::token_manager[0m[2m:[0m Token refreshed successfully
[INFO] [stdout] test successful_fcm_test ... ok
[INFO] [stdout] test successful_fcm_test_from_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests oauth_fcm
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - create_shared_token_manager (line 52) - compile ... ok
[INFO] [stdout] test src/token_manager.rs - token_manager::TokenManager (line 37) - compile ... ok
[INFO] [stdout] test src/fcm.rs - fcm::send_fcm_message (line 42) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "06116c2b461ad60cb7a402357e5b9b0f83686c9d11b645c30894acc496e9332b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06116c2b461ad60cb7a402357e5b9b0f83686c9d11b645c30894acc496e9332b", kill_on_drop: false }`
[INFO] [stdout] 06116c2b461ad60cb7a402357e5b9b0f83686c9d11b645c30894acc496e9332b
