[INFO] cloning repository https://github.com/mdsherry/rlox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mdsherry/rlox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsherry%2Frlox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsherry%2Frlox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b5378896657fe59da37904c3506a8578dfe4a83c [INFO] testing mdsherry/rlox against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsherry%2Frlox" "/workspace/builds/worker-58/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-58/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdsherry/rlox on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mdsherry/rlox [INFO] finished tweaking git repo https://github.com/mdsherry/rlox [INFO] tweaked toml for git repo https://github.com/mdsherry/rlox written to /workspace/builds/worker-58/source/Cargo.toml [INFO] crate git repo https://github.com/mdsherry/rlox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded supports-hyperlinks v1.2.0 [INFO] [stderr] Downloaded is_ci v1.1.1 [INFO] [stderr] Downloaded supports-color v1.3.0 [INFO] [stderr] Downloaded owo-colors v3.3.0 [INFO] [stderr] Downloaded miette-derive v4.3.0 [INFO] [stderr] Downloaded supports-unicode v1.0.2 [INFO] [stderr] Downloaded unicode-linebreak v0.1.2 [INFO] [stderr] Downloaded string-interner v0.14.0 [INFO] [stderr] Downloaded miette v4.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6dc421b9058e9f33e7e8abebb9caab8551bf5be4bebef951fa09ac776c8803c [INFO] running `Command { std: "docker" "start" "-a" "e6dc421b9058e9f33e7e8abebb9caab8551bf5be4bebef951fa09ac776c8803c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6dc421b9058e9f33e7e8abebb9caab8551bf5be4bebef951fa09ac776c8803c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6dc421b9058e9f33e7e8abebb9caab8551bf5be4bebef951fa09ac776c8803c", kill_on_drop: false }` [INFO] [stdout] e6dc421b9058e9f33e7e8abebb9caab8551bf5be4bebef951fa09ac776c8803c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f890798b22800ecb362c3fbe874c77542a0fbae89a427b181d9b8d6d73de975f [INFO] running `Command { std: "docker" "start" "-a" "f890798b22800ecb362c3fbe874c77542a0fbae89a427b181d9b8d6d73de975f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling smawk v0.3.1 [INFO] [stderr] Compiling is_ci v1.1.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling owo-colors v3.3.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling supports-color v1.3.0 [INFO] [stderr] Compiling supports-unicode v1.0.2 [INFO] [stderr] Compiling supports-hyperlinks v1.2.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling string-interner v0.14.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling miette-derive v4.3.0 [INFO] [stderr] Compiling unicode-linebreak v0.1.2 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling miette v4.3.0 [INFO] [stderr] Compiling rlox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `vm::NativeFunction` [INFO] [stdout] --> src/annotate_storage.rs:3:54 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{grammar::*, parser::span_tools::HasSpan, vm::NativeFunction}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/vm/errors.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/vm/value.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | Value::FunDef(func) => (), [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_func` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `native_funcs` [INFO] [stdout] --> src/annotate_storage.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | native_funcs: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AnnotateStorage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/annotate_storage.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TriedToLoadGlobalFromNonPointerValue` [INFO] [stdout] --> src/vm/errors.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / TriedToLoadGlobalFromNonPointerValue { [INFO] [stdout] 32 | | pc: usize, [INFO] [stdout] 33 | | #[label("This value was {value:?} instead")] [INFO] [stdout] 34 | | span: SourceSpan, [INFO] [stdout] 35 | | value: Value, [INFO] [stdout] 36 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `ExecutionError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/vm/errors.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone, Error, Diagnostic)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tried_to_load_global_from_non_pointer_value` [INFO] [stdout] --> src/vm/errors.rs:103:19 [INFO] [stdout] | [INFO] [stdout] 103 | pub(super) fn tried_to_load_global_from_non_pointer_value( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.53s [INFO] running `Command { std: "docker" "inspect" "f890798b22800ecb362c3fbe874c77542a0fbae89a427b181d9b8d6d73de975f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f890798b22800ecb362c3fbe874c77542a0fbae89a427b181d9b8d6d73de975f", kill_on_drop: false }` [INFO] [stdout] f890798b22800ecb362c3fbe874c77542a0fbae89a427b181d9b8d6d73de975f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da758b9b180ad01f158a4a25878aee24bd216b4b9d7a711466e866ed179c7cd6 [INFO] running `Command { std: "docker" "start" "-a" "da758b9b180ad01f158a4a25878aee24bd216b4b9d7a711466e866ed179c7cd6", kill_on_drop: false }` [INFO] [stderr] Compiling rlox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Disassembler` [INFO] [stdout] --> src/gen_bytecode/test.rs:7:34 [INFO] [stdout] | [INFO] [stdout] 7 | vm::{errors::ExecutionError, Disassembler, VMState, VM}, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `vm::NativeFunction` [INFO] [stdout] --> src/annotate_storage.rs:3:54 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{grammar::*, parser::span_tools::HasSpan, vm::NativeFunction}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> src/vm/errors.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/vm/value.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | Value::FunDef(func) => (), [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_func` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `native_funcs` [INFO] [stdout] --> src/annotate_storage.rs:46:5 [INFO] [stdout] | [INFO] [stdout] 46 | native_funcs: HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `AnnotateStorage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/annotate_storage.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TriedToLoadGlobalFromNonPointerValue` [INFO] [stdout] --> src/vm/errors.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | / TriedToLoadGlobalFromNonPointerValue { [INFO] [stdout] 32 | | pc: usize, [INFO] [stdout] 33 | | #[label("This value was {value:?} instead")] [INFO] [stdout] 34 | | span: SourceSpan, [INFO] [stdout] 35 | | value: Value, [INFO] [stdout] 36 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] note: `ExecutionError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/vm/errors.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug, Clone, Error, Diagnostic)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tried_to_load_global_from_non_pointer_value` [INFO] [stdout] --> src/vm/errors.rs:103:19 [INFO] [stdout] | [INFO] [stdout] 103 | pub(super) fn tried_to_load_global_from_non_pointer_value( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.85s [INFO] running `Command { std: "docker" "inspect" "da758b9b180ad01f158a4a25878aee24bd216b4b9d7a711466e866ed179c7cd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da758b9b180ad01f158a4a25878aee24bd216b4b9d7a711466e866ed179c7cd6", kill_on_drop: false }` [INFO] [stdout] da758b9b180ad01f158a4a25878aee24bd216b4b9d7a711466e866ed179c7cd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 92fadea622bd6c581e3592ac1e8dfc6d67742183f59eafa06bbcc5478fdeee48 [INFO] running `Command { std: "docker" "start" "-a" "92fadea622bd6c581e3592ac1e8dfc6d67742183f59eafa06bbcc5478fdeee48", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Disassembler` [INFO] [stderr] --> src/gen_bytecode/test.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | vm::{errors::ExecutionError, Disassembler, VMState, VM}, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `vm::NativeFunction` [INFO] [stderr] --> src/annotate_storage.rs:3:54 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::{grammar::*, parser::span_tools::HasSpan, vm::NativeFunction}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/vm/errors.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/vm/value.rs:39:27 [INFO] [stderr] | [INFO] [stderr] 39 | Value::FunDef(func) => (), [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_func` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `native_funcs` [INFO] [stderr] --> src/annotate_storage.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | native_funcs: HashMap, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `AnnotateStorage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/annotate_storage.rs:36:10 [INFO] [stderr] | [INFO] [stderr] 36 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `TriedToLoadGlobalFromNonPointerValue` [INFO] [stderr] --> src/vm/errors.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | / TriedToLoadGlobalFromNonPointerValue { [INFO] [stderr] 32 | | pc: usize, [INFO] [stderr] 33 | | #[label("This value was {value:?} instead")] [INFO] [stderr] 34 | | span: SourceSpan, [INFO] [stderr] 35 | | value: Value, [INFO] [stderr] 36 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] note: `ExecutionError` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/vm/errors.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug, Clone, Error, Diagnostic)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `tried_to_load_global_from_non_pointer_value` [INFO] [stderr] --> src/vm/errors.rs:103:19 [INFO] [stderr] | [INFO] [stderr] 103 | pub(super) fn tried_to_load_global_from_non_pointer_value( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rlox` (bin "rlox" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rlox-7b6abef44902a8a3) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test gen_bytecode::test::test_addition ... ok [INFO] [stdout] test gen_bytecode::test::test_division ... ok [INFO] [stdout] test gen_bytecode::test::test_class_defn ... ok [INFO] [stdout] test gen_bytecode::test::test_empty_stack_after_expr_stmt ... ok [INFO] [stdout] test gen_bytecode::test::test_multiplication ... ok [INFO] [stdout] test gen_bytecode::test::test_function_arity_too_few ... ok [INFO] [stdout] test gen_bytecode::test::test_subtraction ... ok [INFO] [stdout] test gen_bytecode::test::test_function_arity_too_many ... ok [INFO] [stdout] test gen_bytecode::test::test_function_can_access_global_scope ... ok [INFO] [stdout] test gen_bytecode::test::test_function_can_close_over_scoped_variables ... ok [INFO] [stdout] test gen_bytecode::test::test_function_call ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "92fadea622bd6c581e3592ac1e8dfc6d67742183f59eafa06bbcc5478fdeee48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92fadea622bd6c581e3592ac1e8dfc6d67742183f59eafa06bbcc5478fdeee48", kill_on_drop: false }` [INFO] [stdout] 92fadea622bd6c581e3592ac1e8dfc6d67742183f59eafa06bbcc5478fdeee48