[INFO] crate tentacle-secio 0.3.4 is already in cache [INFO] testing tentacle-secio-0.3.4 against 1.45.2 for beta-1.46-1 [INFO] extracting crate tentacle-secio 0.3.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tentacle-secio 0.3.4 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate tentacle-secio 0.3.4 [INFO] finished tweaking crates.io crate tentacle-secio 0.3.4 [INFO] tweaked toml for crates.io crate tentacle-secio 0.3.4 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate tentacle-secio 0.3.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 118df0dbbc56d7e57cd1aa6c3fb5addeb356c1285f5f300360e9fb63a85b715c [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" "118df0dbbc56d7e57cd1aa6c3fb5addeb356c1285f5f300360e9fb63a85b715c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "118df0dbbc56d7e57cd1aa6c3fb5addeb356c1285f5f300360e9fb63a85b715c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "118df0dbbc56d7e57cd1aa6c3fb5addeb356c1285f5f300360e9fb63a85b715c", kill_on_drop: false }` [INFO] [stdout] 118df0dbbc56d7e57cd1aa6c3fb5addeb356c1285f5f300360e9fb63a85b715c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e275d35ba431495878e19509c01c945b7dc258451df5195bb0134e7a4a1b8c84 [INFO] running `Command { std: "docker" "start" "-a" "e275d35ba431495878e19509c01c945b7dc258451df5195bb0134e7a4a1b8c84", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling tentacle-secio v0.3.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling unsigned-varint v0.3.3 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling ring v0.16.12 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stdout] error: Please choose a serialization format via feature. Possible choices: flatc, molc [INFO] [stdout] --> src/handshake/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | compile_error!("Please choose a serialization format via feature. Possible choices: flatc, molc"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `handshake::handshake_struct::Exchange` in the current scope [INFO] [stdout] --> src/handshake/procedure.rs:122:37 [INFO] [stdout] | [INFO] [stdout] 122 | let local_exchanges = exchanges.encode(); [INFO] [stdout] | ^^^^^^ method not found in `handshake::handshake_struct::Exchange` [INFO] [stdout] | [INFO] [stdout] ::: src/handshake/handshake_struct.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct Exchange { [INFO] [stdout] | ------------------- method `encode` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `encode`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `tokio_util::codec::encoder::Encoder` [INFO] [stdout] candidate #2: `ring::rsa::padding::RsaEncoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `handshake::handshake_struct::Exchange` in the current scope [INFO] [stdout] --> src/handshake/procedure.rs:139:44 [INFO] [stdout] | [INFO] [stdout] 139 | let remote_exchanges = match Exchange::decode(&raw_exchanges) { [INFO] [stdout] | ^^^^^^ function or associated item not found in `handshake::handshake_struct::Exchange` [INFO] [stdout] | [INFO] [stdout] ::: src/handshake/handshake_struct.rs:139:1 [INFO] [stdout] | [INFO] [stdout] 139 | pub struct Exchange { [INFO] [stdout] | ------------------- function or associated item `decode` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `decode`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `tokio_util::codec::decoder::Decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for enum `handshake::handshake_struct::PublicKey` in the current scope [INFO] [stdout] --> src/handshake/handshake_context.rs:92:49 [INFO] [stdout] | [INFO] [stdout] 92 | proposition.pubkey = public_key.clone().encode(); [INFO] [stdout] | ^^^^^^ method not found in `handshake::handshake_struct::PublicKey` [INFO] [stdout] | [INFO] [stdout] ::: src/handshake/handshake_struct.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | pub enum PublicKey { [INFO] [stdout] | ------------------ method `encode` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `encode`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `tokio_util::codec::encoder::Encoder` [INFO] [stdout] candidate #2: `ring::rsa::padding::RsaEncoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `encode` found for struct `handshake::handshake_struct::Propose` in the current scope [INFO] [stdout] --> src/handshake/handshake_context.rs:115:45 [INFO] [stdout] | [INFO] [stdout] 115 | let proposition_bytes = proposition.encode(); [INFO] [stdout] | ^^^^^^ method not found in `handshake::handshake_struct::Propose` [INFO] [stdout] | [INFO] [stdout] ::: src/handshake/handshake_struct.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Propose { [INFO] [stdout] | ------------------ method `encode` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following traits define an item `encode`, perhaps you need to implement one of them: [INFO] [stdout] candidate #1: `tokio_util::codec::encoder::Encoder` [INFO] [stdout] candidate #2: `ring::rsa::padding::RsaEncoding` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `decode` found for struct `handshake::handshake_struct::Propose` in the current scope [INFO] [stdout] --> src/handshake/handshake_context.rs:134:38 [INFO] [stdout] | [INFO] [stdout] 134 | let propose = match Propose::decode(&remote_bytes) { [INFO] [stdout] | ^^^^^^ function or associated item not found in `handshake::handshake_struct::Propose` [INFO] [stdout] | [INFO] [stdout] ::: src/handshake/handshake_struct.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Propose { [INFO] [stdout] | ------------------ function or associated item `decode` not found for this [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `decode`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `tokio_util::codec::decoder::Decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no variant or associated item named `decode` found for enum `handshake::handshake_struct::PublicKey` in the current scope [INFO] [stdout] --> src/handshake/handshake_context.rs:145:43 [INFO] [stdout] | [INFO] [stdout] 145 | let public_key = match PublicKey::decode(&propose.pubkey) { [INFO] [stdout] | ^^^^^^ variant or associated item not found in `handshake::handshake_struct::PublicKey` [INFO] [stdout] | [INFO] [stdout] ::: src/handshake/handshake_struct.rs:208:1 [INFO] [stdout] | [INFO] [stdout] 208 | pub enum PublicKey { [INFO] [stdout] | ------------------ variant or associated item `decode` not found here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `decode`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `tokio_util::codec::decoder::Decoder` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/handshake/handshake_context.rs:240:17 [INFO] [stdout] | [INFO] [stdout] 240 | nonce, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected struct `std::vec::Vec`, found slice `[u8]` [INFO] [stdout] | help: try using a conversion method: `nonce: nonce.to_vec()` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `std::vec::Vec` [INFO] [stdout] found slice `[u8]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tentacle-secio`. [INFO] [stdout] Some errors have detailed explanations: E0308, E0599. [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "e275d35ba431495878e19509c01c945b7dc258451df5195bb0134e7a4a1b8c84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e275d35ba431495878e19509c01c945b7dc258451df5195bb0134e7a4a1b8c84", kill_on_drop: false }` [INFO] [stdout] e275d35ba431495878e19509c01c945b7dc258451df5195bb0134e7a4a1b8c84