[INFO] fetching crate auth0_client 0.2.2...
[INFO] testing auth0_client-0.2.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate auth0_client 0.2.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate auth0_client 0.2.2
[INFO] finished tweaking crates.io crate auth0_client 0.2.2
[INFO] tweaked toml for crates.io crate auth0_client 0.2.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate auth0_client 0.2.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 201 packages to latest compatible versions
[INFO] [stderr]       Adding mockito v0.31.1 (available: v1.7.0)
[INFO] [stderr]       Adding pretty_env_logger v0.4.0 (available: v0.5.0)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.12.24)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pretty_env_logger v0.4.0
[INFO] [stderr]   Downloaded colored v2.2.0
[INFO] [stderr]   Downloaded mockito v0.31.1
[INFO] [stderr]   Downloaded alcoholic_jwt v4091.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 750e58f602f326c4ac102c3072a7c8d11527e5d5330fa84e2e62497e7457263a
[INFO] running `Command { std: "docker" "start" "-a" "750e58f602f326c4ac102c3072a7c8d11527e5d5330fa84e2e62497e7457263a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "750e58f602f326c4ac102c3072a7c8d11527e5d5330fa84e2e62497e7457263a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "750e58f602f326c4ac102c3072a7c8d11527e5d5330fa84e2e62497e7457263a", kill_on_drop: false }`
[INFO] [stdout] 750e58f602f326c4ac102c3072a7c8d11527e5d5330fa84e2e62497e7457263a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7711181adf42c8f768d49b9fc7eb45805b453f16aa745213335816add946eb4a
[INFO] running `Command { std: "docker" "start" "-a" "7711181adf42c8f768d49b9fc7eb45805b453f16aa745213335816add946eb4a", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling h2 v0.3.27
[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 openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling alcoholic_jwt v4091.0.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling auth0_client v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `TokenType` is never used
[INFO] [stdout]   --> src/authorization.rs:59:6
[INFO] [stdout]    |
[INFO] [stdout] 59 | enum TokenType {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "7711181adf42c8f768d49b9fc7eb45805b453f16aa745213335816add946eb4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7711181adf42c8f768d49b9fc7eb45805b453f16aa745213335816add946eb4a", kill_on_drop: false }`
[INFO] [stdout] 7711181adf42c8f768d49b9fc7eb45805b453f16aa745213335816add946eb4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00cb7acb665754007bf4efeaccae803771342befa4835d72bf244c0852722de8
[INFO] running `Command { std: "docker" "start" "-a" "00cb7acb665754007bf4efeaccae803771342befa4835d72bf244c0852722de8", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling mockito v0.31.1
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling auth0_client v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `TokenType` is never used
[INFO] [stdout]   --> src/authorization.rs:59:6
[INFO] [stdout]    |
[INFO] [stdout] 59 | enum TokenType {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `TokenType` is never used
[INFO] [stdout]   --> src/authorization.rs:59:6
[INFO] [stdout]    |
[INFO] [stdout] 59 | enum TokenType {
[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 30.55s
[INFO] running `Command { std: "docker" "inspect" "00cb7acb665754007bf4efeaccae803771342befa4835d72bf244c0852722de8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00cb7acb665754007bf4efeaccae803771342befa4835d72bf244c0852722de8", kill_on_drop: false }`
[INFO] [stdout] 00cb7acb665754007bf4efeaccae803771342befa4835d72bf244c0852722de8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f641a5dd01fd2c7a2b64f787aad475cfdb6413a26838d98484f02443b8427dcb
[INFO] running `Command { std: "docker" "start" "-a" "f641a5dd01fd2c7a2b64f787aad475cfdb6413a26838d98484f02443b8427dcb", kill_on_drop: false }`
[INFO] [stderr] warning: enum `TokenType` is never used
[INFO] [stderr]   --> src/authorization.rs:59:6
[INFO] [stderr]    |
[INFO] [stderr] 59 | enum TokenType {
[INFO] [stderr]    |      ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `auth0_client` (lib) generated 1 warning
[INFO] [stderr] warning: `auth0_client` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/auth0_client-e39c8271f5150926)
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test tests::grant_type::set_the_grant_type ... ok
[INFO] [stdout] test authorization::tests::jwt_validation::valid_jwt::errored_with_invalid_jwt ... ok
[INFO] [stdout] test tests::new::return_a_client ... ok
[INFO] [stdout] test authorization::tests::jwt_validation::fetch_jwks::works_with_sample_response ... ok
[INFO] [stdout] test users::tests::check_password::works_with_sample_response ... ok
[INFO] [stdout] test authorization::tests::access_token::return_none_when_not_authenticated ... ok
[INFO] [stdout] test authorization::tests::jwt_validation::valid_jwt::validate_valid_jwt ... ok
[INFO] [stdout] test authorization::tests::authenticate::save_the_access_token_to_the_client ... ok
[INFO] [stdout] test users::tests::errors::from_auth0_api_error_to_user_error ... ok
[INFO] [stdout] test authorization::tests::jwt_validation::valid_jwt::errored_with_missing_kid ... ok
[INFO] [stdout] test authorization::tests::access_token::return_access_token_when_authenticated ... ok
[INFO] [stdout] test tests::request::errors::too_many_requests ... ok
[INFO] [stdout] test users::tests::update_user::works_with_sample_response ... ok
[INFO] [stdout] test users::tests::create_user::works_with_sample_response ... ok
[INFO] [stdout] test users::tests::delete_user::works_with_sample_response ... ok
[INFO] [stdout] test users::tests::errors::error_mapping_in_request ... ok
[INFO] [stdout] test users::tests::get_user::works_with_sample_response ... ok
[INFO] [stdout] test users::tests::get_user_by_email::works_with_not_found ... ok
[INFO] [stdout] test users::tests::get_user_by_email::works_with_sample_response ... ok
[INFO] [stdout] test tests::request::errors::unauthorized ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests auth0_client
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test src/lib.rs - Auth0Client::request (line 123) ... ok
[INFO] [stdout] test src/authorization.rs - authorization::Authenticatable::authenticate_user (line 35) ... ok
[INFO] [stdout] test src/users.rs - users::OperateUsers::delete_user (line 110) ... ok
[INFO] [stdout] test src/users.rs - users::OperateUsers::create_user (line 64) ... ok
[INFO] [stdout] test src/users.rs - users::OperateUsers::check_password (line 130) ... ok
[INFO] [stdout] test src/authorization.rs - authorization::Authenticatable::authenticate (line 19) ... ok
[INFO] [stdout] test src/authorization.rs - authorization::valid_jwt (line 186) ... ok
[INFO] [stdout] test src/lib.rs - (line 18) ... ok
[INFO] [stdout] test src/users.rs - users::OperateUsers::get_user (line 22) ... ok
[INFO] [stdout] test src/users.rs - users::OperateUsers::get_user_by_email (line 38) ... ok
[INFO] [stdout] test src/users.rs - users::OperateUsers::update_user (line 85) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.91s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f641a5dd01fd2c7a2b64f787aad475cfdb6413a26838d98484f02443b8427dcb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f641a5dd01fd2c7a2b64f787aad475cfdb6413a26838d98484f02443b8427dcb", kill_on_drop: false }`
[INFO] [stdout] f641a5dd01fd2c7a2b64f787aad475cfdb6413a26838d98484f02443b8427dcb
