[INFO] fetching crate sms-client 1.5.3...
[INFO] testing sms-client-1.5.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate sms-client 1.5.3 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate sms-client 1.5.3
[INFO] finished tweaking crates.io crate sms-client 1.5.3
[INFO] tweaked toml for crates.io crate sms-client 1.5.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate sms-client 1.5.3 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sms-client 1.5.3 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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7b0b57234bf587b74e2863be7393bac5581eddbec8b2ff8b71a67d90ef56e175
[INFO] running `Command { std: "docker" "start" "-a" "7b0b57234bf587b74e2863be7393bac5581eddbec8b2ff8b71a67d90ef56e175", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b0b57234bf587b74e2863be7393bac5581eddbec8b2ff8b71a67d90ef56e175", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b0b57234bf587b74e2863be7393bac5581eddbec8b2ff8b71a67d90ef56e175", kill_on_drop: false }`
[INFO] [stdout] 7b0b57234bf587b74e2863be7393bac5581eddbec8b2ff8b71a67d90ef56e175
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3df527386d07e34115778fca48508b788d7e6eff284642da8a9460081d95a07b
[INFO] running `Command { std: "docker" "start" "-a" "3df527386d07e34115778fca48508b788d7e6eff284642da8a9460081d95a07b", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling sms-client v1.5.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.63s
[INFO] running `Command { std: "docker" "inspect" "3df527386d07e34115778fca48508b788d7e6eff284642da8a9460081d95a07b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3df527386d07e34115778fca48508b788d7e6eff284642da8a9460081d95a07b", kill_on_drop: false }`
[INFO] [stdout] 3df527386d07e34115778fca48508b788d7e6eff284642da8a9460081d95a07b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b1c21f86da3db6c593153cc029ced4e5e40bb5e4f08d04bcf62fc45ca07a6056
[INFO] running `Command { std: "docker" "start" "-a" "b1c21f86da3db6c593153cc029ced4e5e40bb5e4f08d04bcf62fc45ca07a6056", kill_on_drop: false }`
[INFO] [stderr]    Compiling sms-client v1.5.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.51s
[INFO] running `Command { std: "docker" "inspect" "b1c21f86da3db6c593153cc029ced4e5e40bb5e4f08d04bcf62fc45ca07a6056", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1c21f86da3db6c593153cc029ced4e5e40bb5e4f08d04bcf62fc45ca07a6056", kill_on_drop: false }`
[INFO] [stdout] b1c21f86da3db6c593153cc029ced4e5e40bb5e4f08d04bcf62fc45ca07a6056
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0a9a1003850b4f2e580107e6952939399d075c3205e506306518b94b23415044
[INFO] running `Command { std: "docker" "start" "-a" "0a9a1003850b4f2e580107e6952939399d075c3205e506306518b94b23415044", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sms_client-a1f6c8e1d45d47be)
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests sms_client
[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] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::for_each_chuck (line 194) ... FAILED
[INFO] [stdout] test src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::new (line 26) ... FAILED
[INFO] [stdout] test src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::next (line 122) ... FAILED
[INFO] [stdout] test src/config.rs - config::ClientConfig::with_auth (line 339) ... FAILED
[INFO] [stdout] test src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::with_defaults (line 64) ... ok
[INFO] [stdout] test src/config.rs - config::ClientConfig::http_only (line 248) ... ok
[INFO] [stdout] test src/config.rs - config::ClientConfig::with_certificate (line 365) ... FAILED
[INFO] [stdout] test src/config.rs - config::ClientConfig::configure_http (line 382) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::for_each_chuck (line 194) stdout ----
[INFO] [stdout] error[E0277]: `HttpPaginator<SmsStoredMessage, {closure@...}, ...>` is not a future
[INFO] [stdout]   --> src/http/paginator.rs:205:8
[INFO] [stdout]    |
[INFO] [stdout] 12 |       let paginator = HttpPaginator::with_defaults(|pagination| {
[INFO] [stdout]    |  _____________________-
[INFO] [stdout] 13 | |         http.get_messages(phone_number, pagination)
[INFO] [stdout] 14 | |     }).await;
[INFO] [stdout]    | |      - ^^^^^ `HttpPaginator<SmsStoredMessage, {closure@...}, ...>` is not a future
[INFO] [stdout]    | |______|
[INFO] [stdout]    |        this call returns `HttpPaginator<SmsStoredMessage, {closure@src/http/paginator.rs:12:50: 12:62}, impl Future<Output = Result<Vec<SmsStoredMessage>, sms_client::http::error::HttpError>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Future` is not implemented for `HttpPaginator<SmsStoredMessage, {closure@...}, ...>`
[INFO] [stdout]    = note: HttpPaginator<SmsStoredMessage, {closure@...}, ...> must be a future or must implement `IntoFuture` to be awaited
[INFO] [stdout]    = note: required for `HttpPaginator<SmsStoredMessage, {closure@...}, ...>` to implement `IntoFuture`
[INFO] [stdout]    = note: the full name for the type has been written to '/tmp/rustdoctestBXpvLS/rust_out.long-type-2549135961974649382.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: remove the `.await`
[INFO] [stdout]    |
[INFO] [stdout] 14 -     }).await;
[INFO] [stdout] 14 +     });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used in an async function that returns `Result` or `Option` (or another type that implements `FromResidual`)
[INFO] [stdout]   --> src/http/paginator.rs:211:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |   async fn read_all_messages(phone_number: &str, http: Arc<HttpClient>) {
[INFO] [stdout]    |  _______________________________________________________________________-
[INFO] [stdout] 12 | |     let paginator = HttpPaginator::with_defaults(|pagination| {
[INFO] [stdout] 13 | |         http.get_messages(phone_number, pagination)
[INFO] [stdout] 14 | |     }).await;
[INFO] [stdout] ...  |
[INFO] [stdout] 20 | |     }).await?;
[INFO] [stdout]    | |             ^ cannot use the `?` operator in an async function that returns `()`
[INFO] [stdout] 21 | | }
[INFO] [stdout]    | |_- this function should return `Result` or `Option` to accept `?`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::new (line 26) stdout ----
[INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `FromResidual`)
[INFO] [stdout]   --> src/http/paginator.rs:33:93
[INFO] [stdout]    |
[INFO] [stdout]  4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_http_paginator_rs_26_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this function should return `Result` or `Option` to accept `?`
[INFO] [stdout] ...
[INFO] [stdout] 10 | let http = Client::new(ClientConfig::http_only("http://localhost:3000").with_auth("token!"))?.http_arc();
[INFO] [stdout]    |                                                                                             ^ cannot use the `?` operator in a function that returns `()`
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding return type
[INFO] [stdout]    |
[INFO] [stdout]  4 ~ fn main() { #[allow(non_snake_case)] fn _doctest_main_src_http_paginator_rs_26_0() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]  5 | use sms_client::Client;
[INFO] [stdout] ...
[INFO] [stdout] 22 | );
[INFO] [stdout] 23 +     Ok(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: the method `clone` exists for enum `Result<Arc<HttpClient>, ClientError>`, but its trait bounds were not satisfied
[INFO] [stdout]   --> src/http/paginator.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let http = http.clone();
[INFO] [stdout]    |                         ^^^^^ method cannot be called on `Result<Arc<HttpClient>, ClientError>` due to unsatisfied trait bounds
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/error.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum ClientError {
[INFO] [stdout]    | -------------------- doesn't satisfy `ClientError: Clone`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the following trait bounds were not satisfied:
[INFO] [stdout]            `ClientError: Clone`
[INFO] [stdout]            which is required by `Result<Arc<HttpClient>, ClientError>: Clone`
[INFO] [stdout] note: the method `clone` exists on the type `Arc<HttpClient>`
[INFO] [stdout]   --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/clone.rs:236:5
[INFO] [stdout] help: consider using `Result::expect` to unwrap the `Arc<HttpClient>` value, panicking if the value is a `Result::Err`
[INFO] [stdout]    |
[INFO] [stdout] 13 |         let http = http.expect("REASON").clone();
[INFO] [stdout]    |                        +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0599.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::next (line 122) stdout ----
[INFO] [stdout] error[E0277]: `HttpPaginator<HttpSmsDeliveryReport, {closure@...}, ...>` is not a future
[INFO] [stdout]   --> src/http/paginator.rs:130:8
[INFO] [stdout]    |
[INFO] [stdout]  9 |       let mut paginator = HttpPaginator::with_defaults(|pagination| {
[INFO] [stdout]    |  _________________________-
[INFO] [stdout] 10 | |         http.get_delivery_reports(message_id, pagination)
[INFO] [stdout] 11 | |     }).await;
[INFO] [stdout]    | |      - ^^^^^ `HttpPaginator<HttpSmsDeliveryReport, {closure@...}, ...>` is not a future
[INFO] [stdout]    | |______|
[INFO] [stdout]    |        this call returns `HttpPaginator<HttpSmsDeliveryReport, {closure@src/http/paginator.rs:9:54: 9:66}, impl Future<Output = Result<Vec<HttpSmsDeliveryReport>, sms_client::http::error::HttpError>>>`
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `Future` is not implemented for `HttpPaginator<HttpSmsDeliveryReport, {closure@...}, ...>`
[INFO] [stdout]    = note: HttpPaginator<HttpSmsDeliveryReport, {closure@...}, ...> must be a future or must implement `IntoFuture` to be awaited
[INFO] [stdout]    = note: required for `HttpPaginator<HttpSmsDeliveryReport, {closure@...}, ...>` to implement `IntoFuture`
[INFO] [stdout]    = note: the full name for the type has been written to '/tmp/rustdoctestD1asax/rust_out.long-type-17921060137142824011.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] help: remove the `.await`
[INFO] [stdout]    |
[INFO] [stdout] 11 -     }).await;
[INFO] [stdout] 11 +     });
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/config.rs - config::ClientConfig::with_auth (line 339) stdout ----
[INFO] [stdout] error[E0599]: no function or associated item named `both` found for struct `ClientConfig` in the current scope
[INFO] [stdout]    --> src/config.rs:343:28
[INFO] [stdout]     |
[INFO] [stdout]   7 | let config = ClientConfig::both(
[INFO] [stdout]     |                            ^^^^ function or associated item not found in `ClientConfig`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `ClientConfig`, consider using `ClientConfig::http_only` which returns `ClientConfig`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/config.rs:254:5
[INFO] [stdout]     |
[INFO] [stdout] 254 |     pub fn http_only(url: impl Into<String>) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/config.rs - config::ClientConfig::with_certificate (line 365) stdout ----
[INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `FromResidual`)
[INFO] [stdout]  --> src/config.rs:370:43
[INFO] [stdout]   |
[INFO] [stdout] 4 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_config_rs_365_0() {
[INFO] [stdout]   |                                      -------------------------------------- this function should return `Result` or `Option` to accept `?`
[INFO] [stdout] ...
[INFO] [stdout] 8 |     .with_certificate("./certificate.crt")?;
[INFO] [stdout]   |                                           ^ cannot use the `?` operator in a function that returns `()`
[INFO] [stdout]   |
[INFO] [stdout] help: consider adding return type
[INFO] [stdout]   |
[INFO] [stdout] 4 ~ fn main() { #[allow(non_snake_case)] fn _doctest_main_src_config_rs_365_0() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout] 5 | use sms_client::config::ClientConfig;
[INFO] [stdout] ...
[INFO] [stdout] 8 |     .with_certificate("./certificate.crt")?;
[INFO] [stdout] 9 +     Ok(())
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/config.rs - config::ClientConfig::with_auth (line 339)
[INFO] [stdout]     src/config.rs - config::ClientConfig::with_certificate (line 365)
[INFO] [stdout]     src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::for_each_chuck (line 194)
[INFO] [stdout]     src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::new (line 26)
[INFO] [stdout]     src/http/paginator.rs - http::paginator::HttpPaginator<T,F,Fut>::next (line 122)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.91s; merged doctests compilation took 0.22s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "0a9a1003850b4f2e580107e6952939399d075c3205e506306518b94b23415044", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a9a1003850b4f2e580107e6952939399d075c3205e506306518b94b23415044", kill_on_drop: false }`
[INFO] [stdout] 0a9a1003850b4f2e580107e6952939399d075c3205e506306518b94b23415044
