[INFO] crate tentacle-ping 0.2.0 is already in cache [INFO] extracting crate tentacle-ping 0.2.0 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-ping/0.2.0 [INFO] extracting crate tentacle-ping 0.2.0 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-ping/0.2.0 [INFO] validating manifest of tentacle-ping-0.2.0 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tentacle-ping-0.2.0 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tentacle-ping-0.2.0 [INFO] finished frobbing tentacle-ping-0.2.0 [INFO] frobbed toml for tentacle-ping-0.2.0 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-ping/0.2.0/Cargo.toml [INFO] started frobbing tentacle-ping-0.2.0 [INFO] finished frobbing tentacle-ping-0.2.0 [INFO] frobbed toml for tentacle-ping-0.2.0 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-ping/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tentacle-ping-0.2.0 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-3/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-ping/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8661c0ecf2bbf087c09c07f17b1b159b897f84d6bae1062b1f9236344ec97962 [INFO] running `"docker" "start" "-a" "8661c0ecf2bbf087c09c07f17b1b159b897f84d6bae1062b1f9236344ec97962"` [INFO] [stderr] Checking unsigned-varint v0.2.2 [INFO] [stderr] Checking generic-channel v0.2.0 [INFO] [stderr] Checking flatbuffers v0.5.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Checking tokio-yamux v0.1.5 [INFO] [stderr] Checking flatbuffers-verifier v0.1.9 [INFO] [stderr] Checking parity-multihash v0.1.1 [INFO] [stderr] Checking aes-ctr v0.3.0 [INFO] [stderr] Checking tentacle-secio v0.1.1 [INFO] [stderr] Checking parity-multiaddr v0.3.0 [INFO] [stderr] Checking tentacle v0.2.0-alpha.5 [INFO] [stderr] Checking tentacle-ping v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error[E0053]: method `init` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | fn init(&mut self, control: &mut ServiceContext) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tentacle::context::ProtocolContext`, found struct `tentacle::context::ServiceContext` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut PingHandler, &mut tentacle::context::ProtocolContext)` [INFO] [stderr] found type `fn(&mut PingHandler, &mut tentacle::context::ServiceContext)` [INFO] [stderr] [INFO] [stderr] error[E0050]: method `connected` has 4 parameters but the declaration in trait `tentacle::traits::ServiceProtocol::connected` has 3 [INFO] [stderr] --> src/lib.rs:108:18 [INFO] [stderr] | [INFO] [stderr] 108 | fn connected(&mut self, control: &mut ServiceContext, session: &SessionContext, version: &str) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters, found 4 [INFO] [stderr] | [INFO] [stderr] = note: `connected` from trait: `fn(&mut Self, tentacle::context::ProtocolContextMutRef<'_>, &str)` [INFO] [stderr] [INFO] [stderr] error[E0050]: method `disconnected` has 3 parameters but the declaration in trait `tentacle::traits::ServiceProtocol::disconnected` has 2 [INFO] [stderr] --> src/lib.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | fn disconnected(&mut self, _control: &mut ServiceContext, session: &SessionContext) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters, found 3 [INFO] [stderr] | [INFO] [stderr] = note: `disconnected` from trait: `fn(&mut Self, tentacle::context::ProtocolContextMutRef<'_>)` [INFO] [stderr] [INFO] [stderr] error[E0050]: method `received` has 4 parameters but the declaration in trait `tentacle::traits::ServiceProtocol::received` has 3 [INFO] [stderr] --> src/lib.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | / &mut self, [INFO] [stderr] 138 | | control: &mut ServiceContext, [INFO] [stderr] 139 | | session: &SessionContext, [INFO] [stderr] 140 | | data: bytes::Bytes, [INFO] [stderr] | |__________________________^ expected 3 parameters, found 4 [INFO] [stderr] | [INFO] [stderr] = note: `received` from trait: `fn(&mut Self, tentacle::context::ProtocolContextMutRef<'_>, bytes::bytes::Bytes)` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `notify` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:187:5 [INFO] [stderr] | [INFO] [stderr] 187 | fn notify(&mut self, control: &mut ServiceContext, token: u64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tentacle::context::ProtocolContext`, found struct `tentacle::context::ServiceContext` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut PingHandler, &mut tentacle::context::ProtocolContext, u64)` [INFO] [stderr] found type `fn(&mut PingHandler, &mut tentacle::context::ServiceContext, u64)` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `init` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | fn init(&mut self, control: &mut ServiceContext) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tentacle::context::ProtocolContext`, found struct `tentacle::context::ServiceContext` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut PingHandler, &mut tentacle::context::ProtocolContext)` [INFO] [stderr] found type `fn(&mut PingHandler, &mut tentacle::context::ServiceContext)` [INFO] [stderr] [INFO] [stderr] error[E0050]: method `connected` has 4 parameters but the declaration in trait `tentacle::traits::ServiceProtocol::connected` has 3 [INFO] [stderr] --> src/lib.rs:108:18 [INFO] [stderr] | [INFO] [stderr] 108 | fn connected(&mut self, control: &mut ServiceContext, session: &SessionContext, version: &str) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters, found 4 [INFO] [stderr] | [INFO] [stderr] = note: `connected` from trait: `fn(&mut Self, tentacle::context::ProtocolContextMutRef<'_>, &str)` [INFO] [stderr] [INFO] [stderr] error[E0050]: method `disconnected` has 3 parameters but the declaration in trait `tentacle::traits::ServiceProtocol::disconnected` has 2 [INFO] [stderr] --> src/lib.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | fn disconnected(&mut self, _control: &mut ServiceContext, session: &SessionContext) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters, found 3 [INFO] [stderr] | [INFO] [stderr] = note: `disconnected` from trait: `fn(&mut Self, tentacle::context::ProtocolContextMutRef<'_>)` [INFO] [stderr] [INFO] [stderr] error[E0050]: method `received` has 4 parameters but the declaration in trait `tentacle::traits::ServiceProtocol::received` has 3 [INFO] [stderr] --> src/lib.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | / &mut self, [INFO] [stderr] 138 | | control: &mut ServiceContext, [INFO] [stderr] 139 | | session: &SessionContext, [INFO] [stderr] 140 | | data: bytes::Bytes, [INFO] [stderr] | |__________________________^ expected 3 parameters, found 4 [INFO] [stderr] | [INFO] [stderr] = note: `received` from trait: `fn(&mut Self, tentacle::context::ProtocolContextMutRef<'_>, bytes::bytes::Bytes)` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `notify` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:187:5 [INFO] [stderr] | [INFO] [stderr] 187 | fn notify(&mut self, control: &mut ServiceContext, token: u64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tentacle::context::ProtocolContext`, found struct `tentacle::context::ServiceContext` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut PingHandler, &mut tentacle::context::ProtocolContext, u64)` [INFO] [stderr] found type `fn(&mut PingHandler, &mut tentacle::context::ServiceContext, u64)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send_message` found for type `&mut tentacle::context::ServiceContext` in the current scope [INFO] [stderr] --> src/lib.rs:154:29 [INFO] [stderr] | [INFO] [stderr] 154 | control.send_message(session.id, self.id, fbb.finished_data().to_vec()); [INFO] [stderr] | ^^^^^^^^^^^^ help: there is a method with a similar name: `send_message_to` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send_message` found for type `&mut tentacle::context::ServiceContext` in the current scope [INFO] [stderr] --> src/lib.rs:154:29 [INFO] [stderr] | [INFO] [stderr] 154 | control.send_message(session.id, self.id, fbb.finished_data().to_vec()); [INFO] [stderr] | ^^^^^^^^^^^^ help: there is a method with a similar name: `send_message_to` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:213:46 [INFO] [stderr] | [INFO] [stderr] 213 | control.filter_broadcast(Some(peer_ids), self.id, fbb.finished_data().to_vec()); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected enum `tentacle::service::config::TargetSession`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tentacle::service::config::TargetSession` [INFO] [stderr] found type `std::option::Option>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0050, E0053, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0050`. [INFO] [stderr] error: Could not compile `tentacle-ping`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:213:46 [INFO] [stderr] | [INFO] [stderr] 213 | control.filter_broadcast(Some(peer_ids), self.id, fbb.finished_data().to_vec()); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected enum `tentacle::service::config::TargetSession`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tentacle::service::config::TargetSession` [INFO] [stderr] found type `std::option::Option>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0050, E0053, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0050`. [INFO] [stderr] error: Could not compile `tentacle-ping`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8661c0ecf2bbf087c09c07f17b1b159b897f84d6bae1062b1f9236344ec97962"` [INFO] running `"docker" "rm" "-f" "8661c0ecf2bbf087c09c07f17b1b159b897f84d6bae1062b1f9236344ec97962"` [INFO] [stdout] 8661c0ecf2bbf087c09c07f17b1b159b897f84d6bae1062b1f9236344ec97962