[INFO] fetching crate mailin-embedded 0.6.1... [INFO] checking mailin-embedded-0.6.1 against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] extracting crate mailin-embedded 0.6.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate mailin-embedded 0.6.1 on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mailin-embedded 0.6.1 [INFO] finished tweaking crates.io crate mailin-embedded 0.6.1 [INFO] tweaked toml for crates.io crate mailin-embedded 0.6.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 317b5746b861fe19d25af58bb2164639b9735553e82ae1d6a259f25e900071f7 [INFO] running `Command { std: "docker" "start" "-a" "317b5746b861fe19d25af58bb2164639b9735553e82ae1d6a259f25e900071f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "317b5746b861fe19d25af58bb2164639b9735553e82ae1d6a259f25e900071f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "317b5746b861fe19d25af58bb2164639b9735553e82ae1d6a259f25e900071f7", kill_on_drop: false }` [INFO] [stdout] 317b5746b861fe19d25af58bb2164639b9735553e82ae1d6a259f25e900071f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 153731995c13e2371dd4e604d39c7dd601fd1ccba9bcbea32cf24d78ce8e4562 [INFO] running `Command { std: "docker" "start" "-a" "153731995c13e2371dd4e604d39c7dd601fd1ccba9bcbea32cf24d78ce8e4562", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking ternop v1.0.1 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking lexical-core v0.7.6 [INFO] [stderr] Checking mailin v0.5.0 [INFO] [stderr] Checking mailin-embedded v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SslImpl` [INFO] [stdout] --> src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | self.ssl = SslImpl::setup(ssl_config)?; [INFO] [stdout] | ^^^^^^^ use of undeclared type `SslImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 26 | struct ServerState [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 33 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:126:47 [INFO] [stdout] | [INFO] [stdout] 126 | fn upgrade_tls(stream: TcpStream, ssl: Option) -> Result { [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 135 | fn start_session( [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 139 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 157 | fn handle_connection( [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 160 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/lib.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct Server [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 54 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | ssl: None, [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SslImpl` [INFO] [stdout] --> src/lib.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 89 | self.ssl = SslImpl::setup(ssl_config)?; [INFO] [stdout] | ^^^^^^^ use of undeclared type `SslImpl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 26 | struct ServerState [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 33 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:126:47 [INFO] [stdout] | [INFO] [stdout] 126 | fn upgrade_tls(stream: TcpStream, ssl: Option) -> Result { [INFO] [stdout] | - ^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 135 | fn start_session( [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 139 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/running.rs:160:17 [INFO] [stdout] | [INFO] [stdout] 157 | fn handle_connection( [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 160 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SslImpl` in this scope [INFO] [stdout] --> src/lib.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 48 | pub struct Server [INFO] [stdout] | - help: you might be missing a type parameter: `, SslImpl` [INFO] [stdout] ... [INFO] [stdout] 54 | ssl: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/lib.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | ssl: None, [INFO] [stdout] | ^^^^ cannot infer type for type parameter `T` declared on the enum `Option` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mailin-embedded` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "153731995c13e2371dd4e604d39c7dd601fd1ccba9bcbea32cf24d78ce8e4562", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "153731995c13e2371dd4e604d39c7dd601fd1ccba9bcbea32cf24d78ce8e4562", kill_on_drop: false }` [INFO] [stdout] 153731995c13e2371dd4e604d39c7dd601fd1ccba9bcbea32cf24d78ce8e4562