[INFO] crate tabbyssl 0.10.0 is already in cache [INFO] checking tabbyssl-0.10.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate tabbyssl 0.10.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate tabbyssl 0.10.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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-2/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0929c9557ab60570a5d5d9dff7fffb8fee48f85497e38378a559af9fc972409d [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" "0929c9557ab60570a5d5d9dff7fffb8fee48f85497e38378a559af9fc972409d"` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cc v1.0.47 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling tabbyssl v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking env_logger v0.7.1 [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 webpki-roots v0.18.0 [INFO] [stderr] Checking rustls v0.16.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" "0929c9557ab60570a5d5d9dff7fffb8fee48f85497e38378a559af9fc972409d"` [INFO] running `"docker" "rm" "-f" "0929c9557ab60570a5d5d9dff7fffb8fee48f85497e38378a559af9fc972409d"` [INFO] [stdout] 0929c9557ab60570a5d5d9dff7fffb8fee48f85497e38378a559af9fc972409d