[INFO] cloning repository https://github.com/binh-vu/rython [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/binh-vu/rython" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbinh-vu%2Frython", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbinh-vu%2Frython'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3176cba0167a627b779ac73900349785fa0dd690 [INFO] checking binh-vu/rython against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbinh-vu%2Frython" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/binh-vu/rython [INFO] finished tweaking git repo https://github.com/binh-vu/rython [INFO] tweaked toml for git repo https://github.com/binh-vu/rython written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/binh-vu/rython on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/binh-vu/rython 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "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-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad671529e589a8540e950838f8b9354e828978a872e3451812e5eed1fbf338b0 [INFO] running `Command { std: "docker" "start" "-a" "ad671529e589a8540e950838f8b9354e828978a872e3451812e5eed1fbf338b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad671529e589a8540e950838f8b9354e828978a872e3451812e5eed1fbf338b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad671529e589a8540e950838f8b9354e828978a872e3451812e5eed1fbf338b0", kill_on_drop: false }` [INFO] [stdout] ad671529e589a8540e950838f8b9354e828978a872e3451812e5eed1fbf338b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccd056f7b775880aa539b374495944bef990d640be1c5415529e184de1eff553 [INFO] running `Command { std: "docker" "start" "-a" "ccd056f7b775880aa539b374495944bef990d640be1c5415529e184de1eff553", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling libc v0.2.55 [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Checking unicode-width v0.1.5 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking fnv v1.0.6 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking pest v2.1.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking rython v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/sub_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/mul_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/div_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/neg_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/and_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/or_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/not_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fnv::FnvHashMap` [INFO] [stdout] --> src/compiler/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fnv::FnvHashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Pair` and `Pairs` [INFO] [stdout] --> src/compiler/mod.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use pest::iterators::{Pair, Pairs}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest::Parser` [INFO] [stdout] --> src/compiler/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use pest::Parser; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest_derive::*` [INFO] [stdout] --> src/compiler/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use pest_derive::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::memory::Memory` [INFO] [stdout] --> src/compiler/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::memory::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::statements::*` [INFO] [stdout] --> src/compiler/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::statements::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::*` [INFO] [stdout] --> src/compiler/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::expr_tree::*` [INFO] [stdout] --> src/compiler/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::expr_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::program::Program` [INFO] [stdout] --> src/compiler/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::program::Program; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::compiler::compile_expr::ExprASTNode` [INFO] [stdout] --> src/compiler/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::compiler::compile_expr::ExprASTNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pairs` [INFO] [stdout] --> src/compiler/compiler.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | use pest::iterators::{Pair, Pairs}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::expr_tree::*` [INFO] [stdout] --> src/compiler/compiler.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::expr_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ExprASTNode` [INFO] [stdout] --> src/compiler/compiler.rs:11:37 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::compiler::compile_expr::{ExprASTNode, pair2expr_bool}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::max` [INFO] [stdout] --> src/compiler/compile_expr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::max; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/compiler/compile_expr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::Type` [INFO] [stdout] --> src/statements/if_stmt.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::Type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::statements::declare_stmt::VarAssignment` [INFO] [stdout] --> src/statements/statement.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::statements::declare_stmt::VarAssignment; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::*` [INFO] [stdout] --> src/statements/statement.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::Type` [INFO] [stdout] --> src/statements/for_stmt.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::Type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::statements::Statement` [INFO] [stdout] --> src/statements/for_stmt.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::statements::Statement; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::memory::Memory` [INFO] [stdout] --> src/statements/for_stmt.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::memory::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/expr_tree/mod.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/sub_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/mul_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/div_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/neg_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/and_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/or_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::borrow::Cow` [INFO] [stdout] --> src/types/not_semantic.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::Cow; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fnv::FnvHashMap` [INFO] [stdout] --> src/compiler/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fnv::FnvHashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Pair` and `Pairs` [INFO] [stdout] --> src/compiler/mod.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | use pest::iterators::{Pair, Pairs}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest::Parser` [INFO] [stdout] --> src/compiler/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use pest::Parser; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `pest_derive::*` [INFO] [stdout] --> src/compiler/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use pest_derive::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::memory::Memory` [INFO] [stdout] --> src/compiler/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::memory::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::statements::*` [INFO] [stdout] --> src/compiler/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::statements::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::*` [INFO] [stdout] --> src/compiler/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::expr_tree::*` [INFO] [stdout] --> src/compiler/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::expr_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::program::Program` [INFO] [stdout] --> src/compiler/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::program::Program; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::compiler::compile_expr::ExprASTNode` [INFO] [stdout] --> src/compiler/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::compiler::compile_expr::ExprASTNode; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pairs` [INFO] [stdout] --> src/compiler/compiler.rs:2:29 [INFO] [stdout] | [INFO] [stdout] 2 | use pest::iterators::{Pair, Pairs}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::expr_tree::*` [INFO] [stdout] --> src/compiler/compiler.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::expr_tree::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ExprASTNode` [INFO] [stdout] --> src/compiler/compiler.rs:11:37 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::compiler::compile_expr::{ExprASTNode, pair2expr_bool}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::cmp::max` [INFO] [stdout] --> src/compiler/compile_expr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::cmp::max; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/compiler/compile_expr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::Type` [INFO] [stdout] --> src/statements/if_stmt.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::types::Type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::statements::declare_stmt::VarAssignment` [INFO] [stdout] --> src/statements/statement.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::statements::declare_stmt::VarAssignment; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::*` [INFO] [stdout] --> src/statements/statement.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::types::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::types::Type` [INFO] [stdout] --> src/statements/for_stmt.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::Type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::statements::Statement` [INFO] [stdout] --> src/statements/for_stmt.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::statements::Statement; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::memory::Memory` [INFO] [stdout] --> src/statements/for_stmt.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::memory::Memory; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[inline]` is ignored on function prototypes [INFO] [stdout] --> src/expr_tree/mod.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 18 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn add(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn add(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn add(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn add(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn sub(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | fn sub(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn sub(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn sub(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn sub(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn mul(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | fn mul(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn mul(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn mul(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn mul(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn div(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | fn div(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | fn div(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | fn div(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | fn div(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | fn and(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | fn and(self, rhs: i64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | fn and(self, rhs: f64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn and(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn and(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn and(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | fn or(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | fn or(self, rhs: i64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | fn or(self, rhs: f64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | fn or(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | fn or(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | fn or(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn add(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn add(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn add(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/add_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn add(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn sub(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | fn sub(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn sub(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn sub(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/sub_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn sub(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn mul(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | fn mul(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn mul(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn mul(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/mul_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn mul(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:9:16 [INFO] [stdout] | [INFO] [stdout] 9 | fn div(self, rhs: bool) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | fn div(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | fn div(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | fn div(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/div_semantic.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | fn div(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | fn and(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | fn and(self, rhs: i64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | fn and(self, rhs: f64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:33:16 [INFO] [stdout] | [INFO] [stdout] 33 | fn and(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:39:16 [INFO] [stdout] | [INFO] [stdout] 39 | fn and(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/and_semantic.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | fn and(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | fn or(self, rhs: Str) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:21:15 [INFO] [stdout] | [INFO] [stdout] 21 | fn or(self, rhs: i64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | fn or(self, rhs: f64) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | fn or(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | fn or(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/types/or_semantic.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | fn or(self, rhs: Vec) -> Self { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `pair` [INFO] [stdout] --> src/compiler/compiler.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | fn compile_for(pair: Pair, mem: &mut Memory, name2id: &mut FnvHashMap, stmts: &mut Vec>, code_... [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pair` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mem` [INFO] [stdout] --> src/compiler/compiler.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | fn compile_for(pair: Pair, mem: &mut Memory, name2id: &mut FnvHashMap, stmts: &mut Vec>, code_... [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rython` (lib); 62 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name rython --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c0a6b23f107df67 -C extra-filename=-79c688207c3e62dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-e5b6fa799f6e1d6b.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-5e248aef3c32f277.rmeta --extern pest=/opt/rustwide/target/debug/deps/libpest-208aeafe9434bcfd.rmeta --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-1f48ce0751d53165.so --cap-lints=forbid` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused variable: `pair` [INFO] [stdout] --> src/compiler/compiler.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | fn compile_for(pair: Pair, mem: &mut Memory, name2id: &mut FnvHashMap, stmts: &mut Vec>, code_... [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_pair` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `mem` [INFO] [stdout] --> src/compiler/compiler.rs:96:36 [INFO] [stdout] | [INFO] [stdout] 96 | fn compile_for(pair: Pair, mem: &mut Memory, name2id: &mut FnvHashMap, stmts: &mut Vec>, code_... [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_mem` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rython` (lib test); 62 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name rython --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4812d0b026d8f921 -C extra-filename=-beb72e0c1497eb29 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-e5b6fa799f6e1d6b.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-5e248aef3c32f277.rmeta --extern pest=/opt/rustwide/target/debug/deps/libpest-208aeafe9434bcfd.rmeta --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-1f48ce0751d53165.so --cap-lints=forbid` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "ccd056f7b775880aa539b374495944bef990d640be1c5415529e184de1eff553", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccd056f7b775880aa539b374495944bef990d640be1c5415529e184de1eff553", kill_on_drop: false }` [INFO] [stdout] ccd056f7b775880aa539b374495944bef990d640be1c5415529e184de1eff553