[INFO] cloning repository https://github.com/demersonpolli/compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/demersonpolli/compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdemersonpolli%2Fcompiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdemersonpolli%2Fcompiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6b0071fee2d388ad713e63e2b8bff20250718d5
[INFO] checking demersonpolli/compiler against e977a0b5ab976a591981e7263bd67a71a4f79308 for pr-158914
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdemersonpolli%2Fcompiler" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/demersonpolli/compiler
[INFO] finished tweaking git repo https://github.com/demersonpolli/compiler
[INFO] tweaked toml for git repo https://github.com/demersonpolli/compiler written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/demersonpolli/compiler on toolchain e977a0b5ab976a591981e7263bd67a71a4f79308
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/demersonpolli/compiler 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" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130
[INFO] running `Command { std: "docker" "start" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130" "/opt/rustwide/cargo-home/bin/cargo" "+e977a0b5ab976a591981e7263bd67a71a4f79308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking compiler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/lexer.rs:83:5
[INFO] [stdout]     |
[INFO] [stdout]   3 | pub enum Token {
[INFO] [stdout]     |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  83 |     InputN,       // INPUT# statement            (6-98)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     LineInput,    // LINE INPUT statement        (6-117)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]  91 |     LineInputN,   // LINE INPUT# statement       (6-118)
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     LprintUsing,  // LPRINT USING statement      (6-129)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     OnArrival,    // ON ARRIVAL statement        (6-143)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 107 |     OnClip,       // ON CLIP statement           (6-145)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 108 |     OnCollision,  // ON COLLISION statement      (6-147)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 109 |     OnCom,        // ON COM statement            (6-150)
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 110 |     OnErrorGoto,  // ON ERROR GOTO statement     (6-152)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 111 |     OnGosub,      // ON ... GOSUB statement      (6-153)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 112 |     OnGoto,       // ON ... GOTO statement       (6-153)
[INFO] [stdout] 113 |     OnKey,        // ON KEY statement            (6-154)
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 114 |     OnPlay,       // ON PLAY statement           (6-156)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 115 |     OnStrig,      // ON STRIG statement          (6-157)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 116 |     OnTimer,      // ON TIMER statement          (6-159)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 117 |     Open,         // OPEN statement              (6-160)
[INFO] [stdout] 118 |     OpenCom,      // OPENCOM statement           (6-162)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     PaletteUsing, // PALETTE USING statement     (6-171)
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     PrintUsing,   // PRINT USING statement       (6-187)
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 129 |     PrintN,       // PRINT# statement            (6-192)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 130 |     PrintNUsing,  // PRINT# USING statement      (6-192)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     StopObject,   // STOP OBJECT statement       (6-229)
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     TimerOff,     // TIMER OFF statement         (6-159)
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 159 |     TimerOn,      // TIMER ON statement          (6-159)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 160 |     TimerStop,    // TIMER STOP statement        (6-159)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |     ViewPrint,    // VIEW PRINT statement        (6-248)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     WriteN,       // WRITE# statement            (6-256)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[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/parser.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |     Literal(String),
[INFO] [stdout]    |     ------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DrawArg` has derived impls for the traits `Clone` and `Debug`, but these are 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] 50 -     Literal(String),
[INFO] [stdout] 50 +     Literal(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `items` is never read
[INFO] [stdout]    --> src/parser.rs:110:16
[INFO] [stdout]     |
[INFO] [stdout] 110 |     Activate { items: Vec<Expression> },
[INFO] [stdout]     |     --------   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `items` is never read
[INFO] [stdout]    --> src/parser.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Auto { items: Vec<Expression> },
[INFO] [stdout]     |     ----   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filename` and `offset` are never read
[INFO] [stdout]    --> src/parser.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |     Bload {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 123 |         filename: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 124 |         offset: Option<i64>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filename`, `offset`, and `length` are never read
[INFO] [stdout]    --> src/parser.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     Bsave {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 128 |         filename: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 129 |         offset: i64,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 130 |         length: i64,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     Chain(i64),
[INFO] [stdout]     |     ----- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are 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] 133 -     Chain(i64),
[INFO] [stdout] 133 +     Chain(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 |     ChDir(String),
[INFO] [stdout]     |     ----- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are 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] 135 -     ChDir(String),
[INFO] [stdout] 135 +     ChDir(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:141:11
[INFO] [stdout]     |
[INFO] [stdout] 141 |     Color(Expression),
[INFO] [stdout]     |     ----- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are 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] 141 -     Color(Expression),
[INFO] [stdout] 141 +     Color(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `items` is never read
[INFO] [stdout]    --> src/parser.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |     Deactivate { items: Vec<Expression> },
[INFO] [stdout]     |     ----------   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filenum` and `fields` are never read
[INFO] [stdout]    --> src/parser.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |     Field {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 290 |         filenum: Expression,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 291 |         fields: Vec<(Expression, String)>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filenum` and `string_expr` are never read
[INFO] [stdout]    --> src/parser.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 296 |     IoCtl {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 297 |         filenum: Expression,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 298 |         string_expr: Expression,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `n`, `expr`, and `state` are never read
[INFO] [stdout]    --> src/parser.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 301 |     Key {
[INFO] [stdout]     |     --- fields in this variant
[INFO] [stdout] 302 |         n: Option<Expression>,
[INFO] [stdout]     |         ^
[INFO] [stdout] 303 |         expr: Option<Expression>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 304 |         state: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `n` and `state` are never read
[INFO] [stdout]    --> src/parser.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 307 |     KeyN { n: Expression, state: String },
[INFO] [stdout]     |     ----   ^              ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `args` is never read
[INFO] [stdout]    --> src/parser.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |     Line {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 312 |         args: Vec<Expression>, // Stubbed args
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `args` is never read
[INFO] [stdout]    --> src/parser.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 319 |     List {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 320 |         args: Vec<Expression>, // Stubbed args
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `args` is never read
[INFO] [stdout]    --> src/parser.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 323 |     Llist {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 324 |         args: Vec<Expression>, // Stubbed args
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]     --> src/parser.rs:777:8
[INFO] [stdout]      |
[INFO] [stdout]  465 | impl Parser {
[INFO] [stdout]      | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  777 |     fn parse_abs_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  798 |     fn parse_arrival_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  823 |     fn parse_asc_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  828 |     fn parse_atn_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  965 |     fn parse_cdbl_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1284 |     fn parse_chrs_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1289 |     fn parse_cint_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1309 |     fn parse_clip_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1325 |     fn parse_collision_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1354 |     fn parse_cos_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1359 |     fn parse_csng_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1364 |     fn parse_csrlin(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1369 |     fn parse_cvd_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1374 |     fn parse_cvi_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1379 |     fn parse_cvs_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `spec` is never read
[INFO] [stdout]   --> src/interpreter.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Com { spec: String },
[INFO] [stdout]    |     ---   ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/lexer.rs:83:5
[INFO] [stdout]     |
[INFO] [stdout]   3 | pub enum Token {
[INFO] [stdout]     |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  83 |     InputN,       // INPUT# statement            (6-98)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  90 |     LineInput,    // LINE INPUT statement        (6-117)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]  91 |     LineInputN,   // LINE INPUT# statement       (6-118)
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     LprintUsing,  // LPRINT USING statement      (6-129)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 106 |     OnArrival,    // ON ARRIVAL statement        (6-143)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 107 |     OnClip,       // ON CLIP statement           (6-145)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 108 |     OnCollision,  // ON COLLISION statement      (6-147)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 109 |     OnCom,        // ON COM statement            (6-150)
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 110 |     OnErrorGoto,  // ON ERROR GOTO statement     (6-152)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 111 |     OnGosub,      // ON ... GOSUB statement      (6-153)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 112 |     OnGoto,       // ON ... GOTO statement       (6-153)
[INFO] [stdout] 113 |     OnKey,        // ON KEY statement            (6-154)
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] 114 |     OnPlay,       // ON PLAY statement           (6-156)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 115 |     OnStrig,      // ON STRIG statement          (6-157)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 116 |     OnTimer,      // ON TIMER statement          (6-159)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 117 |     Open,         // OPEN statement              (6-160)
[INFO] [stdout] 118 |     OpenCom,      // OPENCOM statement           (6-162)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     PaletteUsing, // PALETTE USING statement     (6-171)
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     PrintUsing,   // PRINT USING statement       (6-187)
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 129 |     PrintN,       // PRINT# statement            (6-192)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout] 130 |     PrintNUsing,  // PRINT# USING statement      (6-192)
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 151 |     StopObject,   // STOP OBJECT statement       (6-229)
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |     TimerOff,     // TIMER OFF statement         (6-159)
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 159 |     TimerOn,      // TIMER ON statement          (6-159)
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 160 |     TimerStop,    // TIMER STOP statement        (6-159)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 |     ViewPrint,    // VIEW PRINT statement        (6-248)
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     WriteN,       // WRITE# statement            (6-256)
[INFO] [stdout]     |     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Token` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[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/parser.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |     Literal(String),
[INFO] [stdout]    |     ------- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DrawArg` has derived impls for the traits `Clone` and `Debug`, but these are 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] 50 -     Literal(String),
[INFO] [stdout] 50 +     Literal(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `items` is never read
[INFO] [stdout]    --> src/parser.rs:110:16
[INFO] [stdout]     |
[INFO] [stdout] 110 |     Activate { items: Vec<Expression> },
[INFO] [stdout]     |     --------   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `items` is never read
[INFO] [stdout]    --> src/parser.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 |     Auto { items: Vec<Expression> },
[INFO] [stdout]     |     ----   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filename` and `offset` are never read
[INFO] [stdout]    --> src/parser.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 122 |     Bload {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 123 |         filename: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 124 |         offset: Option<i64>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filename`, `offset`, and `length` are never read
[INFO] [stdout]    --> src/parser.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 127 |     Bsave {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 128 |         filename: String,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 129 |         offset: i64,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 130 |         length: i64,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |     Chain(i64),
[INFO] [stdout]     |     ----- ^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are 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] 133 -     Chain(i64),
[INFO] [stdout] 133 +     Chain(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:135:11
[INFO] [stdout]     |
[INFO] [stdout] 135 |     ChDir(String),
[INFO] [stdout]     |     ----- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are 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] 135 -     ChDir(String),
[INFO] [stdout] 135 +     ChDir(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/parser.rs:141:11
[INFO] [stdout]     |
[INFO] [stdout] 141 |     Color(Expression),
[INFO] [stdout]     |     ----- ^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are 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] 141 -     Color(Expression),
[INFO] [stdout] 141 +     Color(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `items` is never read
[INFO] [stdout]    --> src/parser.rs:143:18
[INFO] [stdout]     |
[INFO] [stdout] 143 |     Deactivate { items: Vec<Expression> },
[INFO] [stdout]     |     ----------   ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filenum` and `fields` are never read
[INFO] [stdout]    --> src/parser.rs:290:9
[INFO] [stdout]     |
[INFO] [stdout] 289 |     Field {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 290 |         filenum: Expression,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 291 |         fields: Vec<(Expression, String)>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `filenum` and `string_expr` are never read
[INFO] [stdout]    --> src/parser.rs:297:9
[INFO] [stdout]     |
[INFO] [stdout] 296 |     IoCtl {
[INFO] [stdout]     |     ----- fields in this variant
[INFO] [stdout] 297 |         filenum: Expression,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 298 |         string_expr: Expression,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `n`, `expr`, and `state` are never read
[INFO] [stdout]    --> src/parser.rs:302:9
[INFO] [stdout]     |
[INFO] [stdout] 301 |     Key {
[INFO] [stdout]     |     --- fields in this variant
[INFO] [stdout] 302 |         n: Option<Expression>,
[INFO] [stdout]     |         ^
[INFO] [stdout] 303 |         expr: Option<Expression>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 304 |         state: Option<String>,
[INFO] [stdout]     |         ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `n` and `state` are never read
[INFO] [stdout]    --> src/parser.rs:307:12
[INFO] [stdout]     |
[INFO] [stdout] 307 |     KeyN { n: Expression, state: String },
[INFO] [stdout]     |     ----   ^              ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     fields in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `args` is never read
[INFO] [stdout]    --> src/parser.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 311 |     Line {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 312 |         args: Vec<Expression>, // Stubbed args
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `args` is never read
[INFO] [stdout]    --> src/parser.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 319 |     List {
[INFO] [stdout]     |     ---- field in this variant
[INFO] [stdout] 320 |         args: Vec<Expression>, // Stubbed args
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `args` is never read
[INFO] [stdout]    --> src/parser.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 323 |     Llist {
[INFO] [stdout]     |     ----- field in this variant
[INFO] [stdout] 324 |         args: Vec<Expression>, // Stubbed args
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `StatementNode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple methods are never used
[INFO] [stdout]     --> src/parser.rs:777:8
[INFO] [stdout]      |
[INFO] [stdout]  465 | impl Parser {
[INFO] [stdout]      | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  777 |     fn parse_abs_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  798 |     fn parse_arrival_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  823 |     fn parse_asc_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  828 |     fn parse_atn_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  965 |     fn parse_cdbl_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1284 |     fn parse_chrs_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1289 |     fn parse_cint_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1309 |     fn parse_clip_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1325 |     fn parse_collision_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1354 |     fn parse_cos_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1359 |     fn parse_csng_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1364 |     fn parse_csrlin(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1369 |     fn parse_cvd_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1374 |     fn parse_cvi_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1379 |     fn parse_cvs_function(&mut self) -> StatementNode {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `spec` is never read
[INFO] [stdout]   --> src/interpreter.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 |     Com { spec: String },
[INFO] [stdout]    |     ---   ^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130", kill_on_drop: false }`
[INFO] [stdout] b8f9b3fb3dad61bb2b0792e9e16a875f0fe4ea60d0b117b0c10acc8d13f08130
