[INFO] cloning repository https://github.com/jzsplk/pineapple [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jzsplk/pineapple" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzsplk%2Fpineapple", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzsplk%2Fpineapple'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2eb171a601c08cea85b50836cd425e062c83da36 [INFO] checking jzsplk/pineapple against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjzsplk%2Fpineapple" "/workspace/builds/worker-112/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-112/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jzsplk/pineapple on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jzsplk/pineapple [INFO] finished tweaking git repo https://github.com/jzsplk/pineapple [INFO] tweaked toml for git repo https://github.com/jzsplk/pineapple written to /workspace/builds/worker-112/source/Cargo.toml [INFO] crate git repo https://github.com/jzsplk/pineapple already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ee0023bfa628206d3e43a3f36dc16a3ba0e66fd840494c72040acac38afd90b1 [INFO] running `Command { std: "docker" "start" "-a" "ee0023bfa628206d3e43a3f36dc16a3ba0e66fd840494c72040acac38afd90b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ee0023bfa628206d3e43a3f36dc16a3ba0e66fd840494c72040acac38afd90b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ee0023bfa628206d3e43a3f36dc16a3ba0e66fd840494c72040acac38afd90b1", kill_on_drop: false }` [INFO] [stdout] ee0023bfa628206d3e43a3f36dc16a3ba0e66fd840494c72040acac38afd90b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2b8294aa510f838aa6fbfe0c35e18da7c0cc604cd98140fae924e42641c5832 [INFO] running `Command { std: "docker" "start" "-a" "b2b8294aa510f838aa6fbfe0c35e18da7c0cc604cd98140fae924e42641c5832", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking pineapple v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/tokenizer/mod.rs (3 fixes) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / macro_rules! shorthand { [INFO] [stdout] 88 | | ($me:ident : emit $c:expr ) => ( $me.emit_char($c); ); [INFO] [stdout] 89 | | ($me:ident : create_tag $kind:ident $c:expr) => ( $me.create_tag($kind, $c); ); [INFO] [stdout] 90 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | / macro_rules! pop_except_from { [INFO] [stdout] 93 | | ($me:expr, $input:expr, $set:expr) => { [INFO] [stdout] 94 | | return unwrap_or_return!($me.pop_except_from($input, $set), ProcessResult::Suspend); [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / macro_rules! get_char ( ($me:expr, $input:expr) => ( [INFO] [stdout] 99 | | unwrap_or_return!($me.get_char($input), ProcessResult::Suspend) [INFO] [stdout] 100 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! unwrap_or_else { [INFO] [stdout] 2 | | ($opt:expr, $else_block:block) => { [INFO] [stdout] 3 | | match $opt { [INFO] [stdout] 4 | | None => $else_block, [INFO] [stdout] ... | [INFO] [stdout] 7 | | }; [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / macro_rules! unwrap_or_return { [INFO] [stdout] 11 | | ($opt:expr, $retval:expr) => { [INFO] [stdout] 12 | | unwrap_or_else!($opt, { return $retval }) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/tokenizer/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | state: states::State, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `at_eof` [INFO] [stdout] --> src/tokenizer/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | at_eof: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_char` [INFO] [stdout] --> src/tokenizer/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | current_char: char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_kind` [INFO] [stdout] --> src/tokenizer/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | current_tag_kind: TagKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_name` [INFO] [stdout] --> src/tokenizer/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | current_tag_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_self_closing` [INFO] [stdout] --> src/tokenizer/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | current_tag_self_closing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_attrs` [INFO] [stdout] --> src/tokenizer/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | current_tag_attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_name` [INFO] [stdout] --> src/tokenizer/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | current_attr_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_value` [INFO] [stdout] --> src/tokenizer/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | current_attr_value: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_line` [INFO] [stdout] --> src/tokenizer/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | current_line: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `process_token` [INFO] [stdout] --> src/tokenizer/mod.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | fn process_token(&mut self, token: Token) -> TokenSinkResult { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `step` [INFO] [stdout] --> src/tokenizer/mod.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | fn step(&mut self, _input: &mut String) -> ProcessResult { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / macro_rules! shorthand { [INFO] [stdout] 88 | | ($me:ident : emit $c:expr ) => ( $me.emit_char($c); ); [INFO] [stdout] 89 | | ($me:ident : create_tag $kind:ident $c:expr) => ( $me.create_tag($kind, $c); ); [INFO] [stdout] 90 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | / macro_rules! pop_except_from { [INFO] [stdout] 93 | | ($me:expr, $input:expr, $set:expr) => { [INFO] [stdout] 94 | | return unwrap_or_return!($me.pop_except_from($input, $set), ProcessResult::Suspend); [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / macro_rules! get_char ( ($me:expr, $input:expr) => ( [INFO] [stdout] 99 | | unwrap_or_return!($me.get_char($input), ProcessResult::Suspend) [INFO] [stdout] 100 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! unwrap_or_else { [INFO] [stdout] 2 | | ($opt:expr, $else_block:block) => { [INFO] [stdout] 3 | | match $opt { [INFO] [stdout] 4 | | None => $else_block, [INFO] [stdout] ... | [INFO] [stdout] 7 | | }; [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / macro_rules! unwrap_or_return { [INFO] [stdout] 11 | | ($opt:expr, $retval:expr) => { [INFO] [stdout] 12 | | unwrap_or_else!($opt, { return $retval }) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/tokenizer/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | state: states::State, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `at_eof` [INFO] [stdout] --> src/tokenizer/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | at_eof: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_char` [INFO] [stdout] --> src/tokenizer/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | current_char: char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_kind` [INFO] [stdout] --> src/tokenizer/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | current_tag_kind: TagKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_name` [INFO] [stdout] --> src/tokenizer/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | current_tag_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_self_closing` [INFO] [stdout] --> src/tokenizer/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | current_tag_self_closing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_attrs` [INFO] [stdout] --> src/tokenizer/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | current_tag_attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_name` [INFO] [stdout] --> src/tokenizer/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | current_attr_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_value` [INFO] [stdout] --> src/tokenizer/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | current_attr_value: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_line` [INFO] [stdout] --> src/tokenizer/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | current_line: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `process_token` [INFO] [stdout] --> src/tokenizer/mod.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | fn process_token(&mut self, token: Token) -> TokenSinkResult { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `step` [INFO] [stdout] --> src/tokenizer/mod.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | fn step(&mut self, _input: &mut String) -> ProcessResult { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 43s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking pineapple v0.1.0 (/tmp/fixit) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / macro_rules! shorthand { [INFO] [stdout] 88 | | ($me:ident : emit $c:expr ) => ( $me.emit_char($c); ); [INFO] [stdout] 89 | | ($me:ident : create_tag $kind:ident $c:expr) => ( $me.create_tag($kind, $c); ); [INFO] [stdout] 90 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | / macro_rules! pop_except_from { [INFO] [stdout] 93 | | ($me:expr, $input:expr, $set:expr) => { [INFO] [stdout] 94 | | return unwrap_or_return!($me.pop_except_from($input, $set), ProcessResult::Suspend); [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / macro_rules! get_char ( ($me:expr, $input:expr) => ( [INFO] [stdout] 99 | | unwrap_or_return!($me.get_char($input), ProcessResult::Suspend) [INFO] [stdout] 100 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! unwrap_or_else { [INFO] [stdout] 2 | | ($opt:expr, $else_block:block) => { [INFO] [stdout] 3 | | match $opt { [INFO] [stdout] 4 | | None => $else_block, [INFO] [stdout] ... | [INFO] [stdout] 7 | | }; [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / macro_rules! unwrap_or_return { [INFO] [stdout] 11 | | ($opt:expr, $retval:expr) => { [INFO] [stdout] 12 | | unwrap_or_else!($opt, { return $retval }) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/tokenizer/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | state: states::State, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `at_eof` [INFO] [stdout] --> src/tokenizer/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | at_eof: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_char` [INFO] [stdout] --> src/tokenizer/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | current_char: char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_kind` [INFO] [stdout] --> src/tokenizer/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | current_tag_kind: TagKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_name` [INFO] [stdout] --> src/tokenizer/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | current_tag_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_self_closing` [INFO] [stdout] --> src/tokenizer/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | current_tag_self_closing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_attrs` [INFO] [stdout] --> src/tokenizer/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | current_tag_attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_name` [INFO] [stdout] --> src/tokenizer/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | current_attr_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_value` [INFO] [stdout] --> src/tokenizer/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | current_attr_value: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_line` [INFO] [stdout] --> src/tokenizer/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | current_line: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `process_token` [INFO] [stdout] --> src/tokenizer/mod.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | fn process_token(&mut self, token: Token) -> TokenSinkResult { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `step` [INFO] [stdout] --> src/tokenizer/mod.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | fn step(&mut self, _input: &mut String) -> ProcessResult { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | / macro_rules! shorthand { [INFO] [stdout] 88 | | ($me:ident : emit $c:expr ) => ( $me.emit_char($c); ); [INFO] [stdout] 89 | | ($me:ident : create_tag $kind:ident $c:expr) => ( $me.create_tag($kind, $c); ); [INFO] [stdout] 90 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 92 | / macro_rules! pop_except_from { [INFO] [stdout] 93 | | ($me:expr, $input:expr, $set:expr) => { [INFO] [stdout] 94 | | return unwrap_or_return!($me.pop_except_from($input, $set), ProcessResult::Suspend); [INFO] [stdout] 95 | | }; [INFO] [stdout] 96 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/tokenizer/mod.rs:98:1 [INFO] [stdout] | [INFO] [stdout] 98 | / macro_rules! get_char ( ($me:expr, $input:expr) => ( [INFO] [stdout] 99 | | unwrap_or_return!($me.get_char($input), ProcessResult::Suspend) [INFO] [stdout] 100 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / macro_rules! unwrap_or_else { [INFO] [stdout] 2 | | ($opt:expr, $else_block:block) => { [INFO] [stdout] 3 | | match $opt { [INFO] [stdout] 4 | | None => $else_block, [INFO] [stdout] ... | [INFO] [stdout] 7 | | }; [INFO] [stdout] 8 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/macros.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / macro_rules! unwrap_or_return { [INFO] [stdout] 11 | | ($opt:expr, $retval:expr) => { [INFO] [stdout] 12 | | unwrap_or_else!($opt, { return $retval }) [INFO] [stdout] 13 | | }; [INFO] [stdout] 14 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/tokenizer/mod.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | state: states::State, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `at_eof` [INFO] [stdout] --> src/tokenizer/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | at_eof: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_char` [INFO] [stdout] --> src/tokenizer/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | current_char: char, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_kind` [INFO] [stdout] --> src/tokenizer/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | current_tag_kind: TagKind, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_name` [INFO] [stdout] --> src/tokenizer/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | current_tag_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_self_closing` [INFO] [stdout] --> src/tokenizer/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | current_tag_self_closing: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_tag_attrs` [INFO] [stdout] --> src/tokenizer/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | current_tag_attrs: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_name` [INFO] [stdout] --> src/tokenizer/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | current_attr_name: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_attr_value` [INFO] [stdout] --> src/tokenizer/mod.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | current_attr_value: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `current_line` [INFO] [stdout] --> src/tokenizer/mod.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | current_line: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `process_token` [INFO] [stdout] --> src/tokenizer/mod.rs:73:8 [INFO] [stdout] | [INFO] [stdout] 73 | fn process_token(&mut self, token: Token) -> TokenSinkResult { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `step` [INFO] [stdout] --> src/tokenizer/mod.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | fn step(&mut self, _input: &mut String) -> ProcessResult { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.04s [INFO] running `Command { std: "docker" "inspect" "b2b8294aa510f838aa6fbfe0c35e18da7c0cc604cd98140fae924e42641c5832", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2b8294aa510f838aa6fbfe0c35e18da7c0cc604cd98140fae924e42641c5832", kill_on_drop: false }` [INFO] [stdout] b2b8294aa510f838aa6fbfe0c35e18da7c0cc604cd98140fae924e42641c5832