[INFO] cloning repository https://github.com/adrianncovaci/rakiu [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adrianncovaci/rakiu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianncovaci%2Frakiu", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianncovaci%2Frakiu'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1bee1be6e321074ee9162975968ca4e7854c5992 [INFO] checking adrianncovaci/rakiu against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadrianncovaci%2Frakiu" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adrianncovaci/rakiu on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/adrianncovaci/rakiu [INFO] finished tweaking git repo https://github.com/adrianncovaci/rakiu [INFO] tweaked toml for git repo https://github.com/adrianncovaci/rakiu written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/adrianncovaci/rakiu already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19fe94c8f8a618df2fabe061689d0b8bec4b8e899c6b73d6d0400d09380bd26d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "19fe94c8f8a618df2fabe061689d0b8bec4b8e899c6b73d6d0400d09380bd26d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19fe94c8f8a618df2fabe061689d0b8bec4b8e899c6b73d6d0400d09380bd26d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19fe94c8f8a618df2fabe061689d0b8bec4b8e899c6b73d6d0400d09380bd26d", kill_on_drop: false }` [INFO] [stdout] 19fe94c8f8a618df2fabe061689d0b8bec4b8e899c6b73d6d0400d09380bd26d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0f888856ccdd88fbb67862097e2a8105d4fb466363d5e40fc7a787f7b42b183 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c0f888856ccdd88fbb67862097e2a8105d4fb466363d5e40fc7a787f7b42b183", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling cc v1.0.53 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling llvm-sys v100.0.1 [INFO] [stderr] Checking rakiu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Prefix` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:3:55 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::parser_mod::ParseItem::{Expression, Infix, Prefix, Statement}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lexer_mod::lexer::Lexer` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::lexer_mod::lexer::Lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::parser_mod::Parser::Parser` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::parser_mod::Parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Write`, `self` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{self, Write}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:344:32 [INFO] [stdout] | [INFO] [stdout] 344 | ... if (*num < min) { [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:431:24 [INFO] [stdout] | [INFO] [stdout] 431 | for col in (0..els[0].len()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:542:12 [INFO] [stdout] | [INFO] [stdout] 542 | if (arr[index].len() != arr[index + 1].len()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lexer_mod::token::Token` [INFO] [stdout] --> src/parser_mod/ParseItem.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::lexer_mod::token::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lexer_mod::lexer` [INFO] [stdout] --> src/parser_mod/Parser.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::lexer_mod::lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::evaluation_mod::codegen::generate_code` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::evaluation_mod::codegen::generate_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Prefix` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:3:55 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::parser_mod::ParseItem::{Expression, Infix, Prefix, Statement}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lexer_mod::lexer::Lexer` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::lexer_mod::lexer::Lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::parser_mod::Parser::Parser` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::parser_mod::Parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Write`, `self` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:5:15 [INFO] [stdout] | [INFO] [stdout] 5 | use std::io::{self, Write}; [INFO] [stdout] | ^^^^ ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:344:32 [INFO] [stdout] | [INFO] [stdout] 344 | ... if (*num < min) { [INFO] [stdout] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:431:24 [INFO] [stdout] | [INFO] [stdout] 431 | for col in (0..els[0].len()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:542:12 [INFO] [stdout] | [INFO] [stdout] 542 | if (arr[index].len() != arr[index + 1].len()) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lexer_mod::token::Token` [INFO] [stdout] --> src/parser_mod/ParseItem.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::lexer_mod::token::Token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::lexer_mod::lexer` [INFO] [stdout] --> src/parser_mod/Parser.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::lexer_mod::lexer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::evaluation_mod::codegen::generate_code` [INFO] [stdout] --> src/main.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::evaluation_mod::codegen::generate_code; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | let value = env [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:192:41 [INFO] [stdout] | [INFO] [stdout] 192 | Object::Integer(num) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:391:17 [INFO] [stdout] | [INFO] [stdout] 391 | for i in 0..first_arr.len() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `j` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | for j in 0..second_arr[0].len() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/codegen.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | let mut names = HashMap::new(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/codegen.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | mut built_ins: HashMap<&'static str, *mut llvm::LLVMValue>, [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/codegen.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | mut built_ins: &HashMap<&'static str, *mut llvm::LLVMValue>, [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:588:13 [INFO] [stdout] | [INFO] [stdout] 588 | let mut lexer = Lexer::new(input); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:590:13 [INFO] [stdout] | [INFO] [stdout] 590 | let mut output = parser.parse(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:78:17 [INFO] [stdout] | [INFO] [stdout] 78 | let value = env [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `num` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:192:41 [INFO] [stdout] | [INFO] [stdout] 192 | Object::Integer(num) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_num` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:391:17 [INFO] [stdout] | [INFO] [stdout] 391 | for i in 0..first_arr.len() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `j` [INFO] [stdout] --> src/evaluation_mod/evaluate.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | for j in 0..second_arr[0].len() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/codegen.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | let mut names = HashMap::new(); [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/codegen.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | mut built_ins: HashMap<&'static str, *mut llvm::LLVMValue>, [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/evaluation_mod/codegen.rs:126:5 [INFO] [stdout] | [INFO] [stdout] 126 | mut built_ins: &HashMap<&'static str, *mut llvm::LLVMValue>, [INFO] [stdout] | ----^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Object` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum Object { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `generate_code` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | pub unsafe fn generate_code(input: Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `codegen` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | unsafe fn codegen( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `insert_allocations` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe fn insert_allocations( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `call_function` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn call_function( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pointer_type` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn pointer_type() -> *mut llvm::LLVMType { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create_printf` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | pub unsafe fn create_printf(module: *mut llvm::LLVMModule) -> *mut llvm::LLVMValue { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `codegen_expr` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:120:11 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe fn codegen_expr( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_by_ref` [INFO] [stdout] --> src/evaluation_mod/env.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn get_by_ref(&mut self, key: &str) -> Option<&Object> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Extern` [INFO] [stdout] --> src/lexer_mod/token.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Extern, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Program` [INFO] [stdout] --> src/parser_mod/ParseItem.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Program { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/parser_mod/ParseItem.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new() -> Program { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse_integer_literal` [INFO] [stdout] --> src/parser_mod/Parser.rs:349:8 [INFO] [stdout] | [INFO] [stdout] 349 | fn parse_integer_literal(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ParseItem` should have a snake case name [INFO] [stdout] --> src/parser_mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ParseItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `parse_item` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Parser` should have a snake case name [INFO] [stdout] --> src/parser_mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod Parser; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Object` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum Object { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `generate_code` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | pub unsafe fn generate_code(input: Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `codegen` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:33:11 [INFO] [stdout] | [INFO] [stdout] 33 | unsafe fn codegen( [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `insert_allocations` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | unsafe fn insert_allocations( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `call_function` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:87:8 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn call_function( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `pointer_type` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:104:8 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn pointer_type() -> *mut llvm::LLVMType { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `create_printf` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | pub unsafe fn create_printf(module: *mut llvm::LLVMModule) -> *mut llvm::LLVMValue { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `codegen_expr` [INFO] [stdout] --> src/evaluation_mod/codegen.rs:120:11 [INFO] [stdout] | [INFO] [stdout] 120 | unsafe fn codegen_expr( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_by_ref` [INFO] [stdout] --> src/evaluation_mod/env.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn get_by_ref(&mut self, key: &str) -> Option<&Object> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Extern` [INFO] [stdout] --> src/lexer_mod/token.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Extern, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Program` [INFO] [stdout] --> src/parser_mod/ParseItem.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Program { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/parser_mod/ParseItem.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new() -> Program { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse_integer_literal` [INFO] [stdout] --> src/parser_mod/Parser.rs:349:8 [INFO] [stdout] | [INFO] [stdout] 349 | fn parse_integer_literal(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `ParseItem` should have a snake case name [INFO] [stdout] --> src/parser_mod.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub mod ParseItem; [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `parse_item` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Parser` should have a snake case name [INFO] [stdout] --> src/parser_mod.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | pub mod Parser; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `parser` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.22s [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c0f888856ccdd88fbb67862097e2a8105d4fb466363d5e40fc7a787f7b42b183", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0f888856ccdd88fbb67862097e2a8105d4fb466363d5e40fc7a787f7b42b183", kill_on_drop: false }` [INFO] [stdout] c0f888856ccdd88fbb67862097e2a8105d4fb466363d5e40fc7a787f7b42b183