[INFO] cloning repository https://github.com/Neltharion01/dhttp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Neltharion01/dhttp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeltharion01%2Fdhttp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeltharion01%2Fdhttp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 48392579cca70043f30e4f3216be8992044de1ba
[INFO] checking Neltharion01/dhttp against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNeltharion01%2Fdhttp" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Neltharion01/dhttp
[INFO] finished tweaking git repo https://github.com/Neltharion01/dhttp
[INFO] tweaked toml for git repo https://github.com/Neltharion01/dhttp written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Neltharion01/dhttp on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Neltharion01/dhttp 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0
[INFO] running `Command { std: "docker" "start" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]     Checking blake3_lite v0.1.0 (https://github.com/Neltharion01/blake3_lite#292dbf4a)
[INFO] [stderr]     Checking percent_encoding_lite v0.1.0 (https://github.com/Neltharion01/percent_encoding_lite#eb64d6fa)
[INFO] [stderr]     Checking parseagent v0.1.0 (https://github.com/Neltharion01/parseagent#1f66875a)
[INFO] [stderr]     Checking chrono_lite v0.1.0 (https://github.com/Neltharion01/chrono_lite#9784247e)
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking dhttp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `openssl_lite`
[INFO] [stdout]   --> src/server.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use openssl_lite::{AsyncSsl, SslCtx};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `openssl_lite`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `openssl_lite`, use `cargo add openssl_lite` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `openssl_lite`
[INFO] [stdout]   --> src/server.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use openssl_lite::{AsyncSsl, SslCtx};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `openssl_lite`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `openssl_lite`, use `cargo add openssl_lite` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method call on a diverging inference variable
[INFO] [stdout]    --> src/server.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |             if ssl.accept().await.is_err() {
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider providing a type annotation
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #156047 <https://github.com/rust-lang/rust/issues/156047>
[INFO] [stdout]     = note: `#[warn(method_call_on_diverging_infer_var)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for type `!` in the current scope
[INFO] [stdout]    --> src/server.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |             if ssl.accept().await.is_err() {
[INFO] [stdout]     |                    ^^^^^^ method not found in `!`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/server.rs:262:47
[INFO] [stdout]     |
[INFO] [stdout] 262 |             let _ = server2.handle_connection(BufReader::new(ssl), addr).await;
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^ --- any code following this expression is unreachable
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               unreachable call
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dhttp` (lib) due to 2 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: method call on a diverging inference variable
[INFO] [stdout]    --> src/server.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |             if ssl.accept().await.is_err() {
[INFO] [stdout]     |                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider providing a type annotation
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #156047 <https://github.com/rust-lang/rust/issues/156047>
[INFO] [stdout]     = note: `#[warn(method_call_on_diverging_infer_var)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `accept` found for type `!` in the current scope
[INFO] [stdout]    --> src/server.rs:258:20
[INFO] [stdout]     |
[INFO] [stdout] 258 |             if ssl.accept().await.is_err() {
[INFO] [stdout]     |                    ^^^^^^ method not found in `!`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable call
[INFO] [stdout]    --> src/server.rs:262:47
[INFO] [stdout]     |
[INFO] [stdout] 262 |             let _ = server2.handle_connection(BufReader::new(ssl), addr).await;
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^ --- any code following this expression is unreachable
[INFO] [stdout]     |                                               |
[INFO] [stdout]     |                                               unreachable call
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dhttp` (lib test) due to 2 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0", kill_on_drop: false }`
[INFO] [stdout] 5f1e3c35c53de85e15d10b7ee1b5ad5cfc155e9cf90b250536d699a510b6a3d0
