[INFO] crate tentacle-discovery 0.1.0 is already in cache [INFO] extracting crate tentacle-discovery 0.1.0 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-discovery/0.1.0 [INFO] extracting crate tentacle-discovery 0.1.0 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-discovery/0.1.0 [INFO] validating manifest of tentacle-discovery-0.1.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-discovery-0.1.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-discovery-0.1.0 [INFO] finished frobbing tentacle-discovery-0.1.0 [INFO] frobbed toml for tentacle-discovery-0.1.0 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-discovery/0.1.0/Cargo.toml [INFO] started frobbing tentacle-discovery-0.1.0 [INFO] finished frobbing tentacle-discovery-0.1.0 [INFO] frobbed toml for tentacle-discovery-0.1.0 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/tentacle-discovery/0.1.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-discovery-0.1.0 against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-0/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/tentacle-discovery/0.1.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" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f5e16f019a49a38fef7a79fa55619b9be1aa275ed91b6135f94a5cc921bdf393 [INFO] running `"docker" "start" "-a" "f5e16f019a49a38fef7a79fa55619b9be1aa275ed91b6135f94a5cc921bdf393"` [INFO] [stderr] Checking parity-multihash v0.1.1 [INFO] [stderr] Checking trust-dns-proto v0.6.3 [INFO] [stderr] Checking tokio-yamux v0.1.5 [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 trust-dns v0.15.1 [INFO] [stderr] Checking tentacle-discovery v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0053]: method `init` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | 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 DiscoveryProtocol, &mut tentacle::context::ProtocolContext)` [INFO] [stderr] found type `fn(&mut DiscoveryProtocol, &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:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | fn connected(&mut self, control: &mut ServiceContext, session: &SessionContext, _: &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:111:21 [INFO] [stderr] | [INFO] [stderr] 111 | 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:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | / &mut self, [INFO] [stderr] 118 | | _control: &mut ServiceContext, [INFO] [stderr] 119 | | session: &SessionContext, [INFO] [stderr] 120 | | 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[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:84:42 [INFO] [stderr] | [INFO] [stderr] 84 | let direction = if session.ty == SessionType::Server { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected enum `tentacle::service::SessionType`, found enum `tokio_yamux::session::SessionType` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tentacle::service::SessionType` [INFO] [stderr] found type `tokio_yamux::session::SessionType` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `init` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | 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 DiscoveryProtocol, &mut tentacle::context::ProtocolContext)` [INFO] [stderr] found type `fn(&mut DiscoveryProtocol, &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:78:18 [INFO] [stderr] | [INFO] [stderr] 78 | fn connected(&mut self, control: &mut ServiceContext, session: &SessionContext, _: &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:111:21 [INFO] [stderr] | [INFO] [stderr] 111 | 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:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | / &mut self, [INFO] [stderr] 118 | | _control: &mut ServiceContext, [INFO] [stderr] 119 | | session: &SessionContext, [INFO] [stderr] 120 | | 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[E0599]: no method named `send_message` found for type `tentacle::service::control::ServiceControl` in the current scope [INFO] [stderr] --> src/substream.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | .send_message(self.session_id, self.proto_id, buf.to_vec()) [INFO] [stderr] | ^^^^^^^^^^^^ help: there is a method with a similar name: `send_message_to` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `TaskFull` found for type `tentacle::error::Error` in the current scope [INFO] [stderr] --> src/substream.rs:83:31 [INFO] [stderr] | [INFO] [stderr] 83 | if let Error::TaskFull(_) = err { [INFO] [stderr] | ^^^^^^^^ variant or associated item not found in `tentacle::error::Error` [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-discovery`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:84:42 [INFO] [stderr] | [INFO] [stderr] 84 | let direction = if session.ty == SessionType::Server { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected enum `tentacle::service::SessionType`, found enum `tokio_yamux::session::SessionType` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tentacle::service::SessionType` [INFO] [stderr] found type `tokio_yamux::session::SessionType` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `send_message` found for type `tentacle::service::control::ServiceControl` in the current scope [INFO] [stderr] --> src/substream.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | .send_message(self.session_id, self.proto_id, buf.to_vec()) [INFO] [stderr] | ^^^^^^^^^^^^ help: there is a method with a similar name: `send_message_to` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `TaskFull` found for type `tentacle::error::Error` in the current scope [INFO] [stderr] --> src/substream.rs:83:31 [INFO] [stderr] | [INFO] [stderr] 83 | if let Error::TaskFull(_) = err { [INFO] [stderr] | ^^^^^^^^ variant or associated item not found in `tentacle::error::Error` [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-discovery`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f5e16f019a49a38fef7a79fa55619b9be1aa275ed91b6135f94a5cc921bdf393"` [INFO] running `"docker" "rm" "-f" "f5e16f019a49a38fef7a79fa55619b9be1aa275ed91b6135f94a5cc921bdf393"` [INFO] [stdout] f5e16f019a49a38fef7a79fa55619b9be1aa275ed91b6135f94a5cc921bdf393