[INFO] crate tentacle-identify 0.1.0 is already in cache [INFO] extracting crate tentacle-identify 0.1.0 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/tentacle-identify/0.1.0 [INFO] extracting crate tentacle-identify 0.1.0 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/tentacle-identify/0.1.0 [INFO] validating manifest of tentacle-identify-0.1.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-identify-0.1.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-identify-0.1.0 [INFO] finished frobbing tentacle-identify-0.1.0 [INFO] frobbed toml for tentacle-identify-0.1.0 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/tentacle-identify/0.1.0/Cargo.toml [INFO] started frobbing tentacle-identify-0.1.0 [INFO] finished frobbing tentacle-identify-0.1.0 [INFO] frobbed toml for tentacle-identify-0.1.0 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/tentacle-identify/0.1.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-identify-0.1.0 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-0/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/tentacle-identify/0.1.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] 6183d5b03fd0a96063e68c95edff2ad593952c03049c281532ce9e29cbe9327b [INFO] running `"docker" "start" "-a" "6183d5b03fd0a96063e68c95edff2ad593952c03049c281532ce9e29cbe9327b"` [INFO] [stderr] Checking unsigned-varint v0.2.2 [INFO] [stderr] Checking bs58 v0.2.2 [INFO] [stderr] Checking flatbuffers v0.5.0 [INFO] [stderr] Checking blake2 v0.8.0 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking sha3 v0.8.1 [INFO] [stderr] Checking twofish v0.2.0 [INFO] [stderr] Checking aes-ctr v0.3.0 [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 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-identify v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0053]: method `init` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | fn init(&mut self, service: &mut ServiceContext) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tentacle::context::ProtocolContext`, found struct `tentacle::context::ServiceContext` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut IdentifyProtocol, &mut tentacle::context::ProtocolContext)` [INFO] [stderr] found type `fn(&mut IdentifyProtocol, &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:142:18 [INFO] [stderr] | [INFO] [stderr] 142 | fn connected(&mut self, service: &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:171:21 [INFO] [stderr] | [INFO] [stderr] 171 | fn disconnected(&mut self, _service: &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:182:9 [INFO] [stderr] | [INFO] [stderr] 182 | / &mut self, [INFO] [stderr] 183 | | service: &mut ServiceContext, [INFO] [stderr] 184 | | session: &SessionContext, [INFO] [stderr] 185 | | 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:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | fn notify(&mut self, service: &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 IdentifyProtocol, &mut tentacle::context::ProtocolContext, u64)` [INFO] [stderr] found type `fn(&mut IdentifyProtocol, &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-identify`. [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:132:5 [INFO] [stderr] | [INFO] [stderr] 132 | fn init(&mut self, service: &mut ServiceContext) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `tentacle::context::ProtocolContext`, found struct `tentacle::context::ServiceContext` [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut IdentifyProtocol, &mut tentacle::context::ProtocolContext)` [INFO] [stderr] found type `fn(&mut IdentifyProtocol, &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:142:18 [INFO] [stderr] | [INFO] [stderr] 142 | fn connected(&mut self, service: &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:171:21 [INFO] [stderr] | [INFO] [stderr] 171 | fn disconnected(&mut self, _service: &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:182:9 [INFO] [stderr] | [INFO] [stderr] 182 | / &mut self, [INFO] [stderr] 183 | | service: &mut ServiceContext, [INFO] [stderr] 184 | | session: &SessionContext, [INFO] [stderr] 185 | | 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:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | fn notify(&mut self, service: &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 IdentifyProtocol, &mut tentacle::context::ProtocolContext, u64)` [INFO] [stderr] found type `fn(&mut IdentifyProtocol, &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-identify`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6183d5b03fd0a96063e68c95edff2ad593952c03049c281532ce9e29cbe9327b"` [INFO] running `"docker" "rm" "-f" "6183d5b03fd0a96063e68c95edff2ad593952c03049c281532ce9e29cbe9327b"` [INFO] [stdout] 6183d5b03fd0a96063e68c95edff2ad593952c03049c281532ce9e29cbe9327b