[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] checking 0nyr/ctiny_interpreter against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0nyr%2Fctiny_interpreter" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/0nyr/ctiny_interpreter on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-5-tc2/source/Cargo.toml
[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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 514aa43de3e5910aa299ceabc43d9eddfe1854b316a0ade4195f46361d700ab1
[INFO] running `Command { std: "docker" "start" "-a" "514aa43de3e5910aa299ceabc43d9eddfe1854b316a0ade4195f46361d700ab1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "514aa43de3e5910aa299ceabc43d9eddfe1854b316a0ade4195f46361d700ab1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "514aa43de3e5910aa299ceabc43d9eddfe1854b316a0ade4195f46361d700ab1", kill_on_drop: false }`
[INFO] [stdout] 514aa43de3e5910aa299ceabc43d9eddfe1854b316a0ade4195f46361d700ab1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 140d2648e9b3d4fea270d32055c2d13d2c0c9b2649ce53a534f12d87480a18dc
[INFO] running `Command { std: "docker" "start" "-a" "140d2648e9b3d4fea270d32055c2d13d2c0c9b2649ce53a534f12d87480a18dc", 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]     Checking linux-raw-sys v0.4.3
[INFO] [stderr]     Checking bitflags v2.3.3
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]     Checking utf8parse v0.2.1
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]     Checking clap_lex v0.5.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking dotenv v0.15.0
[INFO] [stderr]     Checking fern v0.6.2
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]    Compiling syn v2.0.25
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking 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]     Checking pest v2.7.1 (https://github.com/0nyr/pest.git?branch=master#004bd242)
[INFO] [stderr]     Checking 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]     Checking ctiny_interpreter v1.0.0 (/opt/rustwide/workdir)
[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)]` 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: 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] [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)]` 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
[INFO] running `Command { std: "docker" "inspect" "140d2648e9b3d4fea270d32055c2d13d2c0c9b2649ce53a534f12d87480a18dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "140d2648e9b3d4fea270d32055c2d13d2c0c9b2649ce53a534f12d87480a18dc", kill_on_drop: false }`
[INFO] [stdout] 140d2648e9b3d4fea270d32055c2d13d2c0c9b2649ce53a534f12d87480a18dc
