[INFO] fetching crate salvo-rustls 0.0.3...
[INFO] testing salvo-rustls-0.0.3 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate salvo-rustls 0.0.3 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate salvo-rustls 0.0.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate salvo-rustls 0.0.3
[INFO] tweaked toml for crates.io crate salvo-rustls 0.0.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate salvo-rustls 0.0.3 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 salvo-rustls 0.0.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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 6e5ff08277d0edace41befde1e26bfe20580a6e6db8dcc7e465718f906b0d382
[INFO] running `Command { std: "docker" "start" "-a" "6e5ff08277d0edace41befde1e26bfe20580a6e6db8dcc7e465718f906b0d382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e5ff08277d0edace41befde1e26bfe20580a6e6db8dcc7e465718f906b0d382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e5ff08277d0edace41befde1e26bfe20580a6e6db8dcc7e465718f906b0d382", kill_on_drop: false }`
[INFO] [stdout] 6e5ff08277d0edace41befde1e26bfe20580a6e6db8dcc7e465718f906b0d382
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 9249774bf1bbf75b96a3ee700e3a98362d3f30882374d5d8633050a9e9ce3367
[INFO] running `Command { std: "docker" "start" "-a" "9249774bf1bbf75b96a3ee700e3a98362d3f30882374d5d8633050a9e9ce3367", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rustls v0.21.2
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.2
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling http-body v1.0.0-rc.2
[INFO] [stderr]    Compiling http-body-util v0.1.0-rc.2
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling rustls-webpki v0.100.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling pin-project v1.1.0
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper v1.0.0-rc.3
[INFO] [stderr]    Compiling salvo-utils v0.0.3
[INFO] [stderr]    Compiling salvo-rustls v0.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.08s
[INFO] running `Command { std: "docker" "inspect" "9249774bf1bbf75b96a3ee700e3a98362d3f30882374d5d8633050a9e9ce3367", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9249774bf1bbf75b96a3ee700e3a98362d3f30882374d5d8633050a9e9ce3367", kill_on_drop: false }`
[INFO] [stdout] 9249774bf1bbf75b96a3ee700e3a98362d3f30882374d5d8633050a9e9ce3367
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 66b1379da4b504b92d5ac107b0eb4a2209e9e75fec7ac060453bd62e38b1a16c
[INFO] running `Command { std: "docker" "start" "-a" "66b1379da4b504b92d5ac107b0eb4a2209e9e75fec7ac060453bd62e38b1a16c", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.28.2
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling h2 v0.3.19
[INFO] [stderr]    Compiling hyper v1.0.0-rc.3
[INFO] [stderr]    Compiling salvo-utils v0.0.3
[INFO] [stderr]    Compiling salvo-rustls v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper_util` in this scope
[INFO] [stdout]   --> examples/server.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use hyper_util::rt::TokioExecutor;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `hyper_util`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyper_util`, use `cargo add hyper_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper_util` in this scope
[INFO] [stdout]  --> examples/client.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use hyper_util::{client::legacy, rt::TokioExecutor};
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `hyper_util`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyper_util`, use `cargo add hyper_util` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyper_rustls`
[INFO] [stdout]  --> examples/client.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use hyper_rustls::ConfigBuilderExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `hyper_rustls`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyper_rustls`, use `cargo add hyper_rustls` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyper_rustls` in this scope
[INFO] [stdout]   --> examples/client.rs:69:17
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let https = hyper_rustls::HttpsConnectorBuilder::new()
[INFO] [stdout]    |                 ^^^^^^^^^^^^ use of unresolved module or unlinked crate `hyper_rustls`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyper_rustls`, use `cargo add hyper_rustls` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `salvo-rustls` (example "server") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `with_native_roots` found for struct `ConfigBuilder<Side, State>` in the current scope
[INFO] [stdout]   --> examples/client.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 63 |           None => rustls::ClientConfig::builder()
[INFO] [stdout]    |  _________________-
[INFO] [stdout] 64 | |             .with_safe_defaults()
[INFO] [stdout] 65 | |             .with_native_roots()
[INFO] [stdout]    | |             -^^^^^^^^^^^^^^^^^ method not found in `ConfigBuilder<ClientConfig, WantsVerifier>`
[INFO] [stdout]    | |_____________|
[INFO] [stdout]    |
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/config.rs:13:8
[INFO] [stdout]    |
[INFO] [stdout] 13 |       fn with_native_roots(self) -> ConfigBuilder<ClientConfig, WantsTransparencyPolicyOrClientCert>;
[INFO] [stdout]    |          ----------------- the method is available for `ConfigBuilder<ClientConfig, WantsVerifier>` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ConfigBuilderExt` which provides `with_native_roots` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  5 + use salvo_rustls::ConfigBuilderExt;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `salvo-rustls` (example "client") due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "66b1379da4b504b92d5ac107b0eb4a2209e9e75fec7ac060453bd62e38b1a16c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66b1379da4b504b92d5ac107b0eb4a2209e9e75fec7ac060453bd62e38b1a16c", kill_on_drop: false }`
[INFO] [stdout] 66b1379da4b504b92d5ac107b0eb4a2209e9e75fec7ac060453bd62e38b1a16c
