[INFO] cloning repository https://github.com/DomParfitt/rlisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DomParfitt/rlisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDomParfitt%2Frlisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDomParfitt%2Frlisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3154b36b4a6fcda8808193e932cde4a69b3cb0e9 [INFO] testing DomParfitt/rlisp 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%2FDomParfitt%2Frlisp" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/DomParfitt/rlisp 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/DomParfitt/rlisp [INFO] finished tweaking git repo https://github.com/DomParfitt/rlisp [INFO] tweaked toml for git repo https://github.com/DomParfitt/rlisp written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/DomParfitt/rlisp 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] f24aa37f5f3c8034f58d2992e8c899c117749ea2e5da028e7bc01ea18214796e [INFO] running `Command { std: "docker" "start" "-a" "f24aa37f5f3c8034f58d2992e8c899c117749ea2e5da028e7bc01ea18214796e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f24aa37f5f3c8034f58d2992e8c899c117749ea2e5da028e7bc01ea18214796e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f24aa37f5f3c8034f58d2992e8c899c117749ea2e5da028e7bc01ea18214796e", kill_on_drop: false }` [INFO] [stdout] f24aa37f5f3c8034f58d2992e8c899c117749ea2e5da028e7bc01ea18214796e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 7ae379ad54b17deac6a50fabb0c36e071349a40b13d30643c6efd717c6b76b07 [INFO] running `Command { std: "docker" "start" "-a" "7ae379ad54b17deac6a50fabb0c36e071349a40b13d30643c6efd717c6b76b07", kill_on_drop: false }` [INFO] [stderr] Compiling rlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Token` [INFO] [stdout] --> src/parser/error.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::lexer::{Token, TokenKind}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::evaluator::types::Type` [INFO] [stdout] --> src/repl/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::evaluator::types::Type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/parser/mod.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | Err(err) => return expr, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/evaluator/types.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/evaluator/types.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `scope` [INFO] [stdout] --> src/evaluator/types.rs:32:46 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `def_fn` [INFO] [stdout] --> src/parser/mod.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | fn def_fn(&mut self) -> ParseResult { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FnDef` [INFO] [stdout] --> src/parser/grammar.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | FnDef(Box, Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/grammar.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [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: `Base` [INFO] [stdout] --> src/parser/grammar.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | Base(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/grammar.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [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: `new` [INFO] [stdout] --> src/evaluator/scope.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(parent: RefCell) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Str` [INFO] [stdout] --> src/evaluator/types.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Str(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/evaluator/types.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [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: `Int` [INFO] [stdout] --> src/evaluator/types.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | Int(isize), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/evaluator/types.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Copy, Clone)] [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: `Float` [INFO] [stdout] --> src/evaluator/types.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | Float(f64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/evaluator/types.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Copy, Clone)] [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7ae379ad54b17deac6a50fabb0c36e071349a40b13d30643c6efd717c6b76b07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ae379ad54b17deac6a50fabb0c36e071349a40b13d30643c6efd717c6b76b07", kill_on_drop: false }` [INFO] [stdout] 7ae379ad54b17deac6a50fabb0c36e071349a40b13d30643c6efd717c6b76b07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 90ecddabe77e6211c6ce12914166e45cb2572a3b4f73ebaf1edb969231905e72 [INFO] running `Command { std: "docker" "start" "-a" "90ecddabe77e6211c6ce12914166e45cb2572a3b4f73ebaf1edb969231905e72", kill_on_drop: false }` [INFO] [stderr] Compiling rlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Token` [INFO] [stdout] --> src/parser/error.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::lexer::{Token, TokenKind}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::evaluator::types::Type` [INFO] [stdout] --> src/repl/mod.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::evaluator::types::Type; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `err` [INFO] [stdout] --> src/parser/mod.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | Err(err) => return expr, [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/evaluator/types.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `body` [INFO] [stdout] --> src/evaluator/types.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `scope` [INFO] [stdout] --> src/evaluator/types.rs:32:46 [INFO] [stdout] | [INFO] [stdout] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scope` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `def_fn` [INFO] [stdout] --> src/parser/mod.rs:108:8 [INFO] [stdout] | [INFO] [stdout] 108 | fn def_fn(&mut self) -> ParseResult { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FnDef` [INFO] [stdout] --> src/parser/grammar.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | FnDef(Box, Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/grammar.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [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: `Base` [INFO] [stdout] --> src/parser/grammar.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | Base(Box), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser/grammar.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [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: `new` [INFO] [stdout] --> src/evaluator/scope.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(parent: RefCell) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Str` [INFO] [stdout] --> src/evaluator/types.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | Str(String), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/evaluator/types.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, Clone)] [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: `Int` [INFO] [stdout] --> src/evaluator/types.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | Int(isize), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/evaluator/types.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Copy, Clone)] [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: `Float` [INFO] [stdout] --> src/evaluator/types.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | Float(f64), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/evaluator/types.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | #[derive(Debug, Copy, Clone)] [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: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.65s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/rlisp-66188d897b086902) [INFO] running `Command { std: "docker" "inspect" "90ecddabe77e6211c6ce12914166e45cb2572a3b4f73ebaf1edb969231905e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90ecddabe77e6211c6ce12914166e45cb2572a3b4f73ebaf1edb969231905e72", kill_on_drop: false }` [INFO] [stdout] 90ecddabe77e6211c6ce12914166e45cb2572a3b4f73ebaf1edb969231905e72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 7327b98510e9bdceb9840992cdd3a563a8a9b58a4fb2295c14ffcfa3f4498c59 [INFO] running `Command { std: "docker" "start" "-a" "7327b98510e9bdceb9840992cdd3a563a8a9b58a4fb2295c14ffcfa3f4498c59", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Token` [INFO] [stdout] [INFO] [stderr] --> src/parser/error.rs:4:20 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 4 | use crate::lexer::{Token, TokenKind}; [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `crate::evaluator::types::Type` [INFO] [stderr] --> src/repl/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use crate::evaluator::types::Type; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused variable: `err` [INFO] [stderr] --> src/parser/mod.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | Err(err) => return expr, [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_err` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/evaluator/types.rs:32:26 [INFO] [stderr] | [INFO] [stderr] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_args` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `body` [INFO] [stderr] --> src/evaluator/types.rs:32:36 [INFO] [stderr] | [INFO] [stderr] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stderr] | ^^^^ help: if this is intentional, prefix it with an underscore: `_body` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `scope` [INFO] [stderr] --> src/evaluator/types.rs:32:46 [INFO] [stderr] | [INFO] [stderr] 32 | Type::Fn(ref args, ref body, ref scope) => write!(f, "") [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_scope` [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `def_fn` [INFO] [stderr] --> src/parser/mod.rs:108:8 [INFO] [stderr] | [INFO] [stderr] 108 | fn def_fn(&mut self) -> ParseResult { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FnDef` [INFO] [stderr] --> src/parser/grammar.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | FnDef(Box, Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser/grammar.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [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: `Base` [INFO] [stderr] --> src/parser/grammar.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Base(Box), [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Expr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser/grammar.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [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: `new` [INFO] [stderr] --> src/evaluator/scope.rs:20:12 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn new(parent: RefCell) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Str` [INFO] [stderr] --> src/evaluator/types.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | Str(String), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Type` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/evaluator/types.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Debug, Clone)] [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: `Int` [INFO] [stderr] --> src/evaluator/types.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | Int(isize), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/evaluator/types.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Copy, Clone)] [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: `Float` [INFO] [stderr] --> src/evaluator/types.rs:40:5 [INFO] [stderr] | [INFO] [stderr] 40 | Float(f64), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Num` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/evaluator/types.rs:37:10 [INFO] [stderr] | [INFO] [stderr] 37 | #[derive(Debug, Copy, Clone)] [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: `rlisp` (bin "rlisp" test) generated 13 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rlisp-66188d897b086902) [INFO] running `Command { std: "docker" "inspect" "7327b98510e9bdceb9840992cdd3a563a8a9b58a4fb2295c14ffcfa3f4498c59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7327b98510e9bdceb9840992cdd3a563a8a9b58a4fb2295c14ffcfa3f4498c59", kill_on_drop: false }` [INFO] [stdout] 7327b98510e9bdceb9840992cdd3a563a8a9b58a4fb2295c14ffcfa3f4498c59