[INFO] fetching crate photonic 0.1.1...
[INFO] testing photonic-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate photonic 0.1.1 into /workspace/builds/worker-5-tc1/source
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate photonic 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate photonic 0.1.1
[INFO] tweaked toml for crates.io crate photonic 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate photonic 0.1.1 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate photonic 0.1.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fast-srgb8 v1.0.0
[INFO] [stderr]   Downloaded by_address v1.2.1
[INFO] [stderr]   Downloaded palette_derive v0.7.6
[INFO] [stderr]   Downloaded phf_macros v0.11.3
[INFO] [stderr]   Downloaded palette v0.7.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 748e8609b2cee80b7473b6e42e9c9a0a0a4636286493752f329e18a809967aaa
[INFO] running `Command { std: "docker" "start" "-a" "748e8609b2cee80b7473b6e42e9c9a0a0a4636286493752f329e18a809967aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "748e8609b2cee80b7473b6e42e9c9a0a0a4636286493752f329e18a809967aaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "748e8609b2cee80b7473b6e42e9c9a0a0a4636286493752f329e18a809967aaa", kill_on_drop: false }`
[INFO] [stdout] 748e8609b2cee80b7473b6e42e9c9a0a0a4636286493752f329e18a809967aaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25a55d5a58bdf1f57e145cf8373e38054acf0f3697656e8ac6f4ed53dcab3c34
[INFO] running `Command { std: "docker" "start" "-a" "25a55d5a58bdf1f57e145cf8373e38054acf0f3697656e8ac6f4ed53dcab3c34", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling photonic v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.53s
[INFO] running `Command { std: "docker" "inspect" "25a55d5a58bdf1f57e145cf8373e38054acf0f3697656e8ac6f4ed53dcab3c34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25a55d5a58bdf1f57e145cf8373e38054acf0f3697656e8ac6f4ed53dcab3c34", kill_on_drop: false }`
[INFO] [stdout] 25a55d5a58bdf1f57e145cf8373e38054acf0f3697656e8ac6f4ed53dcab3c34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0cdb5989f58071a95e5f4c1d213221796c1ca34f9419db13e6e3ca8a2a98afd7
[INFO] running `Command { std: "docker" "start" "-a" "0cdb5989f58071a95e5f4c1d213221796c1ca34f9419db13e6e3ca8a2a98afd7", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling rand_xorshift v0.3.0
[INFO] [stderr]    Compiling noise v0.9.0
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling photonic v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]   --> examples/maglab-dmx-demo.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use photonic_effects::attrs::{Button, Fader, Sequence, Switch};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_effects`, use `cargo add photonic_effects` 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 `photonic_effects`
[INFO] [stdout]   --> examples/maglab-dmx-demo.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use photonic_effects::easing::{EasingDirection, Easings};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_effects`, use `cargo add photonic_effects` 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 `photonic_effects`
[INFO] [stdout]   --> examples/maglab-dmx-demo.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use photonic_effects::nodes::{Alert, Blackout, Brightness, ColorWheel, Noise, Overlay, Raindrops, Select};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_effects`, use `cargo add photonic_effects` 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 `photonic_output_net`
[INFO] [stdout]   --> examples/maglab-dmx-demo.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use photonic_output_net::netdmx::{Channel, Channels, Fixture, NetDmxSender};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_output_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_output_net`, use `cargo add photonic_output_net` 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 `photonic_audio`
[INFO] [stdout]  --> examples/wled-sound-demo.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use photonic_audio::attr::Power;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_audio`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_audio`, use `cargo add photonic_audio` 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 `photonic_effects`
[INFO] [stdout]  --> examples/wled-sound-demo.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use photonic_effects::nodes::Raindrops;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_effects`, use `cargo add photonic_effects` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `photonic_output_terminal`
[INFO] [stdout]   --> examples/maglab-dmx-demo.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use photonic_output_terminal::Terminal;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_output_terminal`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_output_terminal`, use `cargo add photonic_output_terminal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `photonic_output_net`
[INFO] [stdout]  --> examples/wled-sound-demo.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use photonic_output_net::wled;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_output_net`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_output_net`, use `cargo add photonic_output_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `photonic_output_terminal`
[INFO] [stdout]  --> examples/wled-sound-demo.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use photonic_output_terminal::Terminal;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_output_terminal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_output_terminal`, use `cargo add photonic_output_terminal` 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 `photonic_effects`
[INFO] [stdout]  --> examples/cli-demo.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use photonic_effects::nodes::{Brightness, Raindrops};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_effects`, use `cargo add photonic_effects` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `photonic_output_terminal`
[INFO] [stdout]   --> examples/cli-demo.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use photonic_output_terminal::Terminal;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_output_terminal`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_output_terminal`, use `cargo add photonic_output_terminal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/wled-sound-demo.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let scene = scene.run(raindrops, output).await?;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 30 |
[INFO] [stdout] 31 |     return scene.run(60).await;
[INFO] [stdout]    |            ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `scene` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 29 |     let scene: /* Type */ = scene.run(raindrops, output).await?;
[INFO] [stdout]    |              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `photonic_interface_cli`
[INFO] [stdout]    --> examples/maglab-dmx-demo.rs:171:15
[INFO] [stdout]     |
[INFO] [stdout] 171 |     let cli = photonic_interface_cli::stdio::CLI;
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_interface_cli`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `photonic_interface_cli`, use `cargo add photonic_interface_cli` 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 `photonic_effects`
[INFO] [stdout]  --> examples/wled-demo.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use photonic_effects::nodes::Raindrops;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_effects`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_effects`, use `cargo add photonic_effects` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `photonic_output_net`
[INFO] [stdout]  --> examples/wled-demo.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use photonic_output_net::wled;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_output_net`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `photonic_output_net`, use `cargo add photonic_output_net` 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 `photonic_interface_mqtt`
[INFO] [stdout]    --> examples/maglab-dmx-demo.rs:174:16
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let mqtt = photonic_interface_mqtt::MQTT::with_url("mqtt://localhost:1883?client_id=photonic")?;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_interface_mqtt`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `photonic_interface_mqtt`, use `cargo add photonic_interface_mqtt` to add it to your `Cargo.toml`
[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] [stderr] error: could not compile `photonic` (example "wled-sound-demo") due to 5 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `photonic_interface_grpc`
[INFO] [stdout]    --> examples/maglab-dmx-demo.rs:177:16
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let grpc = photonic_interface_grpc::GRPC::new()?;
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_interface_grpc`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `photonic_interface_grpc`, use `cargo add photonic_interface_grpc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/wled-demo.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let scene = scene.run(raindrops, output).await?;
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 28 |
[INFO] [stdout] 29 |     return scene.run(60).await;
[INFO] [stdout]    |            ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `scene` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let scene: /* Type */ = scene.run(raindrops, output).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] [stderr] error: could not compile `photonic` (example "wled-demo") due to 3 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> examples/maglab-dmx-demo.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let mut scene = scene.run(kitchen, output).await?;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 172 |     scene.serve("CLI", cli);
[INFO] [stdout]     |     ----- type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `scene` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 162 |     let mut scene: /* Type */ = scene.run(kitchen, output).await?;
[INFO] [stdout]     |                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `photonic_interface_cli`
[INFO] [stdout]   --> examples/cli-demo.rs:35:15
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let cli = photonic_interface_cli::stdio::CLI;
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_interface_cli`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_interface_cli`, use `cargo add photonic_interface_cli` to add it to your `Cargo.toml`
[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] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `photonic_interface_grpc`
[INFO] [stdout]   --> examples/cli-demo.rs:38:16
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let grpc = photonic_interface_grpc::GRPC::new()?;
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `photonic_interface_grpc`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `photonic_interface_grpc`, use `cargo add photonic_interface_grpc` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `photonic` (example "maglab-dmx-demo") due to 9 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/cli-demo.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut scene = scene.run(brightness, output).await?;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     scene.serve("CLI", cli);
[INFO] [stdout]    |     ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `scene` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut scene: /* Type */ = scene.run(brightness, output).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] [stderr] error: could not compile `photonic` (example "cli-demo") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "0cdb5989f58071a95e5f4c1d213221796c1ca34f9419db13e6e3ca8a2a98afd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cdb5989f58071a95e5f4c1d213221796c1ca34f9419db13e6e3ca8a2a98afd7", kill_on_drop: false }`
[INFO] [stdout] 0cdb5989f58071a95e5f4c1d213221796c1ca34f9419db13e6e3ca8a2a98afd7
