[INFO] fetching crate halcyon 0.0.1... [INFO] checking halcyon-0.0.1 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate halcyon 0.0.1 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate halcyon 0.0.1 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate halcyon 0.0.1 [INFO] finished tweaking crates.io crate halcyon 0.0.1 [INFO] tweaked toml for crates.io crate halcyon 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 688da24a38b0c1bc1c9a125af5abb1abe503c088819c5957223cb19ecc7b0c04 [INFO] running `Command { std: "docker" "start" "-a" "688da24a38b0c1bc1c9a125af5abb1abe503c088819c5957223cb19ecc7b0c04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "688da24a38b0c1bc1c9a125af5abb1abe503c088819c5957223cb19ecc7b0c04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "688da24a38b0c1bc1c9a125af5abb1abe503c088819c5957223cb19ecc7b0c04", kill_on_drop: false }` [INFO] [stdout] 688da24a38b0c1bc1c9a125af5abb1abe503c088819c5957223cb19ecc7b0c04 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0f8d4262fed24c3749c33bd1238ecaac0a883608b660f84ef79289d15635dfa [INFO] running `Command { std: "docker" "start" "-a" "b0f8d4262fed24c3749c33bd1238ecaac0a883608b660f84ef79289d15635dfa", kill_on_drop: false }` [INFO] [stderr] Checking halcyon v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::Halcyon` [INFO] [stdout] --> src/extensions/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::Halcyon; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | api: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [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 [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 | api: Box, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | extensions: Vec>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 | extensions: Vec>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `MemoryDOM` and `MemoryElement` [INFO] [stdout] --> src/lib.rs:1:27 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::dom::{Element, MemoryDOM, MemoryElement, DOM}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 76 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 76 | element: Option>>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::extensions::attributes::Attributes` [INFO] [stdout] --> src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::extensions::attributes::Attributes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::Halcyon` [INFO] [stdout] --> src/extensions/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::Halcyon; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 82 | element: Option>>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | api: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [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 [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 | api: Box, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | extensions: Vec>, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 13 | extensions: Vec>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 76 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 76 | element: Option>>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 82 | element: Option>>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:10:60 [INFO] [stdout] | [INFO] [stdout] 10 | fn query_selector(&self, selector: &str) -> Rc>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 10 | fn query_selector(&self, selector: &str) -> Rc>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:10:60 [INFO] [stdout] | [INFO] [stdout] 10 | fn query_selector(&self, selector: &str) -> Rc>; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 10 | fn query_selector(&self, selector: &str) -> Rc>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | ^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | ^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:17:51 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:17:51 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new(api: Box, extensions: Vec>) -> Halcyon { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | fn from_element(e: Rc>) -> VirtualNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 | fn from_element(e: Rc>) -> VirtualNode { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | fn from_element(e: Rc>) -> VirtualNode { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 57 | fn from_element(e: Rc>) -> VirtualNode { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:42:60 [INFO] [stdout] | [INFO] [stdout] 42 | fn query_selector(&self, selector: &str) -> Rc> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 | fn query_selector(&self, selector: &str) -> Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:42:60 [INFO] [stdout] | [INFO] [stdout] 42 | fn query_selector(&self, selector: &str) -> Rc> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 42 | fn query_selector(&self, selector: &str) -> Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new() -> Box { [INFO] [stdout] | ^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new() -> Box { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:17:25 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new() -> Box { [INFO] [stdout] | ^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 | pub fn new() -> Box { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(tag: &str) -> Rc> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(tag: &str) -> Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/dom/mod.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(tag: &str) -> Rc> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(tag: &str) -> Rc> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:111:35 [INFO] [stdout] | [INFO] [stdout] 111 | fn render(element: Rc>, container: VirtualNode) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [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 [INFO] [stdout] help: if this is an object-safe trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 | fn render(element: Rc>, container: VirtualNode) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn init(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `empty_vnode` [INFO] [stdout] --> src/extensions/mod.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | fn create(&self, empty_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_empty_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | fn create(&self, empty_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | fn insert(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/mod.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | fn pre_patch(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | fn pre_patch(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/mod.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | fn update(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:24:47 [INFO] [stdout] | [INFO] [stdout] 24 | fn update(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/mod.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | fn handle(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | fn handle(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | fn destroy(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn remove(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/attributes.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | fn update_attributes(old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/attributes.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | fn update_attributes(old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let mut c = self.current_vnode.borrow(); [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: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn init(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `empty_vnode` [INFO] [stdout] --> src/extensions/mod.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | fn create(&self, empty_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_empty_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | fn create(&self, empty_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | fn insert(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/mod.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | fn pre_patch(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:23:50 [INFO] [stdout] | [INFO] [stdout] 23 | fn pre_patch(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/mod.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | fn update(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:24:47 [INFO] [stdout] | [INFO] [stdout] 24 | fn update(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/mod.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | fn handle(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/mod.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | fn handle(&self, old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `api` is never read [INFO] [stdout] --> src/lib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Halcyon { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 11 | api: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Halcyon` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:26:23 [INFO] [stdout] | [INFO] [stdout] 26 | fn destroy(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_element` is never used [INFO] [stdout] --> src/lib.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 56 | impl VirtualNode { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] 57 | fn from_element(e: Rc>) -> VirtualNode { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `vnode` [INFO] [stdout] --> src/extensions/mod.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn remove(&self, vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `selector`, `data`, `children`, `element`, and `list_key` are never read [INFO] [stdout] --> src/lib.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct VirtualNodeElement { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 73 | selector: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 74 | data: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 75 | children: Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 76 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 77 | list_key: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VirtualNodeElement` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `element` and `text` are never read [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct VirtualNodeText { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 82 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 83 | text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VirtualNodeText` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/dom/mod.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl MemoryDOM { [INFO] [stdout] | -------------- associated function in this implementation [INFO] [stdout] 17 | pub fn new() -> Box { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/dom/mod.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 27 | impl MemoryElement { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] 28 | pub fn new(tag: &str) -> Rc> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `old_vnode` [INFO] [stdout] --> src/extensions/attributes.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | fn update_attributes(old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_old_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/extensions/attributes.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 22 | impl Attributes { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] 23 | pub fn new() -> Attributes { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `new_vnode` [INFO] [stdout] --> src/extensions/attributes.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | fn update_attributes(old_vnode: &VirtualNode, new_vnode: &VirtualNode) {} [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_new_vnode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | let mut c = self.current_vnode.borrow(); [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: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `api` is never read [INFO] [stdout] --> src/lib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Halcyon { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] 11 | api: Box, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Halcyon` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `selector`, `data`, `children`, `element`, and `list_key` are never read [INFO] [stdout] --> src/lib.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 72 | pub struct VirtualNodeElement { [INFO] [stdout] | ------------------ fields in this struct [INFO] [stdout] 73 | selector: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 74 | data: Option, [INFO] [stdout] | ^^^^ [INFO] [stdout] 75 | children: Option>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 76 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 77 | list_key: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VirtualNodeElement` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `element` and `text` are never read [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 81 | pub struct VirtualNodeText { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 82 | element: Option>>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 83 | text: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `VirtualNodeText` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] running `Command { std: "docker" "inspect" "b0f8d4262fed24c3749c33bd1238ecaac0a883608b660f84ef79289d15635dfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0f8d4262fed24c3749c33bd1238ecaac0a883608b660f84ef79289d15635dfa", kill_on_drop: false }` [INFO] [stdout] b0f8d4262fed24c3749c33bd1238ecaac0a883608b660f84ef79289d15635dfa