[INFO] fetching crate mailin-embedded 0.6.1... [INFO] checking mailin-embedded-0.6.1 against try#4a04890980766cc79878135f5ade8c0c4321e943 for pr-65819 [INFO] extracting crate mailin-embedded 0.6.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate mailin-embedded 0.6.1 on toolchain 4a04890980766cc79878135f5ade8c0c4321e943 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mailin v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3bd2aa84efa8faa5be06cf4a59cbfdd48c920e67e5964eaf92084db7ef92264c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3bd2aa84efa8faa5be06cf4a59cbfdd48c920e67e5964eaf92084db7ef92264c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3bd2aa84efa8faa5be06cf4a59cbfdd48c920e67e5964eaf92084db7ef92264c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bd2aa84efa8faa5be06cf4a59cbfdd48c920e67e5964eaf92084db7ef92264c", kill_on_drop: false }` [INFO] [stdout] 3bd2aa84efa8faa5be06cf4a59cbfdd48c920e67e5964eaf92084db7ef92264c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+4a04890980766cc79878135f5ade8c0c4321e943" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39f77638c1a09248af6b942b242ef109f35af1376e4b9ed30e3218067bc10e82 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "39f77638c1a09248af6b942b242ef109f35af1376e4b9ed30e3218067bc10e82", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking ternop v1.0.1 [INFO] [stderr] Checking nom v6.1.2 [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] [stderr] error: could not compile `mailin-embedded` [INFO] [stdout] Some errors have detailed explanations: E0282, E0412, E0433. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [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" "39f77638c1a09248af6b942b242ef109f35af1376e4b9ed30e3218067bc10e82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39f77638c1a09248af6b942b242ef109f35af1376e4b9ed30e3218067bc10e82", kill_on_drop: false }` [INFO] [stdout] 39f77638c1a09248af6b942b242ef109f35af1376e4b9ed30e3218067bc10e82