[INFO] cloning repository https://github.com/speakerchef/klc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/speakerchef/klc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspeakerchef%2Fklc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspeakerchef%2Fklc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ffc22d7c0829375760e4a2ac2e258f4b5af94d0f [INFO] testing speakerchef/klc against 1.95.0 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fspeakerchef%2Fklc" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/speakerchef/klc [INFO] finished tweaking git repo https://github.com/speakerchef/klc [INFO] tweaked toml for git repo https://github.com/speakerchef/klc written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/speakerchef/klc on toolchain 1.95.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/speakerchef/klc already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa3c26e075a1fc6f3c84f982a1256a16cab1b3a89512196b9a6ca80c4a897b85 [INFO] running `Command { std: "docker" "start" "-a" "fa3c26e075a1fc6f3c84f982a1256a16cab1b3a89512196b9a6ca80c4a897b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa3c26e075a1fc6f3c84f982a1256a16cab1b3a89512196b9a6ca80c4a897b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa3c26e075a1fc6f3c84f982a1256a16cab1b3a89512196b9a6ca80c4a897b85", kill_on_drop: false }` [INFO] [stdout] fa3c26e075a1fc6f3c84f982a1256a16cab1b3a89512196b9a6ca80c4a897b85 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 107b15b90441a848b48e44ec6004b505d9d0da716b8030988d6233fe03574a2f [INFO] running `Command { std: "docker" "start" "-a" "107b15b90441a848b48e44ec6004b505d9d0da716b8030988d6233fe03574a2f", kill_on_drop: false }` [INFO] [stderr] Compiling klc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `exec_name` [INFO] [stdout] --> src/main.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let exec_name = &args[2]; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exec_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Op` is never used [INFO] [stdout] --> src/lexer.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 6 | enum Op { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lexer.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | Op(String), [INFO] [stdout] | -- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 57 - Op(String), [INFO] [stdout] 57 + Op(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lexer.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | LitInt(i128), [INFO] [stdout] | ------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 65 - LitInt(i128), [INFO] [stdout] 65 + LitInt(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lexer.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | VarIdent(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 66 - VarIdent(String), [INFO] [stdout] 66 + VarIdent(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `EOF` is never constructed [INFO] [stdout] --> src/lexer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 46 | enum TokenType { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 67 | EOF, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` 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 `line` and `col` are never read [INFO] [stdout] --> src/lexer.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 71 | struct LocData { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 72 | line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 73 | col: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LocData` 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 `kind` and `loc` are never read [INFO] [stdout] --> src/lexer.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct Token { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 78 | kind: TokenType, [INFO] [stdout] | ^^^^ [INFO] [stdout] 79 | loc: LocData, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `pos` is never read [INFO] [stdout] --> src/lexer.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct Lexer { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 84 | tokens: Vec, [INFO] [stdout] 85 | pos: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Lexer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] running `Command { std: "docker" "inspect" "107b15b90441a848b48e44ec6004b505d9d0da716b8030988d6233fe03574a2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "107b15b90441a848b48e44ec6004b505d9d0da716b8030988d6233fe03574a2f", kill_on_drop: false }` [INFO] [stdout] 107b15b90441a848b48e44ec6004b505d9d0da716b8030988d6233fe03574a2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 322ad693600dfde7b5833d27521abb67e5efd439b29bb5d9d93f05fca5d4a70e [INFO] running `Command { std: "docker" "start" "-a" "322ad693600dfde7b5833d27521abb67e5efd439b29bb5d9d93f05fca5d4a70e", kill_on_drop: false }` [INFO] [stderr] Compiling klc v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `exec_name` [INFO] [stdout] --> src/main.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | let exec_name = &args[2]; [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exec_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Op` is never used [INFO] [stdout] --> src/lexer.rs:6:6 [INFO] [stdout] | [INFO] [stdout] 6 | enum Op { [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lexer.rs:57:8 [INFO] [stdout] | [INFO] [stdout] 57 | Op(String), [INFO] [stdout] | -- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 57 - Op(String), [INFO] [stdout] 57 + Op(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lexer.rs:65:12 [INFO] [stdout] | [INFO] [stdout] 65 | LitInt(i128), [INFO] [stdout] | ------ ^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 65 - LitInt(i128), [INFO] [stdout] 65 + LitInt(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/lexer.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | VarIdent(String), [INFO] [stdout] | -------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 66 - VarIdent(String), [INFO] [stdout] 66 + VarIdent(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `EOF` is never constructed [INFO] [stdout] --> src/lexer.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 46 | enum TokenType { [INFO] [stdout] | --------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 67 | EOF, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TokenType` 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 `line` and `col` are never read [INFO] [stdout] --> src/lexer.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 71 | struct LocData { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 72 | line: usize, [INFO] [stdout] | ^^^^ [INFO] [stdout] 73 | col: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LocData` 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 `kind` and `loc` are never read [INFO] [stdout] --> src/lexer.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 77 | pub struct Token { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 78 | kind: TokenType, [INFO] [stdout] | ^^^^ [INFO] [stdout] 79 | loc: LocData, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `pos` is never read [INFO] [stdout] --> src/lexer.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct Lexer { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 84 | tokens: Vec, [INFO] [stdout] 85 | pos: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Lexer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] running `Command { std: "docker" "inspect" "322ad693600dfde7b5833d27521abb67e5efd439b29bb5d9d93f05fca5d4a70e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "322ad693600dfde7b5833d27521abb67e5efd439b29bb5d9d93f05fca5d4a70e", kill_on_drop: false }` [INFO] [stdout] 322ad693600dfde7b5833d27521abb67e5efd439b29bb5d9d93f05fca5d4a70e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8bfc2823a7763a2179cb14780acf75cf55191a674290814d502144dbf8b1d56a [INFO] running `Command { std: "docker" "start" "-a" "8bfc2823a7763a2179cb14780acf75cf55191a674290814d502144dbf8b1d56a", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `exec_name` [INFO] [stderr] --> src/main.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | let exec_name = &args[2]; [INFO] [stderr] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_exec_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: enum `Op` is never used [INFO] [stderr] --> src/lexer.rs:6:6 [INFO] [stderr] | [INFO] [stderr] 6 | enum Op { [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lexer.rs:57:8 [INFO] [stderr] | [INFO] [stderr] 57 | Op(String), [INFO] [stderr] | -- ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 57 - Op(String), [INFO] [stderr] 57 + Op(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lexer.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | LitInt(i128), [INFO] [stderr] | ------ ^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 65 - LitInt(i128), [INFO] [stderr] 65 + LitInt(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> src/lexer.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | VarIdent(String), [INFO] [stderr] | -------- ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 66 - VarIdent(String), [INFO] [stderr] 66 + VarIdent(()), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: variant `EOF` is never constructed [INFO] [stderr] --> src/lexer.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 46 | enum TokenType { [INFO] [stderr] | --------- variant in this enum [INFO] [stderr] ... [INFO] [stderr] 67 | EOF, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `TokenType` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `line` and `col` are never read [INFO] [stderr] --> src/lexer.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 71 | struct LocData { [INFO] [stderr] | ------- fields in this struct [INFO] [stderr] 72 | line: usize, [INFO] [stderr] | ^^^^ [INFO] [stderr] 73 | col: usize, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `LocData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `kind` and `loc` are never read [INFO] [stderr] --> src/lexer.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 77 | pub struct Token { [INFO] [stderr] | ----- fields in this struct [INFO] [stderr] 78 | kind: TokenType, [INFO] [stderr] | ^^^^ [INFO] [stderr] 79 | loc: LocData, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Token` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `pos` is never read [INFO] [stderr] --> src/lexer.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub struct Lexer { [INFO] [stderr] | ----- field in this struct [INFO] [stderr] 84 | tokens: Vec, [INFO] [stderr] 85 | pos: usize, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Lexer` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `klc` (bin "klc" test) generated 9 warnings (run `cargo fix --bin "klc" -p klc --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/klc-bf05ba93f745e29a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8bfc2823a7763a2179cb14780acf75cf55191a674290814d502144dbf8b1d56a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bfc2823a7763a2179cb14780acf75cf55191a674290814d502144dbf8b1d56a", kill_on_drop: false }` [INFO] [stdout] 8bfc2823a7763a2179cb14780acf75cf55191a674290814d502144dbf8b1d56a