[INFO] cloning repository https://github.com/cab/sorcery [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cab/sorcery" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcab%2Fsorcery", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcab%2Fsorcery'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 673bd839fca39db067408888bd825afb53565009 [INFO] checking cab/sorcery against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcab%2Fsorcery" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cab/sorcery on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cab/sorcery [INFO] finished tweaking git repo https://github.com/cab/sorcery [INFO] tweaked toml for git repo https://github.com/cab/sorcery written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/cab/sorcery already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82892f67b887e6c73fd55adbd6bb6f7b007d6495a16ab9aac4c0a3a860dab844 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "82892f67b887e6c73fd55adbd6bb6f7b007d6495a16ab9aac4c0a3a860dab844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82892f67b887e6c73fd55adbd6bb6f7b007d6495a16ab9aac4c0a3a860dab844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82892f67b887e6c73fd55adbd6bb6f7b007d6495a16ab9aac4c0a3a860dab844", kill_on_drop: false }` [INFO] [stdout] 82892f67b887e6c73fd55adbd6bb6f7b007d6495a16ab9aac4c0a3a860dab844 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ace01501891ccf2d951e94c1696d992e29fa4f70be9c0f1355acec24f0b001f [INFO] running `Command { std: "docker" "start" "-a" "8ace01501891ccf2d951e94c1696d992e29fa4f70be9c0f1355acec24f0b001f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.68 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling bumpalo v3.4.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.68 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Checking pin-project-lite v0.1.11 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling unicode-segmentation v1.7.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking dyn-clone v1.0.3 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Checking itoa v0.4.6 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking smallvec v1.5.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking generational-arena v0.2.8 [INFO] [stderr] Checking tracing-core v0.1.17 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking sharded-slab v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling tokio v0.3.4 [INFO] [stderr] Checking owning_ref v0.4.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking tracing-log v0.1.1 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking tracing-subscriber v0.1.6 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking darling_core v0.10.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.68 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.68 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling tokio-macros v0.3.1 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling test-env-log v0.2.2 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.68 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking tracing v0.1.21 [INFO] [stderr] Checking sorcery-macros v0.1.0 (/opt/rustwide/workdir/sorcery-macros) [INFO] [stderr] Checking js-sys v0.3.45 [INFO] [stderr] Checking console_error_panic_hook v0.1.6 [INFO] [stdout] warning: unused imports: `AttributeArgs`, `Attribute`, `Expr`, `Generics`, `Index`, `Lit`, `Meta`, `Signature`, `Visibility`, `parse_quote` [INFO] [stdout] --> sorcery-macros/src/component.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | parse_macro_input, parse_quote, Attribute, AttributeArgs, Expr, GenericArgument, Generics, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] 8 | Ident, Index, ItemFn, Lit, Meta, Path, PathArguments, Signature, Type, Visibility, [INFO] [stdout] | ^^^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `heck::CamelCase` [INFO] [stdout] --> sorcery-macros/src/component.rs:159:13 [INFO] [stdout] | [INFO] [stdout] 159 | use heck::CamelCase; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Field`, `punctuated::Punctuated` [INFO] [stdout] --> sorcery-macros/src/rsx.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | ..., Path, Field, bracketed, Ident, Result, Token, braced, parse::{Parse, ParseStream}, parse_macro_input, punctuated::Punctuated, parse_... [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> sorcery-macros/src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Expr`, `Token`, `braced`, `punctuated::Punctuated`, `token` [INFO] [stdout] --> sorcery-macros/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | braced, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | punctuated::Punctuated, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | token, DeriveInput, Expr, Field, GenericArgument, Ident, Path, PathArguments, Result, Token, [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AttributeArgs`, `Attribute`, `Expr`, `Generics`, `Index`, `Lit`, `Meta`, `Signature`, `Visibility`, `parse_quote` [INFO] [stdout] --> sorcery-macros/src/component.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | parse_macro_input, parse_quote, Attribute, AttributeArgs, Expr, GenericArgument, Generics, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] 8 | Ident, Index, ItemFn, Lit, Meta, Path, PathArguments, Signature, Type, Visibility, [INFO] [stdout] | ^^^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `heck::CamelCase` [INFO] [stdout] --> sorcery-macros/src/component.rs:159:13 [INFO] [stdout] | [INFO] [stdout] 159 | use heck::CamelCase; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Field`, `punctuated::Punctuated` [INFO] [stdout] --> sorcery-macros/src/rsx.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | ..., Path, Field, bracketed, Ident, Result, Token, braced, parse::{Parse, ParseStream}, parse_macro_input, punctuated::Punctuated, parse_... [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> sorcery-macros/src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Expr`, `Token`, `braced`, `punctuated::Punctuated`, `token` [INFO] [stdout] --> sorcery-macros/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | braced, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | punctuated::Punctuated, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | token, DeriveInput, Expr, Field, GenericArgument, Ident, Path, PathArguments, Result, Token, [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AttributeArgs`, `Attribute`, `Expr`, `Generics`, `Index`, `Lit`, `Meta`, `Signature`, `Visibility`, `parse_quote` [INFO] [stdout] --> sorcery-macros/src/component.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | parse_macro_input, parse_quote, Attribute, AttributeArgs, Expr, GenericArgument, Generics, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] 8 | Ident, Index, ItemFn, Lit, Meta, Path, PathArguments, Signature, Type, Visibility, [INFO] [stdout] | ^^^^^ ^^^ ^^^^ ^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `heck::CamelCase` [INFO] [stdout] --> sorcery-macros/src/component.rs:159:13 [INFO] [stdout] | [INFO] [stdout] 159 | use heck::CamelCase; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Field`, `punctuated::Punctuated` [INFO] [stdout] --> sorcery-macros/src/rsx.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | ..., Path, Field, bracketed, Ident, Result, Token, braced, parse::{Parse, ParseStream}, parse_macro_input, punctuated::Punctuated, parse_... [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> sorcery-macros/src/lib.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Expr`, `Token`, `braced`, `punctuated::Punctuated`, `token` [INFO] [stdout] --> sorcery-macros/src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | braced, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | punctuated::Punctuated, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 14 | token, DeriveInput, Expr, Field, GenericArgument, Ident, Path, PathArguments, Result, Token, [INFO] [stdout] | ^^^^^ ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fn_name_with_key` [INFO] [stdout] --> sorcery-macros/src/component.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | let fn_name_with_key = format_ident!("{}_with_key", fn_name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fn_name_with_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generic` [INFO] [stdout] --> sorcery-macros/src/component.rs:189:28 [INFO] [stdout] | [INFO] [stdout] 189 | } else if let Some(generic) = self.element_generic.as_ref() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comma` [INFO] [stdout] --> sorcery-macros/src/rsx.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | let comma = input.parse::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_comma` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fn_name_with_key` [INFO] [stdout] --> sorcery-macros/src/component.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | let fn_name_with_key = format_ident!("{}_with_key", fn_name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fn_name_with_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generic` [INFO] [stdout] --> sorcery-macros/src/component.rs:189:28 [INFO] [stdout] | [INFO] [stdout] 189 | } else if let Some(generic) = self.element_generic.as_ref() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comma` [INFO] [stdout] --> sorcery-macros/src/rsx.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | let comma = input.parse::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_comma` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `fn_name_with_key` [INFO] [stdout] --> sorcery-macros/src/component.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | let fn_name_with_key = format_ident!("{}_with_key", fn_name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fn_name_with_key` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `generic` [INFO] [stdout] --> sorcery-macros/src/component.rs:189:28 [INFO] [stdout] | [INFO] [stdout] 189 | } else if let Some(generic) = self.element_generic.as_ref() { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_generic` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `comma` [INFO] [stdout] --> sorcery-macros/src/rsx.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | let comma = input.parse::()?; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_comma` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidConfig` [INFO] [stdout] --> sorcery-macros/src/component.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | InvalidConfig(#[source] darling::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidConfig` [INFO] [stdout] --> sorcery-macros/src/component.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | InvalidConfig(#[source] darling::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidConfig` [INFO] [stdout] --> sorcery-macros/src/component.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | InvalidConfig(#[source] darling::Error), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking sorcery v0.1.0 (/opt/rustwide/workdir/sorcery) [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::mpsc` [INFO] [stdout] --> sorcery/src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::mpsc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `debug` [INFO] [stdout] --> sorcery/src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | use tracing::{debug, warn}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Key` [INFO] [stdout] --> sorcery/src/reconciler.rs:2:51 [INFO] [stdout] | [INFO] [stdout] 2 | AnyComponent, ComponentElement, Dep, Element, Key, NativeElement, RenderPrimitive, StoredProps, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::mpsc` [INFO] [stdout] --> sorcery/src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::mpsc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `debug` [INFO] [stdout] --> sorcery/src/lib.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | use tracing::{debug, warn}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Key` [INFO] [stdout] --> sorcery/src/reconciler.rs:2:51 [INFO] [stdout] | [INFO] [stdout] 2 | AnyComponent, ComponentElement, Dep, Element, Key, NativeElement, RenderPrimitive, StoredProps, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> sorcery/src/reconciler.rs:1226:13 [INFO] [stdout] | [INFO] [stdout] 1226 | Any::downcast_ref::(state.as_ref().as_any()).unwrap() // todo [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> sorcery/src/reconciler.rs:1226:13 [INFO] [stdout] | [INFO] [stdout] 1226 | Any::downcast_ref::(state.as_ref().as_any()).unwrap() // todo [INFO] [stdout] | ^^^ help: use `dyn`: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Dep` [INFO] [stdout] --> sorcery/src/reconciler.rs:2:37 [INFO] [stdout] | [INFO] [stdout] 2 | AnyComponent, ComponentElement, Dep, Element, Key, NativeElement, RenderPrimitive, StoredProps, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_child_node_index` [INFO] [stdout] --> sorcery/src/reconciler.rs:391:25 [INFO] [stdout] | [INFO] [stdout] 391 | let mut previous_child_node_index: Option = None; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_child_node_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> sorcery/src/reconciler.rs:1593:29 [INFO] [stdout] | [INFO] [stdout] 1593 | ... other => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Dep` [INFO] [stdout] --> sorcery/src/reconciler.rs:2:37 [INFO] [stdout] | [INFO] [stdout] 2 | AnyComponent, ComponentElement, Dep, Element, Key, NativeElement, RenderPrimitive, StoredProps, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `previous_child_node_index` [INFO] [stdout] --> sorcery/src/reconciler.rs:391:25 [INFO] [stdout] | [INFO] [stdout] 391 | let mut previous_child_node_index: Option = None; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_child_node_index` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> sorcery/src/reconciler.rs:1593:29 [INFO] [stdout] | [INFO] [stdout] 1593 | ... other => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> sorcery/src/reconciler.rs:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | let mut previous_child_node_index: Option = None; [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> sorcery/src/reconciler.rs:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | let mut previous_child_node_index: Option = None; [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_to_node_index` [INFO] [stdout] --> sorcery/src/reconciler.rs:368:8 [INFO] [stdout] | [INFO] [stdout] 368 | fn fiber_to_node_index(&self, index: FiberIndex) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_for_node` [INFO] [stdout] --> sorcery/src/reconciler.rs:574:8 [INFO] [stdout] | [INFO] [stdout] 574 | fn fiber_for_node(&self, index: NodeIndex) -> Option<&Fiber> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_for_node_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:578:8 [INFO] [stdout] | [INFO] [stdout] 578 | fn fiber_for_node_mut(&mut self, index: NodeIndex) -> Option<&mut Fiber> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `root_node` [INFO] [stdout] --> sorcery/src/reconciler.rs:602:8 [INFO] [stdout] | [INFO] [stdout] 602 | fn root_node(&self) -> &Node { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `root_fiber_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:606:8 [INFO] [stdout] | [INFO] [stdout] 606 | fn root_fiber_mut(&mut self) -> &mut Fiber { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `text_instance_key` [INFO] [stdout] --> sorcery/src/reconciler.rs:826:8 [INFO] [stdout] | [INFO] [stdout] 826 | fn text_instance_key(&self) -> Option<&R::TextInstanceKey> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sibling` [INFO] [stdout] --> sorcery/src/reconciler.rs:953:8 [INFO] [stdout] | [INFO] [stdout] 953 | fn sibling<'a>(&self, arena: &'a Arena) -> Option<&'a Self> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:961:8 [INFO] [stdout] | [INFO] [stdout] 961 | fn fiber_mut<'a>(&self, arena: &'a mut Arena>) -> Option<&'a mut Fiber> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_root` [INFO] [stdout] --> sorcery/src/reconciler.rs:969:8 [INFO] [stdout] | [INFO] [stdout] 969 | fn is_root(&self, arena: &Arena>) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `native_parent_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:988:8 [INFO] [stdout] | [INFO] [stdout] 988 | fn native_parent_mut<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `native_parent_index` [INFO] [stdout] --> sorcery/src/reconciler.rs:997:8 [INFO] [stdout] | [INFO] [stdout] 997 | fn native_parent_index<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_to_node_index` [INFO] [stdout] --> sorcery/src/reconciler.rs:368:8 [INFO] [stdout] | [INFO] [stdout] 368 | fn fiber_to_node_index(&self, index: FiberIndex) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_for_node` [INFO] [stdout] --> sorcery/src/reconciler.rs:574:8 [INFO] [stdout] | [INFO] [stdout] 574 | fn fiber_for_node(&self, index: NodeIndex) -> Option<&Fiber> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_for_node_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:578:8 [INFO] [stdout] | [INFO] [stdout] 578 | fn fiber_for_node_mut(&mut self, index: NodeIndex) -> Option<&mut Fiber> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `root_node` [INFO] [stdout] --> sorcery/src/reconciler.rs:602:8 [INFO] [stdout] | [INFO] [stdout] 602 | fn root_node(&self) -> &Node { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `root_fiber_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:606:8 [INFO] [stdout] | [INFO] [stdout] 606 | fn root_fiber_mut(&mut self) -> &mut Fiber { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `text_instance_key` [INFO] [stdout] --> sorcery/src/reconciler.rs:826:8 [INFO] [stdout] | [INFO] [stdout] 826 | fn text_instance_key(&self) -> Option<&R::TextInstanceKey> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sibling` [INFO] [stdout] --> sorcery/src/reconciler.rs:953:8 [INFO] [stdout] | [INFO] [stdout] 953 | fn sibling<'a>(&self, arena: &'a Arena) -> Option<&'a Self> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `fiber_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:961:8 [INFO] [stdout] | [INFO] [stdout] 961 | fn fiber_mut<'a>(&self, arena: &'a mut Arena>) -> Option<&'a mut Fiber> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_root` [INFO] [stdout] --> sorcery/src/reconciler.rs:969:8 [INFO] [stdout] | [INFO] [stdout] 969 | fn is_root(&self, arena: &Arena>) -> bool { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `native_parent_mut` [INFO] [stdout] --> sorcery/src/reconciler.rs:988:8 [INFO] [stdout] | [INFO] [stdout] 988 | fn native_parent_mut<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `native_parent_index` [INFO] [stdout] --> sorcery/src/reconciler.rs:997:8 [INFO] [stdout] | [INFO] [stdout] 997 | fn native_parent_index<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking web-sys v0.3.45 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.18 [INFO] [stderr] Checking tracing-serde v0.1.2 [INFO] [stderr] Checking tracing-subscriber v0.2.15 [INFO] [stderr] Checking tracing-wasm v0.1.0 [INFO] [stderr] Checking gloo-events v0.1.1 [INFO] [stderr] Checking gloo-timers v0.2.1 [INFO] [stderr] Checking gloo-console-timer v0.1.0 [INFO] [stderr] Checking gloo-file v0.1.0 [INFO] [stderr] Checking gloo v0.2.1 [INFO] [stderr] Checking sorcery-dom v0.1.0 (/opt/rustwide/workdir/sorcery-dom) [INFO] [stdout] warning: unused imports: `trace`, `warn` [INFO] [stdout] --> sorcery-dom/src/lib.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use tracing::{debug, trace, warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `trace`, `warn` [INFO] [stdout] --> sorcery-dom/src/lib.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use tracing::{debug, trace, warn}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking counter v0.1.0 (/opt/rustwide/workdir/sorcery-dom/examples/counter) [INFO] [stderr] Checking calculator v0.1.0 (/opt/rustwide/workdir/sorcery-dom/examples/calculator) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: custom attribute panicked [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[component] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: must have a generic parameter or specify element type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: custom attribute panicked [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[component] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: message: must have a generic parameter or specify element type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `App` in this scope [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:14:50 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn start() -> Result<(), JsValue> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 14 | render(document, root, &Element::component::(None, (), vec![]))?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RenderContext` [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:1:37 [INFO] [stdout] | [INFO] [stdout] 1 | use sorcery::{component, Component, RenderContext}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blue` should have an upper camel case name [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:46:4 [INFO] [stdout] | [INFO] [stdout] 46 | fn blue( [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Blue` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `App` in this scope [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:14:50 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn start() -> Result<(), JsValue> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 14 | render(document, root, &Element::component::(None, (), vec![]))?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RenderContext` [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:1:37 [INFO] [stdout] | [INFO] [stdout] 1 | use sorcery::{component, Component, RenderContext}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type `blue` should have an upper camel case name [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:46:4 [INFO] [stdout] | [INFO] [stdout] 46 | fn blue( [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `Blue` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `wasm_bindgen::JsValue` [INFO] [stdout] --> sorcery-dom/examples/calculator/src/lib.rs:12:73 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn start() -> Result<(), JsValue> { [INFO] [stdout] | ------------------- expected `wasm_bindgen::JsValue` because of this [INFO] [stdout] ... [INFO] [stdout] 12 | render(document, root, &Element::component::(None, (), vec![]))?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `wasm_bindgen::JsValue` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 86 others [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(), wasm_bindgen::JsValue>` [INFO] [stdout] = note: required by `from_residual` [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 E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `wasm_bindgen::JsValue` [INFO] [stdout] --> sorcery-dom/examples/calculator/src/lib.rs:12:73 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn start() -> Result<(), JsValue> { [INFO] [stdout] | ------------------- expected `wasm_bindgen::JsValue` because of this [INFO] [stdout] ... [INFO] [stdout] 12 | render(document, root, &Element::component::(None, (), vec![]))?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `wasm_bindgen::JsValue` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 86 others [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(), wasm_bindgen::JsValue>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `calculator` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `wasm_bindgen::JsValue` [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:14:73 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn start() -> Result<(), JsValue> { [INFO] [stdout] | ------------------- expected `wasm_bindgen::JsValue` because of this [INFO] [stdout] ... [INFO] [stdout] 14 | render(document, root, &Element::component::(None, (), vec![]))?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `wasm_bindgen::JsValue` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 86 others [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(), wasm_bindgen::JsValue>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Component` [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use sorcery::{component, Component, RenderContext}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [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 E0277`. [INFO] [stdout] [INFO] [stdout] error[E0277]: `?` couldn't convert the error to `wasm_bindgen::JsValue` [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:14:73 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn start() -> Result<(), JsValue> { [INFO] [stdout] | ------------------- expected `wasm_bindgen::JsValue` because of this [INFO] [stdout] ... [INFO] [stdout] 14 | render(document, root, &Element::component::(None, (), vec![]))?; [INFO] [stdout] | ^ the trait `From>` is not implemented for `wasm_bindgen::JsValue` [INFO] [stdout] | [INFO] [stdout] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] > [INFO] [stdout] and 86 others [INFO] [stdout] = note: required because of the requirements on the impl of `FromResidual>>` for `Result<(), wasm_bindgen::JsValue>` [INFO] [stdout] = note: required by `from_residual` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Component` [INFO] [stdout] --> sorcery-dom/examples/counter/src/lib.rs:1:26 [INFO] [stdout] | [INFO] [stdout] 1 | use sorcery::{component, Component, RenderContext}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8ace01501891ccf2d951e94c1696d992e29fa4f70be9c0f1355acec24f0b001f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ace01501891ccf2d951e94c1696d992e29fa4f70be9c0f1355acec24f0b001f", kill_on_drop: false }` [INFO] [stdout] 8ace01501891ccf2d951e94c1696d992e29fa4f70be9c0f1355acec24f0b001f