[INFO] crate tabbyssl 0.10.0 is already in cache
[INFO] checking tabbyssl-0.10.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate tabbyssl 0.10.0 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate tabbyssl 0.10.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate tabbyssl 0.10.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate tabbyssl 0.10.0
[INFO] tweaked toml for crates.io crate tabbyssl 0.10.0 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate crates.io crate tabbyssl 0.10.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 957ad886f63d507667d403922ce8f4c70450339c54e2eee128ab1986dc4237d7
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "957ad886f63d507667d403922ce8f4c70450339c54e2eee128ab1986dc4237d7"`
[INFO] [stderr]    Compiling tabbyssl v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ring v0.16.9
[INFO] [stderr]    Compiling enum_to_u8_slice_derive v0.1.1
[INFO] [stderr]     Checking webpki v0.21.0
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking rustls v0.16.0
[INFO] [stderr]     Checking webpki-roots v0.18.0
[INFO] [stderr] error[E0599]: no variant or associated item named `NoApplicationProtocol` found for enum `rustls::error::TLSError` in the current scope
[INFO] [stderr]    --> src/libssl/err.rs:628:27
[INFO] [stderr]     |
[INFO] [stderr] 628 |                 TLSError::NoApplicationProtocol => ErrorCode::TLSErrorNoApplicationProtocol,
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `rustls::error::TLSError`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no variant or associated item named `NoApplicationProtocol` found for enum `rustls::error::TLSError` in the current scope
[INFO] [stderr]    --> src/libssl/err.rs:628:27
[INFO] [stderr]     |
[INFO] [stderr] 628 |                 TLSError::NoApplicationProtocol => ErrorCode::TLSErrorNoApplicationProtocol,
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `rustls::error::TLSError`
[INFO] [stderr] 
[INFO] [stderr] error: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]     --> src/libssl/err.rs:1024:45
[INFO] [stderr]      |
[INFO] [stderr] 1024 |             println!("{}, {}", error, error.description());
[INFO] [stderr]      |                                             ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr]     --> src/lib.rs:28:71
[INFO] [stderr]      |
[INFO] [stderr] 28   | #![forbid(anonymous_parameters, unused_import_braces, unused_results, warnings)]
[INFO] [stderr]      |                                                                       ^^^^^^^^
[INFO] [stderr]      = note: `#[forbid(deprecated)]` implied by `#[forbid(warnings)]`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no variant or associated item named `NoApplicationProtocol` found for enum `rustls::error::TLSError` in the current scope
[INFO] [stderr]     --> src/libssl/err.rs:1087:31
[INFO] [stderr]      |
[INFO] [stderr] 1087 |             rustls::TLSError::NoApplicationProtocol,
[INFO] [stderr]      |                               ^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `rustls::error::TLSError`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_client_certificate_verifier` found for struct `rustls::server::ServerConfig` in the current scope
[INFO] [stderr]     --> src/libssl/ssl.rs:1275:14
[INFO] [stderr]      |
[INFO] [stderr] 1275 |             .set_client_certificate_verifier(verifier);
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `rustls::server::ServerConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_client_certificate_verifier` found for struct `rustls::server::ServerConfig` in the current scope
[INFO] [stderr]     --> src/libssl/ssl.rs:1280:14
[INFO] [stderr]      |
[INFO] [stderr] 1280 |             .set_client_certificate_verifier(verifier);
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `rustls::server::ServerConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_client_certificate_verifier` found for struct `rustls::server::ServerConfig` in the current scope
[INFO] [stderr]     --> src/libssl/ssl.rs:1275:14
[INFO] [stderr]      |
[INFO] [stderr] 1275 |             .set_client_certificate_verifier(verifier);
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `rustls::server::ServerConfig`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `set_client_certificate_verifier` found for struct `rustls::server::ServerConfig` in the current scope
[INFO] [stderr]     --> src/libssl/ssl.rs:1280:14
[INFO] [stderr]      |
[INFO] [stderr] 1280 |             .set_client_certificate_verifier(verifier);
[INFO] [stderr]      |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `rustls::server::ServerConfig`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `tabbyssl`.
[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] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `tabbyssl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "957ad886f63d507667d403922ce8f4c70450339c54e2eee128ab1986dc4237d7"`
[INFO] running `"docker" "rm" "-f" "957ad886f63d507667d403922ce8f4c70450339c54e2eee128ab1986dc4237d7"`
[INFO] [stdout] 957ad886f63d507667d403922ce8f4c70450339c54e2eee128ab1986dc4237d7
