[INFO] crate potatonet-bus 0.3.3 is already in cache [INFO] checking potatonet-bus-0.3.3 against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] extracting crate potatonet-bus 0.3.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate potatonet-bus 0.3.3 on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate potatonet-bus 0.3.3 [INFO] finished tweaking crates.io crate potatonet-bus 0.3.3 [INFO] tweaked toml for crates.io crate potatonet-bus 0.3.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f97f6837dd5c1b4fef18225785c64e6a8f1474821a15fac31ede72bc880be563 [INFO] running `"docker" "start" "-a" "f97f6837dd5c1b4fef18225785c64e6a8f1474821a15fac31ede72bc880be563"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking dotenv v0.15.0 [INFO] [stderr] Checking async-task v1.3.0 [INFO] [stderr] Checking bytes v0.5.4 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking rmp-serde v0.14.0 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling async-trait v0.1.22 [INFO] [stderr] Checking async-std v1.4.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking potatonet-common v0.3.4 [INFO] [stderr] Checking potatonet-bus v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0603]: function `read_message` is private [INFO] [stderr] --> src/lib.rs:73:50 [INFO] [stderr] | [INFO] [stderr] 73 | while let Ok(msg) = bus_message::read_message(&*stream).await { [INFO] [stderr] | ^^^^^^^^^^^^ this function is private [INFO] [stderr] | [INFO] [stderr] note: the function `read_message` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/potatonet-common-0.3.4/src/bus_message.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | async fn read_message(mut r: R, buf: &mut Vec) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: function `write_message` is private [INFO] [stderr] --> src/lib.rs:369:50 [INFO] [stderr] | [INFO] [stderr] 369 | if let Err(_) = bus_message::write_message(&*stream, &msg).await { [INFO] [stderr] | ^^^^^^^^^^^^^ this function is private [INFO] [stderr] | [INFO] [stderr] note: the function `write_message` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/potatonet-common-0.3.4/src/bus_message.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / async fn write_message( [INFO] [stderr] 97 | | mut w: W, [INFO] [stderr] 98 | | msg: &Message, [INFO] [stderr] 99 | | buf: &mut Vec, [INFO] [stderr] ... | [INFO] [stderr] 105 | | Ok(()) [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] error[E0603]: function `read_message` is private [INFO] [stderr] --> src/lib.rs:73:50 [INFO] [stderr] | [INFO] [stderr] 73 | while let Ok(msg) = bus_message::read_message(&*stream).await { [INFO] [stderr] | ^^^^^^^^^^^^ this function is private [INFO] [stderr] | [INFO] [stderr] note: the function `read_message` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/potatonet-common-0.3.4/src/bus_message.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | async fn read_message(mut r: R, buf: &mut Vec) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0603]: function `write_message` is private [INFO] [stderr] --> src/lib.rs:369:50 [INFO] [stderr] | [INFO] [stderr] 369 | if let Err(_) = bus_message::write_message(&*stream, &msg).await { [INFO] [stderr] | ^^^^^^^^^^^^^ this function is private [INFO] [stderr] | [INFO] [stderr] note: the function `write_message` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/potatonet-common-0.3.4/src/bus_message.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | / async fn write_message( [INFO] [stderr] 97 | | mut w: W, [INFO] [stderr] 98 | | msg: &Message, [INFO] [stderr] 99 | | buf: &mut Vec, [INFO] [stderr] ... | [INFO] [stderr] 105 | | Ok(()) [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/lib.rs:73:37 [INFO] [stderr] | [INFO] [stderr] 73 | while let Ok(msg) = bus_message::read_message(&*stream).await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/lib.rs:73:37 [INFO] [stderr] | [INFO] [stderr] 73 | while let Ok(msg) = bus_message::read_message(&*stream).await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `UnregisterNode` found for enum `potatonet_common::bus_message::Message` in the current scope [INFO] [stderr] --> src/lib.rs:76:47 [INFO] [stderr] | [INFO] [stderr] 76 | bus_message::Message::UnregisterNode => { [INFO] [stderr] | ^^^^^^^^^^^^^^ variant or associated item not found in `potatonet_common::bus_message::Message` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `RegisterNode` found for enum `potatonet_common::bus_message::Message` in the current scope [INFO] [stderr] --> src/lib.rs:93:47 [INFO] [stderr] | [INFO] [stderr] 93 | bus_message::Message::RegisterNode(name) => { [INFO] [stderr] | ^^^^^^^^^^^^ variant or associated item not found in `potatonet_common::bus_message::Message` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_u8` found for struct `potatonet_common::id::NodeId` in the current scope [INFO] [stderr] --> src/lib.rs:101:55 [INFO] [stderr] | [INFO] [stderr] 101 | ... let node_id = NodeId::from_u8(bus.nodes.insert(session_id) as u8); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `potatonet_common::id::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `NodeRegistered` found for enum `potatonet_common::bus_message::Message` in the current scope [INFO] [stderr] --> src/lib.rs:113:63 [INFO] [stderr] | [INFO] [stderr] 113 | ... tx.send(bus_message::Message::NodeRegistered(node_id)) [INFO] [stderr] | ^^^^^^^^^^^^^^ variant or associated item not found in `potatonet_common::bus_message::Message` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_u8` found for struct `potatonet_common::id::NodeId` in the current scope [INFO] [stderr] --> src/lib.rs:120:54 [INFO] [stderr] | [INFO] [stderr] 120 | ... if id != node_id.to_u8() as usize { [INFO] [stderr] | ^^^^^ method not found in `potatonet_common::id::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `potatonet_common::events::Event::NodeUp` has no field named `name` [INFO] [stderr] --> src/lib.rs:125:57 [INFO] [stderr] | [INFO] [stderr] 125 | ... name: name.clone(), [INFO] [stderr] | ^^^^ `potatonet_common::events::Event::NodeUp` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `UnregisterNode` found for enum `potatonet_common::bus_message::Message` in the current scope [INFO] [stderr] --> src/lib.rs:76:47 [INFO] [stderr] | [INFO] [stderr] 76 | bus_message::Message::UnregisterNode => { [INFO] [stderr] | ^^^^^^^^^^^^^^ variant or associated item not found in `potatonet_common::bus_message::Message` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `RegisterNode` found for enum `potatonet_common::bus_message::Message` in the current scope [INFO] [stderr] --> src/lib.rs:93:47 [INFO] [stderr] | [INFO] [stderr] 93 | bus_message::Message::RegisterNode(name) => { [INFO] [stderr] | ^^^^^^^^^^^^ variant or associated item not found in `potatonet_common::bus_message::Message` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for struct `potatonet_common::id::LocalServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:187:38 [INFO] [stderr] | [INFO] [stderr] 187 | ... from.map(|from| Cow::Owned(from.to_string())) [INFO] [stderr] | ^^^ method not found in `potatonet_common::id::LocalServiceId` [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : std::iter::Iterator` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:196:64 [INFO] [stderr] | [INFO] [stderr] 195 | ... let from = match (session, from) { [INFO] [stderr] | --------------- this expression has type `(&mut Session, potatonet_common::id::LocalServiceId)` [INFO] [stderr] 196 | ... (Session::Node { id, .. }, Some(lid)) =... [INFO] [stderr] | ^^^^^^^^^ expected struct `potatonet_common::id::LocalServiceId`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `potatonet_common::id::LocalServiceId` [INFO] [stderr] found enum `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_u8` found for struct `potatonet_common::id::NodeId` in the current scope [INFO] [stderr] --> src/lib.rs:101:55 [INFO] [stderr] | [INFO] [stderr] 101 | ... let node_id = NodeId::from_u8(bus.nodes.insert(session_id) as u8); [INFO] [stderr] | ^^^^^^^ function or associated item not found in `potatonet_common::id::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `NodeRegistered` found for enum `potatonet_common::bus_message::Message` in the current scope [INFO] [stderr] --> src/lib.rs:113:63 [INFO] [stderr] | [INFO] [stderr] 113 | ... tx.send(bus_message::Message::NodeRegistered(node_id)) [INFO] [stderr] | ^^^^^^^^^^^^^^ variant or associated item not found in `potatonet_common::bus_message::Message` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for struct `potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:207:62 [INFO] [stderr] | [INFO] [stderr] 207 | ... .get(sid.node_id().to_u8() as usize) [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_u8` found for struct `potatonet_common::id::NodeId` in the current scope [INFO] [stderr] --> src/lib.rs:120:54 [INFO] [stderr] | [INFO] [stderr] 120 | ... if id != node_id.to_u8() as usize { [INFO] [stderr] | ^^^^^ method not found in `potatonet_common::id::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `potatonet_common::events::Event::NodeUp` has no field named `name` [INFO] [stderr] --> src/lib.rs:125:57 [INFO] [stderr] | [INFO] [stderr] 125 | ... name: name.clone(), [INFO] [stderr] | ^^^^ `potatonet_common::events::Event::NodeUp` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for struct `potatonet_common::id::LocalServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:288:38 [INFO] [stderr] | [INFO] [stderr] 288 | ... from.map(|from| Cow::Owned(from.to_string())) [INFO] [stderr] | ^^^ method not found in `potatonet_common::id::LocalServiceId` [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : std::iter::Iterator` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:302:60 [INFO] [stderr] | [INFO] [stderr] 301 | ... let from = match (session, from) { [INFO] [stderr] | --------------- this expression has type `(&Session, potatonet_common::id::LocalServiceId)` [INFO] [stderr] 302 | ... (Session::Node { id, .. }, Some(lid)) => Some(lid.to_global(*id)), [INFO] [stderr] | ^^^^^^^^^ expected struct `potatonet_common::id::LocalServiceId`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `potatonet_common::id::LocalServiceId` [INFO] [stderr] found enum `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for struct `potatonet_common::id::LocalServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:187:38 [INFO] [stderr] | [INFO] [stderr] 187 | ... from.map(|from| Cow::Owned(from.to_string())) [INFO] [stderr] | ^^^ method not found in `potatonet_common::id::LocalServiceId` [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : std::iter::Iterator` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for reference `&potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:309:70 [INFO] [stderr] | [INFO] [stderr] 309 | ... if *current_id == service_id.node_id() { [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for reference `&potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:316:66 [INFO] [stderr] | [INFO] [stderr] 316 | ... bus.nodes.get(service_id.node_id().to_u8() as usize) [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:196:64 [INFO] [stderr] | [INFO] [stderr] 195 | ... let from = match (session, from) { [INFO] [stderr] | --------------- this expression has type `(&mut Session, potatonet_common::id::LocalServiceId)` [INFO] [stderr] 196 | ... (Session::Node { id, .. }, Some(lid)) =... [INFO] [stderr] | ^^^^^^^^^ expected struct `potatonet_common::id::LocalServiceId`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `potatonet_common::id::LocalServiceId` [INFO] [stderr] found enum `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for struct `potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:207:62 [INFO] [stderr] | [INFO] [stderr] 207 | ... .get(sid.node_id().to_u8() as usize) [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `map` found for struct `potatonet_common::id::LocalServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:288:38 [INFO] [stderr] | [INFO] [stderr] 288 | ... from.map(|from| Cow::Owned(from.to_string())) [INFO] [stderr] | ^^^ method not found in `potatonet_common::id::LocalServiceId` [INFO] [stderr] | [INFO] [stderr] = note: the method `map` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `&mut potatonet_common::id::LocalServiceId : std::iter::Iterator` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `&potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::future::future::FutureExt` [INFO] [stderr] `potatonet_common::id::LocalServiceId : futures_util::stream::stream::StreamExt` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:302:60 [INFO] [stderr] | [INFO] [stderr] 301 | ... let from = match (session, from) { [INFO] [stderr] | --------------- this expression has type `(&Session, potatonet_common::id::LocalServiceId)` [INFO] [stderr] 302 | ... (Session::Node { id, .. }, Some(lid)) => Some(lid.to_global(*id)), [INFO] [stderr] | ^^^^^^^^^ expected struct `potatonet_common::id::LocalServiceId`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `potatonet_common::id::LocalServiceId` [INFO] [stderr] found enum `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for reference `&potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:309:70 [INFO] [stderr] | [INFO] [stderr] 309 | ... if *current_id == service_id.node_id() { [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for reference `&potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:316:66 [INFO] [stderr] | [INFO] [stderr] 316 | ... bus.nodes.get(service_id.node_id().to_u8() as usize) [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:325:45 [INFO] [stderr] | [INFO] [stderr] 325 | ... from, [INFO] [stderr] | ^^^^ expected struct `potatonet_common::id::ServiceId`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `potatonet_common::id::ServiceId` [INFO] [stderr] found enum `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:325:45 [INFO] [stderr] | [INFO] [stderr] 325 | ... from, [INFO] [stderr] | ^^^^ expected struct `potatonet_common::id::ServiceId`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `potatonet_common::id::ServiceId` [INFO] [stderr] found enum `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:369:37 [INFO] [stderr] | [INFO] [stderr] 369 | if let Err(_) = bus_message::write_message(&*stream, &msg).await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:369:37 [INFO] [stderr] | [INFO] [stderr] 369 | if let Err(_) = bus_message::write_message(&*stream, &msg).await { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_u8` found for struct `potatonet_common::id::NodeId` in the current scope [INFO] [stderr] --> src/lib.rs:390:46 [INFO] [stderr] | [INFO] [stderr] 390 | bus.nodes.remove(node_id.to_u8() as usize); [INFO] [stderr] | ^^^^^ method not found in `potatonet_common::id::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_u8` found for struct `potatonet_common::id::NodeId` in the current scope [INFO] [stderr] --> src/lib.rs:390:46 [INFO] [stderr] | [INFO] [stderr] 390 | bus.nodes.remove(node_id.to_u8() as usize); [INFO] [stderr] | ^^^^^ method not found in `potatonet_common::id::NodeId` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for reference `&potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:392:44 [INFO] [stderr] | [INFO] [stderr] 392 | ids.retain(|id| id.node_id() != node_id); [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `potatonet_common::events::Event::NodeUp` has no field named `name` [INFO] [stderr] --> src/lib.rs:402:41 [INFO] [stderr] | [INFO] [stderr] 402 | ... name: name.clone(), [INFO] [stderr] | ^^^^ `potatonet_common::events::Event::NodeUp` does not have this field [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `node_id` found for reference `&potatonet_common::id::ServiceId` in the current scope [INFO] [stderr] --> src/lib.rs:392:44 [INFO] [stderr] | [INFO] [stderr] 392 | ids.retain(|id| id.node_id() != node_id); [INFO] [stderr] | ^^^^^^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `potatonet_common::events::Event::NodeUp` has no field named `name` [INFO] [stderr] --> src/lib.rs:402:41 [INFO] [stderr] | [INFO] [stderr] 402 | ... name: name.clone(), [INFO] [stderr] | ^^^^ `potatonet_common::events::Event::NodeUp` does not have this field [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0559, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `potatonet-bus`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0559, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `potatonet-bus`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f97f6837dd5c1b4fef18225785c64e6a8f1474821a15fac31ede72bc880be563"` [INFO] running `"docker" "rm" "-f" "f97f6837dd5c1b4fef18225785c64e6a8f1474821a15fac31ede72bc880be563"` [INFO] [stdout] f97f6837dd5c1b4fef18225785c64e6a8f1474821a15fac31ede72bc880be563