[INFO] cloning repository https://github.com/Serophots/lua-interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Serophots/lua-interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSerophots%2Flua-interpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSerophots%2Flua-interpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e15347a6e58508e2a6553fbb5581ce7d0fed655 [INFO] checking Serophots/lua-interpreter against try#26ad8a85dc4eed299af809e52f278da81e284602 for pr-138458 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSerophots%2Flua-interpreter" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Serophots/lua-interpreter on toolchain 26ad8a85dc4eed299af809e52f278da81e284602 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+26ad8a85dc4eed299af809e52f278da81e284602" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Serophots/lua-interpreter [INFO] finished tweaking git repo https://github.com/Serophots/lua-interpreter [INFO] tweaked toml for git repo https://github.com/Serophots/lua-interpreter written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Serophots/lua-interpreter 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" "+26ad8a85dc4eed299af809e52f278da81e284602" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+26ad8a85dc4eed299af809e52f278da81e284602" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0e5b35b7422a127dc71631e06496614dd721dbb8261abd9b0921f97765950923 [INFO] running `Command { std: "docker" "start" "-a" "0e5b35b7422a127dc71631e06496614dd721dbb8261abd9b0921f97765950923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0e5b35b7422a127dc71631e06496614dd721dbb8261abd9b0921f97765950923", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e5b35b7422a127dc71631e06496614dd721dbb8261abd9b0921f97765950923", kill_on_drop: false }` [INFO] [stdout] 0e5b35b7422a127dc71631e06496614dd721dbb8261abd9b0921f97765950923 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+26ad8a85dc4eed299af809e52f278da81e284602" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8b3a2671091b46f22b63a39ddc6046e6b99c3ffb0de1c8d2c4c42bb0e9615a2 [INFO] running `Command { std: "docker" "start" "-a" "f8b3a2671091b46f22b63a39ddc6046e6b99c3ffb0de1c8d2c4c42bb0e9615a2", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.53 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking lua-interpretter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `LPrimitive` [INFO] [stdout] --> src/interpreter/mod.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | lprimative::{LPrimitive, LValue}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LPrimitive` [INFO] [stdout] --> src/interpreter/mod.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | lprimative::{LPrimitive, LValue}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/interpreter/lclosure.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/interpreter/lclosure.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | line, [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `opcode` [INFO] [stdout] --> src/interpreter/lclosure.rs:144:25 [INFO] [stdout] | [INFO] [stdout] 144 | opcode @ 12..=17 => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_opcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `opcode` [INFO] [stdout] --> src/interpreter/lclosure.rs:144:25 [INFO] [stdout] | [INFO] [stdout] 144 | opcode @ 12..=17 => { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_opcode` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/interpreter/lclosure.rs:317:37 [INFO] [stdout] | [INFO] [stdout] 317 | BInstruction::ABx { line, opcode, a, b } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/interpreter/lclosure.rs:317:37 [INFO] [stdout] | [INFO] [stdout] 317 | BInstruction::ABx { line, opcode, a, b } => { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/interpreter/lclosure.rs:402:33 [INFO] [stdout] | [INFO] [stdout] 402 | ... b => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/interpreter/lclosure.rs:402:33 [INFO] [stdout] | [INFO] [stdout] 402 | ... b => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_b` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/interpreter/lclosure.rs:411:38 [INFO] [stdout] | [INFO] [stdout] 411 | BInstruction::AsBx { line, opcode, a, b } => match opcode { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `line` [INFO] [stdout] --> src/interpreter/lclosure.rs:411:38 [INFO] [stdout] | [INFO] [stdout] 411 | BInstruction::AsBx { line, opcode, a, b } => match opcode { [INFO] [stdout] | ^^^^ help: try ignoring the field: `line: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/interpreter/lclosure.rs:411:52 [INFO] [stdout] | [INFO] [stdout] 411 | BInstruction::AsBx { line, opcode, a, b } => match opcode { [INFO] [stdout] | ^ help: try ignoring the field: `a: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a` [INFO] [stdout] --> src/interpreter/lclosure.rs:411:52 [INFO] [stdout] | [INFO] [stdout] 411 | BInstruction::AsBx { line, opcode, a, b } => match opcode { [INFO] [stdout] | ^ help: try ignoring the field: `a: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/interpreter/lclosure.rs:411:55 [INFO] [stdout] | [INFO] [stdout] 411 | BInstruction::AsBx { line, opcode, a, b } => match opcode { [INFO] [stdout] | ^ help: try ignoring the field: `b: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b` [INFO] [stdout] --> src/interpreter/lclosure.rs:411:55 [INFO] [stdout] | [INFO] [stdout] 411 | BInstruction::AsBx { line, opcode, a, b } => match opcode { [INFO] [stdout] | ^ help: try ignoring the field: `b: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `local`, `scope_start`, and `scope_end` are never read [INFO] [stdout] --> src/bytecode/bdebug.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct BDebugLocal { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 17 | local: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 18 | scope_start: i64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 19 | scope_end: i64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BDebugLocal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `upvalue` is never read [INFO] [stdout] --> src/bytecode/bdebug.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct BDebugUpvalue { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 35 | upvalue: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BDebugUpvalue` 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 `source_name`, `line_defined`, `last_line_defined`, `upvalues`, `debug_local_vars`, and `debug_upvalues` are never read [INFO] [stdout] --> src/bytecode/bproto.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BProto { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 14 | //Source name is defined only of the top level proto and therefore is read in the headers [INFO] [stdout] 15 | pub(crate) source_name: Option, //DumpString [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 16 | pub(crate) line_defined: i64, //DumpInt [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | pub(crate) last_line_defined: i64, //DumpInt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub(crate) upvalues: BList, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub(crate) debug_local_vars: BList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | pub(crate) debug_upvalues: BList, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BProto` 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 `integral_flag`, `c_size_t`, and `lua_int_size` are never read [INFO] [stdout] --> src/bytecode/breader.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BReader { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | pub integral_flag: u8, // 0 for floating point, 1 for integers [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | pub c_size_t: u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 14 | pub lua_int_size: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `remaining` and `get_c_size_t` are never used [INFO] [stdout] --> src/bytecode/breader.rs:171:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl BReader { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 171 | pub fn remaining(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 183 | pub fn get_c_size_t(&mut self) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `stack_flag` and `index` are never read [INFO] [stdout] --> src/bytecode/bupvalue.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct BUpvalue { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 5 | stack_flag: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 6 | index: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BUpvalue` 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 `vararg_flag` is never read [INFO] [stdout] --> src/interpreter/cfunction.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct CProto { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 13 | pub(crate) num_params: u8, [INFO] [stdout] 14 | pub(crate) vararg_flag: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CProto` 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 `upvalues` is never read [INFO] [stdout] --> src/interpreter/lclosure.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct LClosure<'i> { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 41 | proto: &'i BProto, [INFO] [stdout] 42 | upvalues: Vec>>>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LClosure` 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 `local`, `scope_start`, and `scope_end` are never read [INFO] [stdout] --> src/bytecode/bdebug.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct BDebugLocal { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 17 | local: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 18 | scope_start: i64, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 19 | scope_end: i64, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BDebugLocal` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `upvalue` is never read [INFO] [stdout] --> src/bytecode/bdebug.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct BDebugUpvalue { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 35 | upvalue: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BDebugUpvalue` 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 `source_name`, `line_defined`, `last_line_defined`, `upvalues`, `debug_local_vars`, and `debug_upvalues` are never read [INFO] [stdout] --> src/bytecode/bproto.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BProto { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 14 | //Source name is defined only of the top level proto and therefore is read in the headers [INFO] [stdout] 15 | pub(crate) source_name: Option, //DumpString [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 16 | pub(crate) line_defined: i64, //DumpInt [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | pub(crate) last_line_defined: i64, //DumpInt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | pub(crate) upvalues: BList, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | pub(crate) debug_local_vars: BList, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | pub(crate) debug_upvalues: BList, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BProto` 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 `integral_flag`, `c_size_t`, and `lua_int_size` are never read [INFO] [stdout] --> src/bytecode/breader.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BReader { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 10 | pub integral_flag: u8, // 0 for floating point, 1 for integers [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 13 | pub c_size_t: u8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 14 | pub lua_int_size: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `remaining` and `get_c_size_t` are never used [INFO] [stdout] --> src/bytecode/breader.rs:171:12 [INFO] [stdout] | [INFO] [stdout] 17 | impl BReader { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 171 | pub fn remaining(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 183 | pub fn get_c_size_t(&mut self) -> i64 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `stack_flag` and `index` are never read [INFO] [stdout] --> src/bytecode/bupvalue.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct BUpvalue { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 5 | stack_flag: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 6 | index: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BUpvalue` 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 `vararg_flag` is never read [INFO] [stdout] --> src/interpreter/cfunction.rs:14:16 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct CProto { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 13 | pub(crate) num_params: u8, [INFO] [stdout] 14 | pub(crate) vararg_flag: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `CProto` 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 `upvalues` is never read [INFO] [stdout] --> src/interpreter/lclosure.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct LClosure<'i> { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 41 | proto: &'i BProto, [INFO] [stdout] 42 | upvalues: Vec>>>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LClosure` 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 3.74s [INFO] running `Command { std: "docker" "inspect" "f8b3a2671091b46f22b63a39ddc6046e6b99c3ffb0de1c8d2c4c42bb0e9615a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8b3a2671091b46f22b63a39ddc6046e6b99c3ffb0de1c8d2c4c42bb0e9615a2", kill_on_drop: false }` [INFO] [stdout] f8b3a2671091b46f22b63a39ddc6046e6b99c3ffb0de1c8d2c4c42bb0e9615a2