[INFO] cloning repository https://github.com/0nyr/ctiny_interpreter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0nyr/ctiny_interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0nyr%2Fctiny_interpreter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0nyr%2Fctiny_interpreter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 931375281588b7c96e343f017cc763e2dc7bedf2
[INFO] testing 0nyr/ctiny_interpreter against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0nyr%2Fctiny_interpreter" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0nyr/ctiny_interpreter
[INFO] finished tweaking git repo https://github.com/0nyr/ctiny_interpreter
[INFO] tweaked toml for git repo https://github.com/0nyr/ctiny_interpreter written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0nyr/ctiny_interpreter on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0nyr/ctiny_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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c88aec2f4be2581ba7beeed703b490657ecc33c64ad194a9360d86b1b7dd465f
[INFO] running `Command { std: "docker" "start" "-a" "c88aec2f4be2581ba7beeed703b490657ecc33c64ad194a9360d86b1b7dd465f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c88aec2f4be2581ba7beeed703b490657ecc33c64ad194a9360d86b1b7dd465f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c88aec2f4be2581ba7beeed703b490657ecc33c64ad194a9360d86b1b7dd465f", kill_on_drop: false }`
[INFO] [stdout] c88aec2f4be2581ba7beeed703b490657ecc33c64ad194a9360d86b1b7dd465f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d358570abd74109a9d8d6e06a0bbfb488d3f205b8350a1006dff1eb5e238d6cf
[INFO] running `Command { std: "docker" "start" "-a" "d358570abd74109a9d8d6e06a0bbfb488d3f205b8350a1006dff1eb5e238d6cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.64
[INFO] [stderr]    Compiling unicode-ident v1.0.10
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling thiserror v1.0.43
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling fern v0.6.2
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling syn v2.0.25
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling clap_builder v4.3.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.43
[INFO] [stderr]    Compiling clap_derive v4.3.2
[INFO] [stderr]    Compiling pest v2.7.0
[INFO] [stderr]    Compiling pest v2.7.1 (https://github.com/0nyr/pest.git?branch=master#004bd242)
[INFO] [stderr]    Compiling clap v4.3.11
[INFO] [stderr]    Compiling pest_meta v2.7.0
[INFO] [stderr]    Compiling pest_generator v2.7.0
[INFO] [stderr]    Compiling pest_derive v2.7.0
[INFO] [stderr]    Compiling ctiny_interpreter v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/params/argv.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum, arg};
[INFO] [stdout]   |                               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_str` is never used
[INFO] [stdout]   --> src/abstract_syntax_tree/nodes.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl TypeSpecifier {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 94 |     pub fn as_str(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_binary` and `is_unary` are never used
[INFO] [stdout]    --> src/abstract_syntax_tree/nodes.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub trait Operator {
[INFO] [stdout]     |           -------- methods in this trait
[INFO] [stdout] 259 |     fn is_binary(&self) -> bool;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 260 |     fn is_unary(&self) -> bool;
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Redeclaration` is never constructed
[INFO] [stdout]   --> src/semantic/errors.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub enum SemanticError {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 83 |     Redeclaration(RedeclarationError),
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `SemanticError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CharOverflowError` is never constructed
[INFO] [stdout]   --> src/semantic/errors.rs:99:38
[INFO] [stdout]    |
[INFO] [stdout] 99 | define_and_implement_semantic_error!(CharOverflowError);
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_and_implement_semantic_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoolOverflowError` is never constructed
[INFO] [stdout]    --> src/semantic/errors.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 | define_and_implement_semantic_error!(BoolOverflowError);
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_and_implement_semantic_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_variable` is never used
[INFO] [stdout]    --> src/symbol_table/structs.rs:342:12
[INFO] [stdout]     |
[INFO] [stdout] 153 | impl Scope {
[INFO] [stdout]     | ---------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 342 |     pub fn add_variable<'a>(&mut self, variable_node: Node<'a, Variable>) -> Result<(), SemanticError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `interpret_normal_declaration` is never used
[INFO] [stdout]  --> src/interpretation/interpret_declaration.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn interpret_normal_declaration<'a>(
[INFO] [stdout]   |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `interpret_array_declaration` is never used
[INFO] [stdout]   --> src/interpretation/interpret_declaration.rs:28:4
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn interpret_array_declaration<'a>(
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `interpret_declaration` is never used
[INFO] [stdout]   --> src/interpretation/interpret_declaration.rs:53:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub fn interpret_declaration<'a>(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.54s
[INFO] running `Command { std: "docker" "inspect" "d358570abd74109a9d8d6e06a0bbfb488d3f205b8350a1006dff1eb5e238d6cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d358570abd74109a9d8d6e06a0bbfb488d3f205b8350a1006dff1eb5e238d6cf", kill_on_drop: false }`
[INFO] [stdout] d358570abd74109a9d8d6e06a0bbfb488d3f205b8350a1006dff1eb5e238d6cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4371633d39457437f0d464f9bead22bd8aaf3e607507ee68a020b2bfec1fecc
[INFO] running `Command { std: "docker" "start" "-a" "e4371633d39457437f0d464f9bead22bd8aaf3e607507ee68a020b2bfec1fecc", kill_on_drop: false }`
[INFO] [stderr]    Compiling ctiny_interpreter v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/params/argv.rs:1:31
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, ValueEnum, arg};
[INFO] [stdout]   |                               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `as_str` is never used
[INFO] [stdout]   --> src/abstract_syntax_tree/nodes.rs:94:12
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl TypeSpecifier {
[INFO] [stdout]    | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 94 |     pub fn as_str(&self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_binary` and `is_unary` are never used
[INFO] [stdout]    --> src/abstract_syntax_tree/nodes.rs:259:8
[INFO] [stdout]     |
[INFO] [stdout] 258 | pub trait Operator {
[INFO] [stdout]     |           -------- methods in this trait
[INFO] [stdout] 259 |     fn is_binary(&self) -> bool;
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 260 |     fn is_unary(&self) -> bool;
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CharOverflowError` is never constructed
[INFO] [stdout]   --> src/semantic/errors.rs:99:38
[INFO] [stdout]    |
[INFO] [stdout] 99 | define_and_implement_semantic_error!(CharOverflowError);
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `define_and_implement_semantic_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoolOverflowError` is never constructed
[INFO] [stdout]    --> src/semantic/errors.rs:100:38
[INFO] [stdout]     |
[INFO] [stdout] 100 | define_and_implement_semantic_error!(BoolOverflowError);
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `define_and_implement_semantic_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/tests/interpretation/mod.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 |     test_str: &str
[INFO] [stdout]    |               ^^^^ the lifetime is elided here
[INFO] [stdout] 18 | ) -> (SymbolTable, Node<Identifier>) {
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 18 | ) -> (SymbolTable, Node<'_, Identifier>) {
[INFO] [stdout]    |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.85s
[INFO] running `Command { std: "docker" "inspect" "e4371633d39457437f0d464f9bead22bd8aaf3e607507ee68a020b2bfec1fecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4371633d39457437f0d464f9bead22bd8aaf3e607507ee68a020b2bfec1fecc", kill_on_drop: false }`
[INFO] [stdout] e4371633d39457437f0d464f9bead22bd8aaf3e607507ee68a020b2bfec1fecc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 719f6c2c4313281e1ddd995b3d957769750a62189b6c150d8532621c378d4080
[INFO] running `Command { std: "docker" "start" "-a" "719f6c2c4313281e1ddd995b3d957769750a62189b6c150d8532621c378d4080", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `arg`
[INFO] [stderr]  --> src/params/argv.rs:1:31
[INFO] [stderr]   |
[INFO] [stderr] 1 | use clap::{Parser, ValueEnum, arg};
[INFO] [stderr]   |                               ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `as_str` is never used
[INFO] [stderr]   --> src/abstract_syntax_tree/nodes.rs:94:12
[INFO] [stderr]    |
[INFO] [stderr] 83 | impl TypeSpecifier {
[INFO] [stderr]    | ------------------ method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 94 |     pub fn as_str(&self) -> &'static str {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `is_binary` and `is_unary` are never used
[INFO] [stderr]    --> src/abstract_syntax_tree/nodes.rs:259:8
[INFO] [stderr]     |
[INFO] [stderr] 258 | pub trait Operator {
[INFO] [stderr]     |           -------- methods in this trait
[INFO] [stderr] 259 |     fn is_binary(&self) -> bool;
[INFO] [stderr]     |        ^^^^^^^^^
[INFO] [stderr] 260 |     fn is_unary(&self) -> bool;
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `CharOverflowError` is never constructed
[INFO] [stderr]   --> src/semantic/errors.rs:99:38
[INFO] [stderr]    |
[INFO] [stderr] 99 | define_and_implement_semantic_error!(CharOverflowError);
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `define_and_implement_semantic_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BoolOverflowError` is never constructed
[INFO] [stderr]    --> src/semantic/errors.rs:100:38
[INFO] [stderr]     |
[INFO] [stderr] 100 | define_and_implement_semantic_error!(BoolOverflowError);
[INFO] [stderr]     |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `define_and_implement_semantic_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/tests/interpretation/mod.rs:17:15
[INFO] [stderr]    |
[INFO] [stderr] 17 |     test_str: &str
[INFO] [stderr]    |               ^^^^ the lifetime is elided here
[INFO] [stderr] 18 | ) -> (SymbolTable, Node<Identifier>) {
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 18 | ) -> (SymbolTable, Node<'_, Identifier>) {
[INFO] [stderr]    |                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: `ctiny_interpreter` (bin "ctiny_interpreter" test) generated 6 warnings (run `cargo fix --bin "ctiny_interpreter" -p ctiny_interpreter --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ctiny_interpreter-cf885a0109cf96ea)
[INFO] [stdout] 
[INFO] [stdout] running 261 tests
[INFO] [stdout] test tests::abstract_syntax_tree::ast_declaration_tests::test_ast_build_multi_declaration ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_declaration_tests::test_ast_parameter_list ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_addition ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_as_get_value ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_conjunction ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_literal ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_literal_float_overflow_max ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_equality ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_disjunction ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_parenthesized_expression ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_factor ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_literal_int_overflow_max ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_type_cast ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_term ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_function_tests::test_ast_function_block ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_function_tests::test_ast_function_block_return ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_relation ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_expression ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_ast_if_else ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_function_tests::test_ast_function_definition ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_ast_assignment ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_function_tests::test_ast_entry_point_function ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_program_tests::test_ast_translation_unit ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_ast_nested_if_else ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_primary ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_array_value::test_interpret_expression_get_value_array_bool ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_build_multi_statement ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_array_value::test_interpret_expression_get_value_array_int ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_declaration_tests::test_ast_declaration ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_array_value::test_interpret_expression_get_value_array_int_index_overflow ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_expression_tests::test_ast_function_call ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_ast_nested_if_while ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_array_value::test_interpret_expression_get_value_array_char ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_while_statement ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_array_value::test_interpret_expression_get_value_array_float ... ok
[INFO] [stdout] test tests::abstract_syntax_tree::ast_statement_tests::test_ast_statement ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_normal_value::test_interpret_expression_get_value_normal_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_normal_value::test_interpret_expression_get_value_normal_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_normal_value::test_interpret_expression_get_value_normal_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_literal::test_interpret_expression_literal_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_get_normal_value::test_interpret_expression_get_value_normal_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_literal::test_interpret_expression_literal ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_literal::test_interpret_expression_literal_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_bool_to_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_bool_to_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_literal::test_interpret_expression_literal_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_char_to_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_bool_to_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_bool_to_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_char_to_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_char_to_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_float_to_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_char_to_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_int_to_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_float_to_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_int_to_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_float_to_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_int_to_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_float_to_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_float_zero ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_bool_false ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_type_casts::test_interpret_expression_type_cast_int_to_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_int_zero ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_literal::test_interpret_expression_literal_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_negation_from_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_bool_positive ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_int_negative ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_bool_negative ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_float_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_int_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_int_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_float_negative ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_float_positive ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_int_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_int_positive ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_int_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_float_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::interpret_expression_unary::test_interpret_expression_unary_not_from_char_negative ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_divide_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_float_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_int_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_minus_from_int_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_int_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_int_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_int_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_int_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_equal_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_int_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_multiply_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_int_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_from_float_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_equal_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_equal_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_equal_from_float_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_or_equal_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_or_equal_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_or_equal_from_float_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_or_equal_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_from_float_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_or_equal_from_float_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_not_equal_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_not_equal_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_not_equal_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_not_equal_from_float_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_or_equal_from_bool_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_less_or_equal_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_and_false_false ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_and_true_true ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_and_complex ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_basic_binary::test_interpret_expression_binary_plus_from_float_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_comparison::test_interpret_expression_greater_or_equal_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_and_complex_2 ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_and_false_true ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_and_true_false ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_or_false_false ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_or_false_true ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_or_complex ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_or_true_false ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_char_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_float_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_int_bool ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_bool_bool_division_by_zero ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_int_char ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_int_float_division_by_zero ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_int_int_division_by_zero ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_array_var_no_value ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_or_complex_2 ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_int_float ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_modulo::test_interpret_expression_binary_modulo_from_int_int ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_normal_and_array_var_multiple ... ok
[INFO] [stdout] test tests::interpretation::expressions::operations::interpret_expression_logic::logical_or_true_true ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_array_var_multiple ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_normal_var_multiple ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_normal_var_no_value ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_and_assignment ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_assignment_if ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_assignment_if_while ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_assignment_if_while_nested ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_assignment_while ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_empty_basic_program ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_multi_function_program ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_redeclaration_error - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_after_assignment - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_normal_var_error_assign_not_allowed - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_redeclaration_error_array - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::test_semantic_undeclared_function - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::test_semantic_undeclared_variable_in_function - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_unused_variable - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::interpret_basic_program_with_declaration_assignment_if_without_return - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::test_semantic_incorrect_function_argument_provided - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::test_semantic_incorrect_function_array_argument_provided - should panic ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_bool_to_bool_2 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_bool_to_bool_1 ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::test_semantic_missing_function_argument - should panic ... ok
[INFO] [stdout] test tests::interpretation::interpret_declaration::interpret_declaration_redeclaration_mixed_error - should panic ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_float_to_float_1 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_complex_expr_1 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_complex_expr_2 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_float_to_float_2 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_int_to_int ... ok
[INFO] [stdout] test tests::interpretation::interpret_program::test_semantic_incorrect_function_too_many_argument_provided - should panic ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_arithmetic_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_int_to_int_6 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_int_to_int_5 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_int_to_int_4 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_complex_boolean_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_boolean_comparison_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_int_to_int_2 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_complex_mixed_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_array_value::test_assignment_to_array_value_int_to_int_3 ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_division_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_implicit_cast_float_to_int ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_implicit_cast_int_to_float ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_int_to_int ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_if_else::test_interpret_statement_if_empty_no_else ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_multiple_arithmetic_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_assignment_normal_value::test_assignment_to_normal_value_logical_expression ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_while_loop::test_interpret_statement_while_infinite_loop - should panic ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_add_overflow ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_add_positive ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_while_loop::test_interpret_statement_while_infinite_loop_2 - should panic ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_while_loop::test_interpret_statement_while_no_iteration ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_while_loop::test_interpret_statement_while_no_iteration_no_body ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_if_else::test_interpret_statement_if_empty_else_empty ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_divide_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_divide_zero ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_multiply_overflow ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_multiply_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_add_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_divide_positive ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_if_else::test_interpret_statement_if_nested_else ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_subtract_overflow ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_float_subtract_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_add_overflow ... ok
[INFO] [stdout] test tests::interpretation::statements::interpret_statement_if_else::test_interpret_statement_if_else_nested ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_divide_zero ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_modulo_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_modulo_zero ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_multiply_overflow ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_multiply_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_subtract_positive ... ok
[INFO] [stdout] test tests::overflow_checks_tests::test_safe_int_subtract_underflow ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_addition ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_basic_program ... ok
[INFO] [stdout] test tests::symbol_table_tests::test_build_static_symbol_table ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_empty_block_statement - should panic ... ok
[INFO] [stdout] test tests::symbol_table_tests::test_build_static_symbol_table_array ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_function_call ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_block_statement ... ok
[INFO] [stdout] test tests::symbol_table_tests::test_build_static_symbol_table_multi_functions ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_function_definition_array_parameter ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_if_statement ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_missing_block_return - should panic ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_main_function ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_multiple_variable_declaration ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_function_definition ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_function_definition_missing_return - should panic ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_if_else_statement ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_variable_declaration ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_multiple_variable_declaration_with_array ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_bool_to_bool ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_bool_to_char ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_char_to_bool ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_char_to_float ... ok
[INFO] [stdout] test tests::syntax_parsing_tests::test_while_statement ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_bool_to_int ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_bool_to_float ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_char_to_char ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_char_to_int ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_float_to_bool ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_float_to_char ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_float_to_float ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_float_to_int ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_int_manual ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_int_to_char ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_int_to_bool ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_int_to_float ... ok
[INFO] [stdout] test tests::type_cast_tests::test_cast_literal_to_type_int_to_int ... ok
[INFO] [stdout] test tests::type_cast_tests::test_overflow_when_casting_large_float_to_char ... ok
[INFO] [stdout] test tests::type_cast_tests::test_overflow_when_casting_large_float_to_int ... ok
[INFO] [stdout] test tests::type_cast_tests::test_overflow_when_casting_large_int_to_char ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 261 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "719f6c2c4313281e1ddd995b3d957769750a62189b6c150d8532621c378d4080", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "719f6c2c4313281e1ddd995b3d957769750a62189b6c150d8532621c378d4080", kill_on_drop: false }`
[INFO] [stdout] 719f6c2c4313281e1ddd995b3d957769750a62189b6c150d8532621c378d4080
