[INFO] crate tentacle-ping 0.2.0 is already in cache [INFO] extracting crate tentacle-ping 0.2.0 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/tentacle-ping/0.2.0 [INFO] extracting crate tentacle-ping 0.2.0 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/tentacle-ping/0.2.0 [INFO] validating manifest of tentacle-ping-0.2.0 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tentacle-ping-0.2.0 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-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-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/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-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/tentacle-ping/0.2.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded parity-multihash v0.1.1 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tentacle-ping-0.2.0 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-7/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/tentacle-ping/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/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" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 67d8efe911e7b2f03905f900f8fdf3e3443621bcdc13527522caf529bcf24855 [INFO] running `"docker" "start" "-a" "67d8efe911e7b2f03905f900f8fdf3e3443621bcdc13527522caf529bcf24855"` [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 stream-cipher v0.3.0 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking sha3 v0.8.1 [INFO] [stderr] Checking blake2 v0.8.0 [INFO] [stderr] Checking aes-soft v0.3.3 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking tokio-yamux v0.1.5 [INFO] [stderr] Checking ctr v0.3.2 [INFO] [stderr] Checking flatbuffers-verifier v0.1.9 [INFO] [stderr] Checking aes-ctr v0.3.0 [INFO] [stderr] Checking parity-multihash v0.1.1 [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: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0050, E0053. [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[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: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0050, E0053. [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" "67d8efe911e7b2f03905f900f8fdf3e3443621bcdc13527522caf529bcf24855"` [INFO] running `"docker" "rm" "-f" "67d8efe911e7b2f03905f900f8fdf3e3443621bcdc13527522caf529bcf24855"` [INFO] [stdout] 67d8efe911e7b2f03905f900f8fdf3e3443621bcdc13527522caf529bcf24855