[INFO] fetching crate salvo-rustls 0.0.3...
[INFO] testing salvo-rustls-0.0.3 against 1.95.0 for beta-1.96-2
[INFO] extracting crate salvo-rustls 0.0.3 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate salvo-rustls 0.0.3 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-ident v1.0.9
[INFO] [stderr]   Downloaded http-body-util v0.1.0-rc.2
[INFO] [stderr]   Downloaded http-body v1.0.0-rc.2
[INFO] [stderr]   Downloaded pin-project-internal v1.1.0
[INFO] [stderr]   Downloaded quote v1.0.28
[INFO] [stderr]   Downloaded rustls-pemfile v1.0.2
[INFO] [stderr]   Downloaded schannel v0.1.21
[INFO] [stderr]   Downloaded pin-project v1.1.0
[INFO] [stderr]   Downloaded rustls-webpki v0.100.1
[INFO] [stderr]   Downloaded salvo-utils v0.0.3
[INFO] [stderr]   Downloaded hyper v1.0.0-rc.3
[INFO] [stderr]   Downloaded syn v2.0.18
[INFO] [stderr]   Downloaded h2 v0.3.19
[INFO] [stderr]   Downloaded rustls v0.21.2
[INFO] [stderr]   Downloaded webpki-roots v0.23.1
[INFO] [stderr]   Downloaded tokio v1.28.2
[INFO] [stderr]   Downloaded libc v0.2.146
[INFO] [stderr]   Downloaded proc-macro2 v1.0.60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbd70279a39f52fd2e33f14335ef39e94e8d890726b0a7ef6f52d7b441728c95
[INFO] running `Command { std: "docker" "start" "-a" "cbd70279a39f52fd2e33f14335ef39e94e8d890726b0a7ef6f52d7b441728c95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbd70279a39f52fd2e33f14335ef39e94e8d890726b0a7ef6f52d7b441728c95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbd70279a39f52fd2e33f14335ef39e94e8d890726b0a7ef6f52d7b441728c95", kill_on_drop: false }`
[INFO] [stdout] cbd70279a39f52fd2e33f14335ef39e94e8d890726b0a7ef6f52d7b441728c95
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 21d6d4b1371c1c55fd6eb6b0e98ab55d6d617107dad63183ad06206260c89673
[INFO] running `Command { std: "docker" "start" "-a" "21d6d4b1371c1c55fd6eb6b0e98ab55d6d617107dad63183ad06206260c89673", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling futures-task v0.3.28
[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 tokio v1.28.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling itoa v1.0.6
[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 mio v0.8.8
[INFO] [stderr]    Compiling socket2 v0.4.9
[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 h2 v0.3.19
[INFO] [stderr]    Compiling pin-project v1.1.0
[INFO] [stderr]    Compiling tower v0.4.13
[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 17.78s
[INFO] running `Command { std: "docker" "inspect" "21d6d4b1371c1c55fd6eb6b0e98ab55d6d617107dad63183ad06206260c89673", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21d6d4b1371c1c55fd6eb6b0e98ab55d6d617107dad63183ad06206260c89673", kill_on_drop: false }`
[INFO] [stdout] 21d6d4b1371c1c55fd6eb6b0e98ab55d6d617107dad63183ad06206260c89673
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a0e2dab44bead04a969bf5bb057d3a8c0a7cc58a0f8e6ea94ae34b9750cd6e6
[INFO] running `Command { std: "docker" "start" "-a" "2a0e2dab44bead04a969bf5bb057d3a8c0a7cc58a0f8e6ea94ae34b9750cd6e6", 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] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[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] [stderr] error: could not compile `salvo-rustls` (example "server") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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" "2a0e2dab44bead04a969bf5bb057d3a8c0a7cc58a0f8e6ea94ae34b9750cd6e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a0e2dab44bead04a969bf5bb057d3a8c0a7cc58a0f8e6ea94ae34b9750cd6e6", kill_on_drop: false }`
[INFO] [stdout] 2a0e2dab44bead04a969bf5bb057d3a8c0a7cc58a0f8e6ea94ae34b9750cd6e6
