[INFO] cloning repository https://github.com/maxArturo/lox-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maxArturo/lox-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxArturo%2Flox-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxArturo%2Flox-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f3d05f3928ac91995960f8d55af2d94c9b9ecb36
[INFO] checking maxArturo/lox-rs against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmaxArturo%2Flox-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maxArturo/lox-rs
[INFO] finished tweaking git repo https://github.com/maxArturo/lox-rs
[INFO] tweaked toml for git repo https://github.com/maxArturo/lox-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maxArturo/lox-rs on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maxArturo/lox-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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-1-tc1/source/loxrs_vm/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] [stderr] warning: binary `loxrs_interpreter` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc1/source/target/.../loxrs_interpreter
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `loxrs-interpreter`, convert `package.name`
[INFO] [stderr]   --> loxrs_interpreter/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "loxrs_interpreter"
[INFO] [stderr]  2 + name = "loxrs-interpreter"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `loxrs-interpreter`, specify `bin.name`
[INFO] [stderr]   --> loxrs_interpreter/Cargo.toml:14:41
[INFO] [stderr]    |
[INFO] [stderr] 14 ~ loxrs_types = {path = "../loxrs_types"}
[INFO] [stderr] 15 + [[bin]]
[INFO] [stderr] 16 + name = "loxrs-interpreter"
[INFO] [stderr] 17 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `loxrs_interpreter` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `loxrs_vm` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc1/source/target/.../loxrs_vm
[INFO] [stderr]    |                                                  ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `loxrs-vm`, convert `package.name`
[INFO] [stderr]   --> loxrs_vm/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "loxrs_vm"
[INFO] [stderr]  2 + name = "loxrs-vm"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `loxrs-vm`, specify `bin.name`
[INFO] [stderr]   --> loxrs_vm/Cargo.toml:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ debug = true
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "loxrs-vm"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `loxrs_vm` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded logos-derive v0.14.2
[INFO] [stderr]   Downloaded iota v0.2.3
[INFO] [stderr]   Downloaded logos-codegen v0.14.2
[INFO] [stderr]   Downloaded backtrace-on-stack-overflow v0.3.0
[INFO] [stderr]   Downloaded cc v1.0.92
[INFO] [stderr]   Downloaded nix v0.23.2
[INFO] [stderr]   Downloaded logos v0.14.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488
[INFO] running `Command { std: "docker" "start" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488", 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" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488", 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" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/loxrs_vm/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] warning: binary `loxrs_interpreter` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../loxrs_interpreter
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `loxrs-interpreter`, convert `package.name`
[INFO] [stderr]   --> loxrs_interpreter/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "loxrs_interpreter"
[INFO] [stderr]  2 + name = "loxrs-interpreter"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `loxrs-interpreter`, specify `bin.name`
[INFO] [stderr]   --> loxrs_interpreter/Cargo.toml:14:41
[INFO] [stderr]    |
[INFO] [stderr] 14 ~ loxrs_types = {path = "../loxrs_types"}
[INFO] [stderr] 15 + [[bin]]
[INFO] [stderr] 16 + name = "loxrs-interpreter"
[INFO] [stderr] 17 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `loxrs_interpreter` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `loxrs_vm` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../loxrs_vm
[INFO] [stderr]    |                          ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `loxrs-vm`, convert `package.name`
[INFO] [stderr]   --> loxrs_vm/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "loxrs_vm"
[INFO] [stderr]  2 + name = "loxrs-vm"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `loxrs-vm`, specify `bin.name`
[INFO] [stderr]   --> loxrs_vm/Cargo.toml:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ debug = true
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "loxrs-vm"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `loxrs_vm` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]    Compiling cc v1.0.92
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking loxrs_types v0.1.0 (/opt/rustwide/workdir/loxrs_types)
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking iota v0.2.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling syn v2.0.74
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking nix v0.23.2
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]    Compiling logos-codegen v0.14.2
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]     Checking loxrs_env v0.1.0 (/opt/rustwide/workdir/loxrs_env)
[INFO] [stderr]    Compiling logos-derive v0.14.2
[INFO] [stderr]     Checking backtrace-on-stack-overflow v0.3.0
[INFO] [stderr]     Checking loxrs_interpreter v0.1.0 (/opt/rustwide/workdir/loxrs_interpreter)
[INFO] [stderr]     Checking thiserror v1.0.63
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> loxrs_interpreter/src/lox/interpreter/scanner.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{f64, usize};
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> loxrs_interpreter/src/lox/interpreter/scanner.rs:1:16
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{f64, usize};
[INFO] [stdout]   |                ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking logos v0.14.2
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_interpreter/src/lox/entities/func.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         std::cmp::PartialEq::eq(&self.def, &other.def)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 118 -         std::cmp::PartialEq::eq(&self.def, &other.def)
[INFO] [stdout] 118 +         std::ptr::fn_addr_eq(self.def, other.def)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking loxrs_vm v0.1.0 (/opt/rustwide/workdir/loxrs_vm)
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_interpreter/src/lox/entities/func.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         std::cmp::PartialEq::eq(&self.def, &other.def)
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]     |
[INFO] [stdout] 118 -         std::cmp::PartialEq::eq(&self.def, &other.def)
[INFO] [stdout] 118 +         std::ptr::fn_addr_eq(self.def, other.def)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `SIGN_BIT` and `is_obj` are never used
[INFO] [stdout]   --> loxrs_vm/src/entities/value.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Value {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 13 |     const SIGN_BIT: u64 = 0x8000000000000000;
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn is_obj(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:395:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] 394 | struct ParseLogic {
[INFO] [stdout] 395 |     prefix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:396:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 |     infix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:395:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |                     ---------- in this derive macro expansion
[INFO] [stdout] 394 | struct ParseLogic {
[INFO] [stdout] 395 |     prefix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:396:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |                     ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 |     infix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `SIGN_BIT` and `is_obj` are never used
[INFO] [stdout]   --> loxrs_vm/src/entities/value.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Value {
[INFO] [stdout]    | ---------- associated items in this implementation
[INFO] [stdout] 13 |     const SIGN_BIT: u64 = 0x8000000000000000;
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn is_obj(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:395:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] 394 | struct ParseLogic {
[INFO] [stdout] 395 |     prefix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]     = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:396:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |          --------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 |     infix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:395:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |                     ---------- in this derive macro expansion
[INFO] [stdout] 394 | struct ParseLogic {
[INFO] [stdout] 395 |     prefix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]    --> loxrs_vm/src/compiler.rs:396:5
[INFO] [stdout]     |
[INFO] [stdout] 393 | #[derive(PartialEq, PartialOrd, Clone)]
[INFO] [stdout]     |                     ---------- in this derive macro expansion
[INFO] [stdout] ...
[INFO] [stdout] 396 |     infix: Option<fn(&mut Compiler) -> Result<(), LoxErrorS>>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the address of the same function can vary between different codegen units
[INFO] [stdout]     = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]     = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `env_logger`
[INFO] [stderr]   --> loxrs_env/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | env_logger = "0.11.3"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `env_logger`
[INFO] [stderr] warning: `loxrs_env` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `backtrace-on-stack-overflow`
[INFO] [stderr]   --> loxrs_interpreter/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | backtrace-on-stack-overflow = "0.3.0"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `backtrace-on-stack-overflow`
[INFO] [stderr] warning: `loxrs_interpreter` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `pretty_assertions`
[INFO] [stderr]   --> loxrs_vm/Cargo.toml:16:1
[INFO] [stderr]    |
[INFO] [stderr] 16 | pretty_assertions = "1.4.1"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `pretty_assertions`
[INFO] [stderr] warning: `loxrs_vm` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s
[INFO] running `Command { std: "docker" "inspect" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488", kill_on_drop: false }`
[INFO] [stdout] cbc9de9cba941dac19bb6de9002d0071649d11b00bc197ae9a70836717738488
