[INFO] fetching crate make87 0.2.4...
[INFO] testing make87-0.2.4 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate make87 0.2.4 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate make87 0.2.4
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate make87 0.2.4
[INFO] tweaked toml for crates.io crate make87 0.2.4 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate make87 0.2.4 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate make87 0.2.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9ef7b5f07abced386ea011b345767b2fb0720dc1d2de3a78e279582f973965e3
[INFO] running `Command { std: "docker" "start" "-a" "9ef7b5f07abced386ea011b345767b2fb0720dc1d2de3a78e279582f973965e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9ef7b5f07abced386ea011b345767b2fb0720dc1d2de3a78e279582f973965e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ef7b5f07abced386ea011b345767b2fb0720dc1d2de3a78e279582f973965e3", kill_on_drop: false }`
[INFO] [stdout] 9ef7b5f07abced386ea011b345767b2fb0720dc1d2de3a78e279582f973965e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ea26045167f75c2b3fb14cb231457a4e3699d020278b6503edbb5e86c54e772
[INFO] running `Command { std: "docker" "start" "-a" "0ea26045167f75c2b3fb14cb231457a4e3699d020278b6503edbb5e86c54e772", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling make87 v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `Peripheral` is never used
[INFO] [stdout]   --> src/peripherals/base.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Peripheral {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PeripheralManager` is never constructed
[INFO] [stdout]   --> src/peripherals/base.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct PeripheralManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/peripherals/base.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl PeripheralManager {
[INFO] [stdout]    | ---------------------- associated items in this implementation
[INFO] [stdout] 30 |     pub fn new(config: ApplicationConfig) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn from_default_env() -> Result<Self, crate::config::ConfigError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn get_peripheral_by_name(&self, name: &str) -> Option<&Peripheral> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn list_peripherals(&self) -> Vec<&Peripheral> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn iter(&self) -> impl Iterator<Item=(&String, &Peripheral)> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn contains(&self, name: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_peripheral_from_model` is never used
[INFO] [stdout]   --> src/peripherals/base.rs:66:4
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn create_peripheral_from_model(mp: &PeripheralModel) -> Peripheral {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s
[INFO] running `Command { std: "docker" "inspect" "0ea26045167f75c2b3fb14cb231457a4e3699d020278b6503edbb5e86c54e772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ea26045167f75c2b3fb14cb231457a4e3699d020278b6503edbb5e86c54e772", kill_on_drop: false }`
[INFO] [stdout] 0ea26045167f75c2b3fb14cb231457a4e3699d020278b6503edbb5e86c54e772
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] edf404ff64abae403ff239f61c458891698d16bd55a29f569a7e115d1745b573
[INFO] running `Command { std: "docker" "start" "-a" "edf404ff64abae403ff239f61c458891698d16bd55a29f569a7e115d1745b573", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stdout] warning: enum `Peripheral` is never used
[INFO] [stdout]   --> src/peripherals/base.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Peripheral {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PeripheralManager` is never constructed
[INFO] [stdout]   --> src/peripherals/base.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct PeripheralManager {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/peripherals/base.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl PeripheralManager {
[INFO] [stdout]    | ---------------------- associated items in this implementation
[INFO] [stdout] 30 |     pub fn new(config: ApplicationConfig) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn from_default_env() -> Result<Self, crate::config::ConfigError> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 |     pub fn get_peripheral_by_name(&self, name: &str) -> Option<&Peripheral> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn list_peripherals(&self) -> Vec<&Peripheral> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     pub fn iter(&self) -> impl Iterator<Item=(&String, &Peripheral)> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub fn contains(&self, name: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_peripheral_from_model` is never used
[INFO] [stdout]   --> src/peripherals/base.rs:66:4
[INFO] [stdout]    |
[INFO] [stdout] 66 | fn create_peripheral_from_model(mp: &PeripheralModel) -> Peripheral {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling tempfile v3.22.0
[INFO] [stderr]    Compiling make87 v0.2.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `make87::encodings::ProtobufEncoder`
[INFO] [stdout]   --> examples/querier.rs:5:34
[INFO] [stdout]    |
[INFO] [stdout]  5 | use make87::encodings::{Encoder, ProtobufEncoder};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^ no `ProtobufEncoder` in `encodings`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/encodings/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "protobuf")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `protobuf` feature
[INFO] [stdout] 12 | pub use protobuf::ProtobufEncoder;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::encodings::ProtobufEncoder`
[INFO] [stdout]   --> examples/subscriber.rs:3:34
[INFO] [stdout]    |
[INFO] [stdout]  3 | use make87::encodings::{Encoder, ProtobufEncoder};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^ no `ProtobufEncoder` in `encodings`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/encodings/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "protobuf")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `protobuf` feature
[INFO] [stdout] 12 | pub use protobuf::ProtobufEncoder;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/subscriber.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use make87_messages::text::PlainText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::interfaces::zenoh`
[INFO] [stdout]  --> examples/subscriber.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | use make87::interfaces::zenoh::{ConfiguredSubscriber, ZenohInterface};
[INFO] [stdout]   |                         ^^^^^ could not find `zenoh` in `interfaces`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/interfaces/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "zenoh")]
[INFO] [stdout]   |       ----------------- the item is gated behind the `zenoh` feature
[INFO] [stdout] 2 | pub mod zenoh;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/querier.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use make87_messages::core::Header;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/querier.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use make87_messages::google::protobuf::Timestamp;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/querier.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use make87_messages::text::PlainText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::interfaces::zenoh`
[INFO] [stdout]  --> examples/querier.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use make87::interfaces::zenoh::ZenohInterface;
[INFO] [stdout]   |                         ^^^^^ could not find `zenoh` in `interfaces`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/interfaces/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "zenoh")]
[INFO] [stdout]   |       ----------------- the item is gated behind the `zenoh` feature
[INFO] [stdout] 2 | pub mod zenoh;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/subscriber.rs:12:59
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let message_decoded = message_encoder.decode(&sample.payload().to_bytes());
[INFO] [stdout]    |                                                           ^^^^^^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 31 |         ConfiguredSubscriber::Fifo(sub) => recv_and_print!(&sub),
[INFO] [stdout]    |                                            --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `recv_and_print` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/subscriber.rs:12:59
[INFO] [stdout]    |
[INFO] [stdout] 12 |             let message_decoded = message_encoder.decode(&sample.payload().to_bytes());
[INFO] [stdout]    |                                                           ^^^^^^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 32 |         ConfiguredSubscriber::Ring(sub) => recv_and_print!(&sub),
[INFO] [stdout]    |                                            --------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `recv_and_print` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::encodings::ProtobufEncoder`
[INFO] [stdout]   --> examples/queryable.rs:1:34
[INFO] [stdout]    |
[INFO] [stdout]  1 | use make87::encodings::{Encoder, ProtobufEncoder};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^ no `ProtobufEncoder` in `encodings`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/encodings/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "protobuf")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `protobuf` feature
[INFO] [stdout] 12 | pub use protobuf::ProtobufEncoder;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/queryable.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use make87_messages::core::Header;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/queryable.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use make87_messages::google::protobuf::Timestamp;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/queryable.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use make87_messages::text::PlainText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::interfaces::zenoh`
[INFO] [stdout]  --> examples/queryable.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 2 | use make87::interfaces::zenoh::{ConfiguredQueryable, ZenohInterface};
[INFO] [stdout]   |                         ^^^^^ could not find `zenoh` in `interfaces`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/interfaces/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "zenoh")]
[INFO] [stdout]   |       ----------------- the item is gated behind the `zenoh` feature
[INFO] [stdout] 2 | pub mod zenoh;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/querier.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let requester = zenoh_interface.get_querier(&session, "HELLO_WORLD_MESSAGE").await?;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |         let replies = requester.get().payload(&message_encoded).await?;
[INFO] [stdout]    |                       --------- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `requester` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let requester: /* Type */ = zenoh_interface.get_querier(&session, "HELLO_WORLD_MESSAGE").await?;
[INFO] [stdout]    |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/querier.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let replies = requester.get().payload(&message_encoded).await?;
[INFO] [stdout]    |             ^^^^^^^
[INFO] [stdout] 34 |
[INFO] [stdout] 35 |         while let Ok(reply) = replies.recv_async().await {
[INFO] [stdout]    |                               ------- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `replies` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let replies: /* Type */ = requester.get().payload(&message_encoded).await?;
[INFO] [stdout]    |                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/querier.rs:36:19
[INFO] [stdout]    |
[INFO] [stdout] 36 |             match reply.result() {
[INFO] [stdout]    |                   ^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/querier.rs:38:67
[INFO] [stdout]    |
[INFO] [stdout] 38 |                     let message_decoded = message_encoder.decode(&sample.payload().to_bytes());
[INFO] [stdout]    |                                                                   ^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/querier.rs:45:35
[INFO] [stdout]    |
[INFO] [stdout] 45 |                     let payload = err
[INFO] [stdout]    |                                   ^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/querier.rs:48:42
[INFO] [stdout]    |
[INFO] [stdout] 48 |                         .unwrap_or_else(|e| e.to_string().into());
[INFO] [stdout]    |                                          ^  - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 48 |                         .unwrap_or_else(|e: /* Type */| e.to_string().into());
[INFO] [stdout]    |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/queryable.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |             let payload = query.payload().ok_or("No payload to decode")?;
[INFO] [stdout]    |                           ^^^^^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 50 |         ConfiguredQueryable::Fifo(prv) => recv_and_reply!(prv)?,
[INFO] [stdout]    |                                           -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `recv_and_reply` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::encodings::ProtobufEncoder`
[INFO] [stdout]   --> examples/publisher.rs:5:34
[INFO] [stdout]    |
[INFO] [stdout]  5 | use make87::encodings::{Encoder, ProtobufEncoder};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^ no `ProtobufEncoder` in `encodings`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/encodings/mod.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[cfg(feature = "protobuf")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `protobuf` feature
[INFO] [stdout] 12 | pub use protobuf::ProtobufEncoder;
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/publisher.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use make87_messages::core::Header;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/publisher.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use make87_messages::google::protobuf::Timestamp;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]  --> examples/publisher.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use make87_messages::text::PlainText;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `make87_messages`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `make87_messages`, use `cargo add make87_messages` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `make87::interfaces::zenoh`
[INFO] [stdout]  --> examples/publisher.rs:6:25
[INFO] [stdout]   |
[INFO] [stdout] 6 | use make87::interfaces::zenoh::ZenohInterface;
[INFO] [stdout]   |                         ^^^^^ could not find `zenoh` in `interfaces`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/interfaces/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "zenoh")]
[INFO] [stdout]   |       ----------------- the item is gated behind the `zenoh` feature
[INFO] [stdout] 2 | pub mod zenoh;
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `make87` (example "querier") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/queryable.rs:13:27
[INFO] [stdout]    |
[INFO] [stdout] 13 |             let payload = query.payload().ok_or("No payload to decode")?;
[INFO] [stdout]    |                           ^^^^^ cannot infer type
[INFO] [stdout] ...
[INFO] [stdout] 51 |         ConfiguredQueryable::Ring(prv) => recv_and_reply!(prv)?,
[INFO] [stdout]    |                                           -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `recv_and_reply` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `make87` (example "subscriber") due to 5 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/publisher.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let publisher = zenoh_interface.get_publisher(&session,"HELLO_WORLD_MESSAGE").await?;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |         publisher.put(&message_encoded).await?;
[INFO] [stdout]    |         --------- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `publisher` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let publisher: /* Type */ = zenoh_interface.get_publisher(&session,"HELLO_WORLD_MESSAGE").await?;
[INFO] [stdout]    |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `make87` (example "publisher") due to 6 previous errors
[INFO] [stderr] error: could not compile `make87` (example "queryable") due to 7 previous errors
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |     Camera(CameraPeripheral),
[INFO] [stdout]    |     ------ ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 11 -     Camera(CameraPeripheral),
[INFO] [stdout] 11 +     Camera(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     Gpu(GpuPeripheral),
[INFO] [stdout]    |     --- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 12 -     Gpu(GpuPeripheral),
[INFO] [stdout] 12 +     Gpu(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 |     Gpio(GpioPeripheral),
[INFO] [stdout]    |     ---- ^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 13 -     Gpio(GpioPeripheral),
[INFO] [stdout] 13 +     Gpio(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     I2c(I2cPeripheral),
[INFO] [stdout]    |     --- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 14 -     I2c(I2cPeripheral),
[INFO] [stdout] 14 +     I2c(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Isp(IspPeripheral),
[INFO] [stdout]    |     --- ^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 15 -     Isp(IspPeripheral),
[INFO] [stdout] 15 +     Isp(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:16:11
[INFO] [stdout]    |
[INFO] [stdout] 16 |     Codec(CodecPeripheral),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 16 -     Codec(CodecPeripheral),
[INFO] [stdout] 16 +     Codec(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Rendering(RenderingPeripheral),
[INFO] [stdout]    |     --------- ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 17 -     Rendering(RenderingPeripheral),
[INFO] [stdout] 17 +     Rendering(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:18:15
[INFO] [stdout]    |
[INFO] [stdout] 18 |     RealSense(RealSenseCameraPeripheral),
[INFO] [stdout]    |     --------- ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 18 -     RealSense(RealSenseCameraPeripheral),
[INFO] [stdout] 18 +     RealSense(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |     GenericDevice(GenericDevicePeripheral),
[INFO] [stdout]    |     ------------- ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 19 -     GenericDevice(GenericDevicePeripheral),
[INFO] [stdout] 19 +     GenericDevice(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:20:11
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Other(OtherPeripheral),
[INFO] [stdout]    |     ----- ^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Peripheral` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 20 -     Other(OtherPeripheral),
[INFO] [stdout] 20 +     Other(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `config` is never read
[INFO] [stdout]   --> src/peripherals/base.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct PeripheralManager {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] 25 |     peripherals: HashMap<String, Peripheral>,
[INFO] [stdout] 26 |     config: ApplicationConfig,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "edf404ff64abae403ff239f61c458891698d16bd55a29f569a7e115d1745b573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edf404ff64abae403ff239f61c458891698d16bd55a29f569a7e115d1745b573", kill_on_drop: false }`
[INFO] [stdout] edf404ff64abae403ff239f61c458891698d16bd55a29f569a7e115d1745b573
