[INFO] fetching crate rdom 0.1.4... [INFO] checking rdom-0.1.4 against master#f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 for pr-83312 [INFO] extracting crate rdom 0.1.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rdom 0.1.4 on toolchain f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rdom 0.1.4 [INFO] finished tweaking crates.io crate rdom 0.1.4 [INFO] tweaked toml for crates.io crate rdom 0.1.4 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2117a2cdee6a1bcf4b91614cf935220ef7cf6c49a0197ca7c6fec4362b245319 [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" "2117a2cdee6a1bcf4b91614cf935220ef7cf6c49a0197ca7c6fec4362b245319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2117a2cdee6a1bcf4b91614cf935220ef7cf6c49a0197ca7c6fec4362b245319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2117a2cdee6a1bcf4b91614cf935220ef7cf6c49a0197ca7c6fec4362b245319", kill_on_drop: false }` [INFO] [stdout] 2117a2cdee6a1bcf4b91614cf935220ef7cf6c49a0197ca7c6fec4362b245319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07eefa5cb58ebbc238a7e119b9ce682aefc391b98725cd8a4cede40e17e2fb1a [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" "07eefa5cb58ebbc238a7e119b9ce682aefc391b98725cd8a4cede40e17e2fb1a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.64 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking rdom v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::config::ScreenMetrics` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use crate::config::ScreenMetrics; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::window::Window` [INFO] [stdout] --> src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::window::Window; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `downcast_rs::DowncastSync` [INFO] [stdout] --> src/node/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use downcast_rs::DowncastSync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::node::raw::AnyRawNode` [INFO] [stdout] --> src/node/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | use crate::node::raw::AnyRawNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> src/node/raw/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> src/node/raw/mod.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::{Arc, Weak}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::DomError` [INFO] [stdout] --> src/node/raw/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::error::DomError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `downcast_rs::DowncastSync` [INFO] [stdout] --> src/node/wrapped.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use downcast_rs::DowncastSync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `once_cell::sync::OnceCell` [INFO] [stdout] --> src/sandbox.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use once_cell::sync::OnceCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::Sync` [INFO] [stdout] --> src/sandbox.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::marker::Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::config::ScreenMetrics` [INFO] [stdout] --> src/lib.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use crate::config::ScreenMetrics; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::window::Window` [INFO] [stdout] --> src/lib.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::window::Window; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `downcast_rs::DowncastSync` [INFO] [stdout] --> src/node/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use downcast_rs::DowncastSync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::node::raw::AnyRawNode` [INFO] [stdout] --> src/node/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | use crate::node::raw::AnyRawNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::rc::Rc` [INFO] [stdout] --> src/node/raw/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::rc::Rc; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> src/node/raw/mod.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use std::sync::{Arc, Weak}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::DomError` [INFO] [stdout] --> src/node/raw/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::error::DomError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `downcast_rs::DowncastSync` [INFO] [stdout] --> src/node/wrapped.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use downcast_rs::DowncastSync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `once_cell::sync::OnceCell` [INFO] [stdout] --> src/sandbox.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use once_cell::sync::OnceCell; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::Sync` [INFO] [stdout] --> src/sandbox.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::marker::Sync; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sandbox` [INFO] [stdout] --> src/node/wrapped.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | let sandbox = self.get_context().upgrade().ok_or_else(|| DomError::SandboxDropped)?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sandbox` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `sandbox` [INFO] [stdout] --> src/node/wrapped.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | let sandbox = self.get_context().upgrade().ok_or_else(|| DomError::SandboxDropped)?; [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sandbox` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/raw/element/mod.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / impl_raw_elements! { [INFO] [stdout] 52 | | ( [INFO] [stdout] 53 | | HtmlHtmlElement, [INFO] [stdout] 54 | | "root document element", [INFO] [stdout] ... | [INFO] [stdout] 69 | | ) [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/raw/element/mod.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / impl_raw_elements! { [INFO] [stdout] 52 | | ( [INFO] [stdout] 53 | | HtmlHtmlElement, [INFO] [stdout] 54 | | "root document element", [INFO] [stdout] ... | [INFO] [stdout] 69 | | ) [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/raw/mod.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / impl_raw_nodes! { [INFO] [stdout] 91 | | ( [INFO] [stdout] 92 | | TextNode, [INFO] [stdout] 93 | | "text", [INFO] [stdout] ... | [INFO] [stdout] 102 | | ) [INFO] [stdout] 103 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/wrapped.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | / impl_wrapped_nodes! { [INFO] [stdout] 145 | | ( [INFO] [stdout] 146 | | TextNode, [INFO] [stdout] 147 | | raw_node::TextNode, [INFO] [stdout] ... | [INFO] [stdout] 169 | | ) [INFO] [stdout] 170 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `query_selector` [INFO] [stdout] --> src/node/wrapped.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | fn query_selector(&self, selectors: &str) -> Result, DomError> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/wrapped.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | / impl_wrapped_elements! { [INFO] [stdout] 173 | | ( [INFO] [stdout] 174 | | HtmlHtmlElement, [INFO] [stdout] 175 | | raw_element::HtmlHtmlElement, [INFO] [stdout] ... | [INFO] [stdout] 193 | | ) [INFO] [stdout] 194 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/sandbox.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | fn new(screen_metrics: ScreenMetrics) -> Arc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Foo` [INFO] [stdout] --> src/sandbox.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | struct Foo {} [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `context` [INFO] [stdout] --> src/window.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | context: Weak, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/window.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/raw/element/mod.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / impl_raw_elements! { [INFO] [stdout] 52 | | ( [INFO] [stdout] 53 | | HtmlHtmlElement, [INFO] [stdout] 54 | | "root document element", [INFO] [stdout] ... | [INFO] [stdout] 69 | | ) [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/raw/element/mod.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 51 | / impl_raw_elements! { [INFO] [stdout] 52 | | ( [INFO] [stdout] 53 | | HtmlHtmlElement, [INFO] [stdout] 54 | | "root document element", [INFO] [stdout] ... | [INFO] [stdout] 69 | | ) [INFO] [stdout] 70 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/raw/mod.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | / impl_raw_nodes! { [INFO] [stdout] 91 | | ( [INFO] [stdout] 92 | | TextNode, [INFO] [stdout] 93 | | "text", [INFO] [stdout] ... | [INFO] [stdout] 102 | | ) [INFO] [stdout] 103 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/wrapped.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | / impl_wrapped_nodes! { [INFO] [stdout] 145 | | ( [INFO] [stdout] 146 | | TextNode, [INFO] [stdout] 147 | | raw_node::TextNode, [INFO] [stdout] ... | [INFO] [stdout] 169 | | ) [INFO] [stdout] 170 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `query_selector` [INFO] [stdout] --> src/node/wrapped.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | fn query_selector(&self, selectors: &str) -> Result, DomError> { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/node/wrapped.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | / impl_wrapped_elements! { [INFO] [stdout] 173 | | ( [INFO] [stdout] 174 | | HtmlHtmlElement, [INFO] [stdout] 175 | | raw_element::HtmlHtmlElement, [INFO] [stdout] ... | [INFO] [stdout] 193 | | ) [INFO] [stdout] 194 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/sandbox.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | fn new(screen_metrics: ScreenMetrics) -> Arc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `context` [INFO] [stdout] --> src/window.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | context: Weak, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/window.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) fn new(context: Weak) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.08s [INFO] running `Command { std: "docker" "inspect" "07eefa5cb58ebbc238a7e119b9ce682aefc391b98725cd8a4cede40e17e2fb1a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07eefa5cb58ebbc238a7e119b9ce682aefc391b98725cd8a4cede40e17e2fb1a", kill_on_drop: false }` [INFO] [stdout] 07eefa5cb58ebbc238a7e119b9ce682aefc391b98725cd8a4cede40e17e2fb1a