[INFO] cloning repository https://github.com/tyler27/rusty-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tyler27/rusty-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyler27%2Frusty-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyler27%2Frusty-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] caaa5bdbd1ce75aa8bb779743e806481edfb3e5e [INFO] checking tyler27/rusty-rs against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyler27%2Frusty-rs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tyler27/rusty-rs [INFO] finished tweaking git repo https://github.com/tyler27/rusty-rs [INFO] tweaked toml for git repo https://github.com/tyler27/rusty-rs written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tyler27/rusty-rs on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tyler27/rusty-rs 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ctor v0.2.9 [INFO] [stderr] Downloaded serde_derive v1.0.216 [INFO] [stderr] Downloaded proc-macro2 v1.0.92 [INFO] [stderr] Downloaded serde_json v1.0.133 [INFO] [stderr] Downloaded serde v1.0.216 [INFO] [stderr] Downloaded syn v2.0.90 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e2b4d512b1511e618b528c809cc0c0d13fb9a2a09c70d3b5fa4eb50da363be4 [INFO] running `Command { std: "docker" "start" "-a" "6e2b4d512b1511e618b528c809cc0c0d13fb9a2a09c70d3b5fa4eb50da363be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e2b4d512b1511e618b528c809cc0c0d13fb9a2a09c70d3b5fa4eb50da363be4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e2b4d512b1511e618b528c809cc0c0d13fb9a2a09c70d3b5fa4eb50da363be4", kill_on_drop: false }` [INFO] [stdout] 6e2b4d512b1511e618b528c809cc0c0d13fb9a2a09c70d3b5fa4eb50da363be4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7603a316d58b831965c48dfbe3b7eba3f1bf9ffa0b2f23b8cf5a36d159b23a27 [INFO] running `Command { std: "docker" "start" "-a" "7603a316d58b831965c48dfbe3b7eba3f1bf9ffa0b2f23b8cf5a36d159b23a27", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking clap_lex v0.7.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking clap_builder v4.5.23 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling ctor v0.2.9 [INFO] [stderr] Checking clap v4.5.23 [INFO] [stderr] Checking runescript_compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `var_type` is never read [INFO] [stdout] --> src/parser.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 22 | Define { [INFO] [stdout] | ------ field in this variant [INFO] [stdout] 23 | name: String, [INFO] [stdout] 24 | var_type: Type, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstKind` 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: fields `kind` and `return_type` are never read [INFO] [stdout] --> src/parser.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 28 | Trigger { [INFO] [stdout] | ------- fields in this variant [INFO] [stdout] 29 | name: Box, [INFO] [stdout] 30 | kind: Box, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | return_type: Box, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstKind` 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: variants `Program`, `Integer`, and `ConditionalExpression` are never constructed [INFO] [stdout] --> src/parser.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum AstKind { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 27 | Program, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | Integer, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | ConditionalExpression { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstKind` 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: enum `ConfigType` is never used [INFO] [stdout] --> src/parser.rs:626:10 [INFO] [stdout] | [INFO] [stdout] 626 | pub enum ConfigType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Evaluator` is never constructed [INFO] [stdout] --> src/evaluator.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Evaluator { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `register_script`, `eval`, and `eval_script` are never used [INFO] [stdout] --> src/evaluator.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl Evaluator { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 10 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | pub fn register_script(&mut self, name: String, ast: AstKind) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 21 | pub fn eval(&mut self, ast: &AstKind) -> i32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | pub fn eval_script(&mut self, name: &str, args: &[i32]) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `save_rc_file`, `get_binary_name`, and `get_binary_path` are never used [INFO] [stdout] --> src/config.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 56 | impl Config { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 135 | pub fn save_rc_file(contents: &str) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 163 | pub fn get_binary_name() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | pub fn get_binary_path(&self) -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/bytecode.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | PushConstantString(String) = 3, // Push constant string onto stack [INFO] [stdout] | ------------------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Instruction` 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] 8 - PushConstantString(String) = 3, // Push constant string onto stack [INFO] [stdout] 8 + PushConstantString(()) = 3, // Push constant string onto stack [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/bytecode.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Instruction { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 6 | PushVarp(i32) = 1, // Push variable parameter [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 7 | PopVarp(i32) = 2, // Pop and store to variable parameter [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 8 | PushConstantString(String) = 3, // Push constant string onto stack [INFO] [stdout] 9 | PushVarn(i32) = 4, // Push named variable [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | PopVarn(i32) = 5, // Pop and store to named variable [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 11 | Branch(usize) = 6, // Branch if true [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | PushVars(i32) = 11, // Push script variable [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 17 | PopVars(i32) = 12, // Pop and store to script variable [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | Gosub(String) = 22, // Call a script (without params) [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | Jump(usize) = 23, // Unconditional jump [INFO] [stdout] 25 | Switch(Vec<(i32, usize)>) = 24, // Switch statement [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | BranchNotEquals(usize) = 33, // Branch if not equal [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | PushStringLocal(String) = 36, // Push local string variable [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | PopStringLocal(String) = 37, // Pop and store to local string variable [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 33 | JoinString = 38, // Concatenate strings [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 34 | PopIntDiscard = 39, // Pop and discard integer [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 35 | PopStringDiscard = 40, // Pop and discard string [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | GosubWithParams(String) = 41, // Call a script with parameters [INFO] [stdout] 37 | JumpWithParams(usize) = 42, // Jump with parameters [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 38 | DefineArray(String, usize) = 44, // Define an array with size [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 39 | PushArrayInt(String) = 45, // Push array element [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 40 | PopArrayInt(String) = 46, // Pop and store to array element [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Instruction` 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 `var_type` is never read [INFO] [stdout] --> src/parser.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 22 | Define { [INFO] [stdout] | ------ field in this variant [INFO] [stdout] 23 | name: String, [INFO] [stdout] 24 | var_type: Type, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstKind` 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: fields `kind` and `return_type` are never read [INFO] [stdout] --> src/parser.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 28 | Trigger { [INFO] [stdout] | ------- fields in this variant [INFO] [stdout] 29 | name: Box, [INFO] [stdout] 30 | kind: Box, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | return_type: Box, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstKind` 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: variants `Program`, `Integer`, and `ConditionalExpression` are never constructed [INFO] [stdout] --> src/parser.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub enum AstKind { [INFO] [stdout] | ------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 27 | Program, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 35 | Integer, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | ConditionalExpression { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AstKind` 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: enum `ConfigType` is never used [INFO] [stdout] --> src/parser.rs:626:10 [INFO] [stdout] | [INFO] [stdout] 626 | pub enum ConfigType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Evaluator` is never constructed [INFO] [stdout] --> src/evaluator.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Evaluator { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `register_script`, `eval`, and `eval_script` are never used [INFO] [stdout] --> src/evaluator.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl Evaluator { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 10 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 17 | pub fn register_script(&mut self, name: String, ast: AstKind) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 21 | pub fn eval(&mut self, ast: &AstKind) -> i32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | pub fn eval_script(&mut self, name: &str, args: &[i32]) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `save_rc_file`, `get_binary_name`, and `get_binary_path` are never used [INFO] [stdout] --> src/config.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 56 | impl Config { [INFO] [stdout] | ----------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 135 | pub fn save_rc_file(contents: &str) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 163 | pub fn get_binary_name() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | pub fn get_binary_path(&self) -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/bytecode.rs:8:24 [INFO] [stdout] | [INFO] [stdout] 8 | PushConstantString(String) = 3, // Push constant string onto stack [INFO] [stdout] | ------------------ ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Instruction` 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] 8 - PushConstantString(String) = 3, // Push constant string onto stack [INFO] [stdout] 8 + PushConstantString(()) = 3, // Push constant string onto stack [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/bytecode.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub enum Instruction { [INFO] [stdout] | ----------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 6 | PushVarp(i32) = 1, // Push variable parameter [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 7 | PopVarp(i32) = 2, // Pop and store to variable parameter [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 8 | PushConstantString(String) = 3, // Push constant string onto stack [INFO] [stdout] 9 | PushVarn(i32) = 4, // Push named variable [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | PopVarn(i32) = 5, // Pop and store to named variable [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 11 | Branch(usize) = 6, // Branch if true [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 16 | PushVars(i32) = 11, // Push script variable [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 17 | PopVars(i32) = 12, // Pop and store to script variable [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 23 | Gosub(String) = 22, // Call a script (without params) [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | Jump(usize) = 23, // Unconditional jump [INFO] [stdout] 25 | Switch(Vec<(i32, usize)>) = 24, // Switch statement [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | BranchNotEquals(usize) = 33, // Branch if not equal [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | PushStringLocal(String) = 36, // Push local string variable [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 32 | PopStringLocal(String) = 37, // Pop and store to local string variable [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 33 | JoinString = 38, // Concatenate strings [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 34 | PopIntDiscard = 39, // Pop and discard integer [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 35 | PopStringDiscard = 40, // Pop and discard string [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 36 | GosubWithParams(String) = 41, // Call a script with parameters [INFO] [stdout] 37 | JumpWithParams(usize) = 42, // Jump with parameters [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 38 | DefineArray(String, usize) = 44, // Define an array with size [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 39 | PushArrayInt(String) = 45, // Push array element [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 40 | PopArrayInt(String) = 46, // Pop and store to array element [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Instruction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.15s [INFO] running `Command { std: "docker" "inspect" "7603a316d58b831965c48dfbe3b7eba3f1bf9ffa0b2f23b8cf5a36d159b23a27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7603a316d58b831965c48dfbe3b7eba3f1bf9ffa0b2f23b8cf5a36d159b23a27", kill_on_drop: false }` [INFO] [stdout] 7603a316d58b831965c48dfbe3b7eba3f1bf9ffa0b2f23b8cf5a36d159b23a27