[INFO] cloning repository https://github.com/fooker/photonic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fooker/photonic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffooker%2Fphotonic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffooker%2Fphotonic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2d4cf68238b670286fd72b6f3f3a97da4fdbf83 [INFO] checking fooker/photonic against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffooker%2Fphotonic" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fooker/photonic on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fooker/photonic [INFO] finished tweaking git repo https://github.com/fooker/photonic [INFO] tweaked toml for git repo https://github.com/fooker/photonic written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/fooker/photonic already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 912b3ef81c07e956ba249f9dbc1eefe0329e5ea64306bfdca9f597e971079166 [INFO] running `Command { std: "docker" "start" "-a" "912b3ef81c07e956ba249f9dbc1eefe0329e5ea64306bfdca9f597e971079166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "912b3ef81c07e956ba249f9dbc1eefe0329e5ea64306bfdca9f597e971079166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "912b3ef81c07e956ba249f9dbc1eefe0329e5ea64306bfdca9f597e971079166", kill_on_drop: false }` [INFO] [stdout] 912b3ef81c07e956ba249f9dbc1eefe0329e5ea64306bfdca9f597e971079166 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a26f7a3d0bbbf41b7eeb93760521bd978a824b09d4f77e1d065b462b68b10f8 [INFO] running `Command { std: "docker" "start" "-a" "9a26f7a3d0bbbf41b7eeb93760521bd978a824b09d4f77e1d065b462b68b10f8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking weezl v0.1.5 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Checking bytemuck v1.5.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling openssl v0.10.34 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Checking ucd-trie v0.1.3 [INFO] [stderr] Checking cpufeatures v0.1.4 [INFO] [stderr] Checking shlex v1.0.0 [INFO] [stderr] Checking half v1.7.1 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking assert_approx_eq v1.1.0 [INFO] [stderr] Compiling tokio v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking annotate-snippets v0.9.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Checking unicode-bidi v0.3.5 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking elsa v1.4.0 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking http-body v0.4.2 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking gif v0.11.2 [INFO] [stderr] Checking pest v2.1.3 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking sha2 v0.9.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.4 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking crossbeam-queue v0.3.1 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking memrange v0.1.3 [INFO] [stderr] Checking crossbeam-deque v0.8.0 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking ezing v0.2.1 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking mio v0.7.11 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking socket2 v0.4.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking getrandom v0.1.16 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling lexpr-macros v0.2.1 [INFO] [stderr] Checking crossbeam v0.8.0 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Compiling which v4.1.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking mqttrs v0.2.0 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking lexpr v0.2.6 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Compiling prost-build v0.7.0 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking theban_interval_tree v0.7.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking webpki v0.21.4 [INFO] [stderr] Checking sct v0.6.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling palette v0.5.0 [INFO] [stderr] Checking rustls v0.19.1 [INFO] [stderr] Checking shared_memory v0.8.2 [INFO] [stderr] Compiling abnf v0.6.1 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Compiling abnf_to_pest v0.5.0 [INFO] [stderr] Checking tiff v0.6.1 [INFO] [stderr] Checking shared_memory v0.11.4 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking noise v0.7.0 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling palette_derive v0.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling prost-derive v0.7.0 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling dhall v0.10.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling pest_consume_macros v1.0.6 [INFO] [stderr] Compiling dhall_proc_macros v0.5.1 [INFO] [stderr] Checking async-stream v0.3.2 [INFO] [stderr] Checking pest_consume v1.0.6 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking csscolorparser v0.4.0 [INFO] [stderr] Checking pin-project v1.0.7 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Compiling prost v0.7.0 [INFO] [stderr] Checking prost-types v0.7.0 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking tokio-stream v0.1.6 [INFO] [stderr] Checking tokio-rustls v0.22.0 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking mqtt-async-client v0.2.0 [INFO] [stderr] Checking h2 v0.3.3 [INFO] [stderr] Checking tower v0.4.7 [INFO] [stderr] Compiling tonic-build v0.4.2 [INFO] [stderr] Compiling photonic-grpc-proto v0.1.0 (/opt/rustwide/workdir/photonic-grpc-proto) [INFO] [stderr] Checking photonic-core v0.1.0 (/opt/rustwide/workdir/photonic-core) [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking serde_yaml v0.8.17 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking humantime-serde v1.0.1 [INFO] [stderr] Checking serde-lexpr v0.1.2 [INFO] [stderr] Checking ron v0.6.4 [INFO] [stderr] Checking erased-serde v0.3.13 [INFO] [stderr] Checking photonic-ledstrip v0.1.0 (/opt/rustwide/workdir/photonic-ledstrip) [INFO] [stderr] Checking photonic-console v0.1.0 (/opt/rustwide/workdir/photonic-console) [INFO] [stderr] Checking photonic-effects v0.1.0 (/opt/rustwide/workdir/photonic-effects) [INFO] [stderr] Checking photonic-exec v0.1.0 (/opt/rustwide/workdir/photonic-exec) [INFO] [stderr] Checking photonic-net v0.1.0 (/opt/rustwide/workdir/photonic-net) [INFO] [stderr] Checking photonic-mqtt v0.1.0 (/opt/rustwide/workdir/photonic-mqtt) [INFO] [stderr] Checking hyper v0.14.7 [INFO] [stderr] Checking tonic v0.4.3 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.3 [INFO] [stderr] Checking photonic-grpc v0.1.0 (/opt/rustwide/workdir/photonic-grpc) [INFO] [stderr] Checking photonic-cli v0.1.0 (/opt/rustwide/workdir/photonic-cli) [INFO] [stderr] Checking example v0.1.0 (/opt/rustwide/workdir/examples) [INFO] [stdout] error[E0432]: unresolved imports `shared_memory::SharedMemCast`, `shared_memory::SharedMemRaw`, `shared_memory::WriteRaw` [INFO] [stdout] --> examples/examples/exec-sub.rs:2:21 [INFO] [stdout] | [INFO] [stdout] 2 | use shared_memory::{SharedMemCast, SharedMemRaw, WriteRaw}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^ no `WriteRaw` in the root [INFO] [stdout] | | | [INFO] [stdout] | | no `SharedMemRaw` in the root [INFO] [stdout] | no `SharedMemCast` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `example` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0658]: the `!` type is experimental [INFO] [stdout] --> examples/examples/raindrops1.rs:21:27 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #35121 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `!` type is experimental [INFO] [stdout] --> examples/examples/exec.rs:11:27 [INFO] [stdout] | [INFO] [stdout] 11 | async fn main() -> Result { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #35121 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `!` type is experimental [INFO] [stdout] --> examples/examples/raindrops2.rs:23:27 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #35121 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `photonic_core::timer::Ticker` [INFO] [stdout] --> examples/examples/raindrops2.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use photonic_core::timer::Ticker; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `photonic_mqtt::MqttHandleBuilder` [INFO] [stdout] --> examples/examples/other.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use photonic_mqtt::MqttHandleBuilder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `MqttHandleBuilder` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the `!` type is experimental [INFO] [stdout] --> examples/examples/other.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #35121 for more information [INFO] [stdout] = help: add `#![feature(never_type)]` to the crate attributes to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/exec.rs:19:6 [INFO] [stdout] | [INFO] [stdout] 11 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 12 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | let exec = scene.node( [INFO] [stdout] ... | [INFO] [stdout] 19 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 23 | | main.run(FPS).await?; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/exec.rs:21:75 [INFO] [stdout] | [INFO] [stdout] 11 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 12 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | let exec = scene.node( [INFO] [stdout] ... | [INFO] [stdout] 21 | | let (main, _) = scene.run(exec, ConsoleOutputDecl { waterfall: true })?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 22 | | [INFO] [stdout] 23 | | main.run(FPS).await?; [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/exec.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 11 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 12 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | let exec = scene.node( [INFO] [stdout] ... | [INFO] [stdout] 23 | | main.run(FPS).await?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 24 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:26:60 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] 27 | | [INFO] [stdout] 28 | | let next = scene.input("next")?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:29:35 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 29 | | let prev = scene.input("prev")?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:63:6 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 63 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:65:47 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 65 | | let brightness = scene.input("brightness")?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/examples/exec.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 11 | async fn main() -> Result { [INFO] [stdout] | ---------------- expected `Result` because of return type [INFO] [stdout] ... [INFO] [stdout] 23 | main.run(FPS).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:73:6 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 73 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:75:43 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 75 | | let blackout = scene.input("blackout")?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:83:6 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 83 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:88:6 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 88 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 92 | | registry.serve(grpc)?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 93 | | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops2.rs:94:24 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 24 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 25 | | [INFO] [stdout] 26 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 94 | | main.run(FPS).await?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 95 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/examples/other.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | next: ticker.1, [INFO] [stdout] | ^^^^^^^^ expected enum `Option`, found struct `Input` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Option>` [INFO] [stdout] found struct `Input<()>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0063]: missing field `prev` in initializer of `SequenceDecl<_>` [INFO] [stdout] --> examples/examples/other.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | let raindrops_color = SequenceDecl { [INFO] [stdout] | ^^^^^^^^^^^^ missing `prev` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::Element == Hsl` [INFO] [stdout] --> examples/examples/other.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | let (main, _) = scene.run(effect, ConsoleOutputDecl { waterfall: true })?; [INFO] [stdout] | ^^^ expected struct `Rgb`, found struct `Hsl` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Rgb, f64>` [INFO] [stdout] found struct `Hsl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `run` exists for struct `Loop, Fader>>, photonic_core::attr::Range>>, FixedAttr>>, LarsonNode, FixedAttr, FixedAttr>, Fader, f64>>, ConsoleOutput>`, but its trait bounds were not satisfied [INFO] [stdout] --> examples/examples/other.rs:108:10 [INFO] [stdout] | [INFO] [stdout] 108 | main.run(FPS).await?; [INFO] [stdout] | ^^^ method cannot be called on `Loop, Fader>>, photonic_core::attr::Range>>, FixedAttr>>, LarsonNode, FixedAttr, FixedAttr>, Fader, f64>>, ConsoleOutput>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/photonic-console/src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct ConsoleOutput { [INFO] [stdout] | ------------------------ doesn't satisfy `<_ as photonic_core::Output>::Element = Hsl` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `::Element = Hsl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/other.rs:59:6 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 25 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | let mut mqtt = MqttHandleBuilder::new("photonic", "localhost", 1883).with_realm("photonic"); [INFO] [stdout] ... | [INFO] [stdout] 59 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 108 | | main.run(FPS).await?; [INFO] [stdout] 109 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/other.rs:68:6 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 25 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | let mut mqtt = MqttHandleBuilder::new("photonic", "localhost", 1883).with_realm("photonic"); [INFO] [stdout] ... | [INFO] [stdout] 68 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 108 | | main.run(FPS).await?; [INFO] [stdout] 109 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/other.rs:87:6 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 25 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | let mut mqtt = MqttHandleBuilder::new("photonic", "localhost", 1883).with_realm("photonic"); [INFO] [stdout] ... | [INFO] [stdout] 87 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 108 | | main.run(FPS).await?; [INFO] [stdout] 109 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/other.rs:104:77 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 25 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | let mut mqtt = MqttHandleBuilder::new("photonic", "localhost", 1883).with_realm("photonic"); [INFO] [stdout] ... | [INFO] [stdout] 104 | | let (main, _) = scene.run(effect, ConsoleOutputDecl { waterfall: true })?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 108 | | main.run(FPS).await?; [INFO] [stdout] 109 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/other.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 25 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | let mut mqtt = MqttHandleBuilder::new("photonic", "localhost", 1883).with_realm("photonic"); [INFO] [stdout] ... | [INFO] [stdout] 106 | | mqtt.start()?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 107 | | [INFO] [stdout] 108 | | main.run(FPS).await?; [INFO] [stdout] 109 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual<_>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/other.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 25 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 26 | | [INFO] [stdout] 27 | | let mut mqtt = MqttHandleBuilder::new("photonic", "localhost", 1883).with_realm("photonic"); [INFO] [stdout] ... | [INFO] [stdout] 108 | | main.run(FPS).await?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 109 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual<_>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/examples/raindrops1.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | trigger: ticker.1, [INFO] [stdout] | ^^^^^^^^ expected struct `InputHandle`, found struct `Input` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `InputHandle<()>` [INFO] [stdout] found struct `Input<()>` [INFO] [stdout] note: return type inferred to be `InputHandle<()>` here [INFO] [stdout] --> examples/examples/raindrops1.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 24 | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0271]: type mismatch resolving `::Element == Hsl` [INFO] [stdout] --> examples/examples/raindrops1.rs:80:34 [INFO] [stdout] | [INFO] [stdout] 80 | let (main, registry) = scene.run(switch_raindrops, ConsoleOutputDecl { waterfall: true })?; [INFO] [stdout] | ^^^ expected struct `Rgb`, found struct `Hsl` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Rgb, f64>` [INFO] [stdout] found struct `Hsl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/examples/raindrops2.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 23 | async fn main() -> Result { [INFO] [stdout] | ---------------- expected `Result` because of return type [INFO] [stdout] ... [INFO] [stdout] 94 | main.run(FPS).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `run` exists for struct `Loop, FixedAttr>>, FixedAttr>>, Looper>, ConsoleOutput>`, but its trait bounds were not satisfied [INFO] [stdout] --> examples/examples/raindrops1.rs:86:10 [INFO] [stdout] | [INFO] [stdout] 86 | main.run(FPS).await?; [INFO] [stdout] | ^^^ method cannot be called on `Loop, FixedAttr>>, FixedAttr>>, Looper>, ConsoleOutput>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/photonic-console/src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct ConsoleOutput { [INFO] [stdout] | ------------------------ doesn't satisfy `<_ as photonic_core::Output>::Element = Hsl` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `::Element = Hsl` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:24:60 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:37:6 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 37 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:50:6 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 50 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:63:6 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 63 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 78 | | )?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:80:94 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 80 | | let (main, registry) = scene.run(switch_raindrops, ConsoleOutputDecl { waterfall: true })?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 84 | | registry.serve(grpc)?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 85 | | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in an async block that returns `Result` or `Option` (or another type that implements `FromResidual`) [INFO] [stdout] --> examples/examples/raindrops1.rs:86:24 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | _____________________________________- [INFO] [stdout] 22 | | let mut scene = Scene::new(SIZE); [INFO] [stdout] 23 | | [INFO] [stdout] 24 | | let grpc = GrpcInterface::bind("127.0.0.1:5764".parse()?); [INFO] [stdout] ... | [INFO] [stdout] 86 | | main.run(FPS).await?; [INFO] [stdout] | | ^ cannot use the `?` operator in an async block that returns `()` [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `FromResidual<_>` is not implemented for `()` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/examples/other.rs:108:5 [INFO] [stdout] | [INFO] [stdout] 24 | async fn main() -> Result { [INFO] [stdout] | ---------------- expected `Result` because of return type [INFO] [stdout] ... [INFO] [stdout] 108 | main.run(FPS).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0063, E0271, E0277, E0308, E0432, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0063`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/examples/raindrops1.rs:86:5 [INFO] [stdout] | [INFO] [stdout] 21 | async fn main() -> Result { [INFO] [stdout] | ---------------- expected `Result` because of return type [INFO] [stdout] ... [INFO] [stdout] 86 | main.run(FPS).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected enum `Result`, found `()` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `Result` [INFO] [stdout] found unit type `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0271, E0277, E0308, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0271`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9a26f7a3d0bbbf41b7eeb93760521bd978a824b09d4f77e1d065b462b68b10f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a26f7a3d0bbbf41b7eeb93760521bd978a824b09d4f77e1d065b462b68b10f8", kill_on_drop: false }` [INFO] [stdout] 9a26f7a3d0bbbf41b7eeb93760521bd978a824b09d4f77e1d065b462b68b10f8