[INFO] fetching crate rdom 0.2.0... [INFO] checking rdom-0.2.0 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate rdom 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate rdom 0.2.0 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rdom 0.2.0 [INFO] finished tweaking crates.io crate rdom 0.2.0 [INFO] tweaked toml for crates.io crate rdom 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded paste v1.0.5 [INFO] [stderr] Downloaded thiserror-impl v1.0.26 [INFO] [stderr] Downloaded thiserror v1.0.26 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d90db9925358a28c92d27ec1f899134b0e989885df39ccf1dfb85020c7a01fdf [INFO] running `Command { std: "docker" "start" "-a" "d90db9925358a28c92d27ec1f899134b0e989885df39ccf1dfb85020c7a01fdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d90db9925358a28c92d27ec1f899134b0e989885df39ccf1dfb85020c7a01fdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d90db9925358a28c92d27ec1f899134b0e989885df39ccf1dfb85020c7a01fdf", kill_on_drop: false }` [INFO] [stdout] d90db9925358a28c92d27ec1f899134b0e989885df39ccf1dfb85020c7a01fdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e65493fca8d2b7e02bce41da2a1d0c1e85cd1544e6c5bee611cd36f1f5888687 [INFO] running `Command { std: "docker" "start" "-a" "e65493fca8d2b7e02bce41da2a1d0c1e85cd1544e6c5bee611cd36f1f5888687", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking rdom v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct is never constructed: `ElementBehaviorStorage` [INFO] [stdout] --> src/behavior/element.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct ElementBehaviorStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `ParentBehaviorStorage` [INFO] [stdout] --> src/behavior/parent.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct ParentBehaviorStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/named_node_map.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | fn new(context: Weak, element: AnyNodeWeak) -> Arc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `length` [INFO] [stdout] --> src/named_node_map.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | fn length(&self) -> usize { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `item` [INFO] [stdout] --> src/named_node_map.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn item(&self, index: usize) -> Option { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_node_type` [INFO] [stdout] --> src/node/contents.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) fn to_node_type(&self) -> NodeType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | / declare_contents! { [INFO] [stdout] 172 | | 1 => Element, [INFO] [stdout] 173 | | 2 => Attribute, [INFO] [stdout] 174 | | 3 => Text, [INFO] [stdout] ... | [INFO] [stdout] 180 | | 9 => DocumentFragment [INFO] [stdout] 181 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_contents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parent_node` [INFO] [stdout] --> src/node/graph_storage.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | parent_node: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `left_sibling` [INFO] [stdout] --> src/node/graph_storage.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | left_sibling: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_sibling` [INFO] [stdout] --> src/node/graph_storage.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | right_sibling: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `downgrade` [INFO] [stdout] --> src/node/mod.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn downgrade(&self) -> AnyNodeWeak { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_static` [INFO] [stdout] --> src/node_list.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn new_static(context: Weak, elements: Vec) -> Arc { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Static` [INFO] [stdout] --> src/node_list.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Static(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `ElementBehaviorStorage` [INFO] [stdout] --> src/behavior/element.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct ElementBehaviorStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `ParentBehaviorStorage` [INFO] [stdout] --> src/behavior/parent.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct ParentBehaviorStorage; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/named_node_map.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | fn new(context: Weak, element: AnyNodeWeak) -> Arc { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `length` [INFO] [stdout] --> src/named_node_map.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 32 | fn length(&self) -> usize { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `item` [INFO] [stdout] --> src/named_node_map.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn item(&self, index: usize) -> Option { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `to_node_type` [INFO] [stdout] --> src/node/contents.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | pub(crate) fn to_node_type(&self) -> NodeType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | / declare_contents! { [INFO] [stdout] 172 | | 1 => Element, [INFO] [stdout] 173 | | 2 => Attribute, [INFO] [stdout] 174 | | 3 => Text, [INFO] [stdout] ... | [INFO] [stdout] 180 | | 9 => DocumentFragment [INFO] [stdout] 181 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `declare_contents` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `parent_node` [INFO] [stdout] --> src/node/graph_storage.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | parent_node: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `left_sibling` [INFO] [stdout] --> src/node/graph_storage.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | left_sibling: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `right_sibling` [INFO] [stdout] --> src/node/graph_storage.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | right_sibling: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `downgrade` [INFO] [stdout] --> src/node/mod.rs:83:8 [INFO] [stdout] | [INFO] [stdout] 83 | fn downgrade(&self) -> AnyNodeWeak { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new_static` [INFO] [stdout] --> src/node_list.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | pub(crate) fn new_static(context: Weak, elements: Vec) -> Arc { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Static` [INFO] [stdout] --> src/node_list.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | Static(Vec), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.97s [INFO] running `Command { std: "docker" "inspect" "e65493fca8d2b7e02bce41da2a1d0c1e85cd1544e6c5bee611cd36f1f5888687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e65493fca8d2b7e02bce41da2a1d0c1e85cd1544e6c5bee611cd36f1f5888687", kill_on_drop: false }` [INFO] [stdout] e65493fca8d2b7e02bce41da2a1d0c1e85cd1544e6c5bee611cd36f1f5888687