[INFO] cloning repository https://github.com/Yhtiyar/lisp-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yhtiyar/lisp-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYhtiyar%2Flisp-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYhtiyar%2Flisp-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b94cf0c9e92c411478ae6696f05b91e542807f41 [INFO] testing Yhtiyar/lisp-rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYhtiyar%2Flisp-rust" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Yhtiyar/lisp-rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Yhtiyar/lisp-rust [INFO] finished tweaking git repo https://github.com/Yhtiyar/lisp-rust [INFO] tweaked toml for git repo https://github.com/Yhtiyar/lisp-rust written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/Yhtiyar/lisp-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cd703aab1db05bdd8290e3596f4bce177dd79e759913a2160b2ec5a33964a53 [INFO] running `Command { std: "docker" "start" "-a" "6cd703aab1db05bdd8290e3596f4bce177dd79e759913a2160b2ec5a33964a53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cd703aab1db05bdd8290e3596f4bce177dd79e759913a2160b2ec5a33964a53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cd703aab1db05bdd8290e3596f4bce177dd79e759913a2160b2ec5a33964a53", kill_on_drop: false }` [INFO] [stdout] 6cd703aab1db05bdd8290e3596f4bce177dd79e759913a2160b2ec5a33964a53 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 541e4f7bf30361116ef72ae598de59b25cc47e1b39d38513027e880339be5139 [INFO] running `Command { std: "docker" "start" "-a" "541e4f7bf30361116ef72ae598de59b25cc47e1b39d38513027e880339be5139", kill_on_drop: false }` [INFO] [stderr] Compiling lisp-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fs::read` [INFO] [stdout] --> src/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{fs::read, io::stdin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidCharacter` [INFO] [stdout] --> src/lexer.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | InvalidCharacter(char), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LexerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidIdentifier` [INFO] [stdout] --> src/lexer.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | InvalidIdentifier(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LexerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Native` [INFO] [stdout] --> src/nodes.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Native(NativeFunction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Function` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nodes.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserDefined` [INFO] [stdout] --> src/nodes.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | UserDefined(UserDefinedFunction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Function` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nodes.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `evaluate` [INFO] [stdout] --> src/nodes.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn evaluate(&self, scope: &Scope) -> Value { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parse` [INFO] [stdout] --> src/parser.rs:47:12 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn parse(&mut self) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `parseProgram` should have a snake case name [INFO] [stdout] --> src/parser.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn parseProgram(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `parse_program` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "541e4f7bf30361116ef72ae598de59b25cc47e1b39d38513027e880339be5139", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "541e4f7bf30361116ef72ae598de59b25cc47e1b39d38513027e880339be5139", kill_on_drop: false }` [INFO] [stdout] 541e4f7bf30361116ef72ae598de59b25cc47e1b39d38513027e880339be5139 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69e2ea97175434bf3ae8926a8e9b96a404b602c1c99884759311cf88db135d74 [INFO] running `Command { std: "docker" "start" "-a" "69e2ea97175434bf3ae8926a8e9b96a404b602c1c99884759311cf88db135d74", kill_on_drop: false }` [INFO] [stderr] Compiling lisp-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `fs::read` [INFO] [stdout] --> src/main.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{fs::read, io::stdin}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidCharacter` [INFO] [stdout] --> src/lexer.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | InvalidCharacter(char), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `LexerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InvalidIdentifier` [INFO] [stdout] --> src/lexer.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | InvalidIdentifier(String), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `LexerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/lexer.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(Debug, PartialEq)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Native` [INFO] [stdout] --> src/nodes.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Native(NativeFunction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Function` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nodes.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UserDefined` [INFO] [stdout] --> src/nodes.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | UserDefined(UserDefinedFunction), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Function` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/nodes.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `evaluate` [INFO] [stdout] --> src/nodes.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn evaluate(&self, scope: &Scope) -> Value { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `parseProgram` should have a snake case name [INFO] [stdout] --> src/parser.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn parseProgram(&mut self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `parse_program` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.04s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/lisp_rust-4f279e6625ce27e0) [INFO] running `Command { std: "docker" "inspect" "69e2ea97175434bf3ae8926a8e9b96a404b602c1c99884759311cf88db135d74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69e2ea97175434bf3ae8926a8e9b96a404b602c1c99884759311cf88db135d74", kill_on_drop: false }` [INFO] [stdout] 69e2ea97175434bf3ae8926a8e9b96a404b602c1c99884759311cf88db135d74 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 33bfdcdc507aefab123cbb3404cb4a45a3ef2ee704d6b9d97d92f00a8a8ecd69 [INFO] running `Command { std: "docker" "start" "-a" "33bfdcdc507aefab123cbb3404cb4a45a3ef2ee704d6b9d97d92f00a8a8ecd69", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused import: `fs::read` [INFO] [stderr] --> src/main.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use std::{fs::read, io::stdin}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InvalidCharacter` [INFO] [stderr] --> src/lexer.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | InvalidCharacter(char), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `LexerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InvalidIdentifier` [INFO] [stderr] --> src/lexer.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | InvalidIdentifier(String), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `LexerError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/lexer.rs:24:10 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Debug, PartialEq)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Native` [INFO] [stderr] --> src/nodes.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | Native(NativeFunction), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Function` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nodes.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UserDefined` [INFO] [stderr] --> src/nodes.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | UserDefined(UserDefinedFunction), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Function` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/nodes.rs:15:10 [INFO] [stderr] | [INFO] [stderr] 15 | #[derive(Debug, Clone, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `evaluate` [INFO] [stderr] --> src/nodes.rs:107:12 [INFO] [stderr] | [INFO] [stderr] 107 | pub fn evaluate(&self, scope: &Scope) -> Value { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `parseProgram` should have a snake case name [INFO] [stderr] --> src/parser.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | pub fn parseProgram(&mut self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `parse_program` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `lisp-rust` (bin "lisp-rust" test) generated 7 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lisp_rust-4f279e6625ce27e0) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test interpretator::tests::test_interpretator_scope ... ok [INFO] [stdout] test interpretator::tests::test_interpretator_initialize_without_global_scope ... ok [INFO] [stdout] test interpretator::tests::test_interpretator_redefining_parent_scope_variable ... ok [INFO] [stdout] test interpretator::tests::test_interpretator_scope_parent ... ok [INFO] [stdout] test interpretator::tests::test_interpretator_scope_parent_parent ... ok [INFO] [stdout] test lexer::tests::test_lexer_braces ... ok [INFO] [stdout] test lexer::tests::test_lexer_braces_with_space ... ok [INFO] [stdout] test lexer::tests::test_lexer_braces_with_space_and_number ... ok [INFO] [stdout] test lexer::tests::test_lexer_braces_with_space_and_number_and_space ... ok [INFO] [stdout] test lexer::tests::test_lexer_braces_without_space_at_the_end2 ... ok [INFO] [stdout] test lexer::tests::test_lexer_braces_without_space_at_the_end ... ok [INFO] [stdout] test lexer::tests::test_lexer_identifier ... ok [INFO] [stdout] test lexer::tests::test_lexer_identifier_with_number ... ok [INFO] [stdout] test lexer::tests::test_lexer_identifier_with_space ... ok [INFO] [stdout] test lexer::tests::test_lexer_identifier_with_space_and_number ... ok [INFO] [stdout] test lexer::tests::test_lexer_identifier_with_space_and_number_and_space ... ok [INFO] [stdout] test lexer::tests::test_lexer_invalid_number ... ok [INFO] [stdout] test lexer::tests::test_lexer_invalid_number_with_string ... ok [INFO] [stdout] test lexer::tests::test_lexer_new ... ok [INFO] [stdout] test lexer::tests::test_lexer_number ... ok [INFO] [stdout] test lexer::tests::test_lexer_string ... ok [INFO] [stdout] test lexer::tests::test_lexer_string_without_close ... ok [INFO] [stdout] test lexer::tests::test_lexer_with_brackets ... ok [INFO] [stdout] test lexer::tests::test_lexer_with_dot ... ok [INFO] [stdout] test lexer::tests::test_lexer_with_paranthesis ... ok [INFO] [stdout] test lexer::tests::test_lexer_with_paranthesis_and_space ... ok [INFO] [stdout] test lexer::tests::test_lexer_with_paranthesis_and_space_and_number ... ok [INFO] [stdout] test parser::tests::test_parse_bool ... ok [INFO] [stdout] test parser::tests::test_parse_function_call ... ok [INFO] [stdout] test parser::tests::test_parse_identifier ... ok [INFO] [stdout] test parser::tests::test_parse_list ... ok [INFO] [stdout] test parser::tests::test_parse_nested_list ... ok [INFO] [stdout] test parser::tests::test_parse_number ... ok [INFO] [stdout] test parser::tests::test_parse_program ... ok [INFO] [stdout] test parser::tests::test_parse_string ... ok [INFO] [stdout] test parser::tests::test_parser_from_source ... ok [INFO] [stdout] test parser::tests::test_parse_not_closed_function_call - should panic ... ok [INFO] [stdout] test parser::tests::test_parse_not_closed_list - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "33bfdcdc507aefab123cbb3404cb4a45a3ef2ee704d6b9d97d92f00a8a8ecd69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33bfdcdc507aefab123cbb3404cb4a45a3ef2ee704d6b9d97d92f00a8a8ecd69", kill_on_drop: false }` [INFO] [stdout] 33bfdcdc507aefab123cbb3404cb4a45a3ef2ee704d6b9d97d92f00a8a8ecd69