[INFO] crate tentacle-secio 0.3.0 is already in cache [INFO] checking tentacle-secio-0.3.0 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate tentacle-secio 0.3.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate tentacle-secio 0.3.0 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tentacle-secio 0.3.0 [INFO] finished tweaking crates.io crate tentacle-secio 0.3.0 [INFO] tweaked toml for crates.io crate tentacle-secio 0.3.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate tentacle-secio 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2281e0f18794a9ef1035fefe4e7ec2d36fd62e8bbe6fb49915a6ef39747c4481 [INFO] running `"docker" "start" "-a" "2281e0f18794a9ef1035fefe4e7ec2d36fd62e8bbe6fb49915a6ef39747c4481"` [INFO] [stderr] Compiling tentacle-secio v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking unsigned-varint v0.3.1 [INFO] [stderr] Compiling openssl-sys v0.9.54 [INFO] [stderr] Compiling ring v0.16.11 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking criterion v0.3.1 [INFO] [stderr] Compiling openssl v0.10.28 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] error: Please choose a serialization format via feature. Possible choices: flatc, molc [INFO] [stderr] --> src/handshake/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | compile_error!("Please choose a serialization format via feature. Possible choices: flatc, molc"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Please choose a serialization format via feature. Possible choices: flatc, molc [INFO] [stderr] --> src/handshake/mod.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | compile_error!("Please choose a serialization format via feature. Possible choices: flatc, molc"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:82:60 [INFO] [stderr] | [INFO] [stderr] 82 | e => io::Error::new(io::ErrorKind::BrokenPipe, error::Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:103:39 [INFO] [stderr] | [INFO] [stderr] 103 | SecioError::IoError(e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | SecioError::Openssl(e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:82:60 [INFO] [stderr] | [INFO] [stderr] 82 | e => io::Error::new(io::ErrorKind::BrokenPipe, error::Error::description(&e)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:103:39 [INFO] [stderr] | [INFO] [stderr] 103 | SecioError::IoError(e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:105:39 [INFO] [stderr] | [INFO] [stderr] 105 | SecioError::Openssl(e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode` found for struct `handshake::handshake_struct::Exchange` in the current scope [INFO] [stderr] --> src/handshake/procedure.rs:122:37 [INFO] [stderr] | [INFO] [stderr] 122 | let local_exchanges = exchanges.encode(); [INFO] [stderr] | ^^^^^^ method not found in `handshake::handshake_struct::Exchange` [INFO] [stderr] | [INFO] [stderr] ::: src/handshake/handshake_struct.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | pub struct Exchange { [INFO] [stderr] | ------------------- method `encode` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `encode`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `tokio_util::codec::encoder::Encoder` [INFO] [stderr] candidate #2: `ring::rsa::padding::RsaEncoding` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `decode` found for struct `handshake::handshake_struct::Exchange` in the current scope [INFO] [stderr] --> src/handshake/procedure.rs:139:44 [INFO] [stderr] | [INFO] [stderr] 139 | let remote_exchanges = match Exchange::decode(&raw_exchanges) { [INFO] [stderr] | ^^^^^^ function or associated item not found in `handshake::handshake_struct::Exchange` [INFO] [stderr] | [INFO] [stderr] ::: src/handshake/handshake_struct.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | pub struct Exchange { [INFO] [stderr] | ------------------- function or associated item `decode` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `decode`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `tokio_util::codec::decoder::Decoder` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode` found for struct `handshake::handshake_struct::Exchange` in the current scope [INFO] [stderr] --> src/handshake/procedure.rs:122:37 [INFO] [stderr] | [INFO] [stderr] 122 | let local_exchanges = exchanges.encode(); [INFO] [stderr] | ^^^^^^ method not found in `handshake::handshake_struct::Exchange` [INFO] [stderr] | [INFO] [stderr] ::: src/handshake/handshake_struct.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | pub struct Exchange { [INFO] [stderr] | ------------------- method `encode` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `encode`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `tokio_util::codec::encoder::Encoder` [INFO] [stderr] candidate #2: `ring::rsa::padding::RsaEncoding` [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[E0599]: no function or associated item named `decode` found for struct `handshake::handshake_struct::Exchange` in the current scope [INFO] [stderr] --> src/handshake/procedure.rs:139:44 [INFO] [stderr] | [INFO] [stderr] 139 | let remote_exchanges = match Exchange::decode(&raw_exchanges) { [INFO] [stderr] | ^^^^^^ function or associated item not found in `handshake::handshake_struct::Exchange` [INFO] [stderr] | [INFO] [stderr] ::: src/handshake/handshake_struct.rs:139:1 [INFO] [stderr] | [INFO] [stderr] 139 | pub struct Exchange { [INFO] [stderr] | ------------------- function or associated item `decode` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `decode`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `tokio_util::codec::decoder::Decoder` [INFO] [stderr] [INFO] [stderr] error: could not compile `tentacle-secio`. [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 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `tentacle-secio`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2281e0f18794a9ef1035fefe4e7ec2d36fd62e8bbe6fb49915a6ef39747c4481"` [INFO] running `"docker" "rm" "-f" "2281e0f18794a9ef1035fefe4e7ec2d36fd62e8bbe6fb49915a6ef39747c4481"` [INFO] [stdout] 2281e0f18794a9ef1035fefe4e7ec2d36fd62e8bbe6fb49915a6ef39747c4481