[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] building Yhtiyar/lisp-rust against master#222c5724ecc922fe67815f428c19f82c129d9386 for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYhtiyar%2Flisp-rust" "/workspace/builds/worker-32/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-32/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Yhtiyar/lisp-rust on toolchain 222c5724ecc922fe67815f428c19f82c129d9386 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "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-32/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" "+222c5724ecc922fe67815f428c19f82c129d9386" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b13b387fc5987f1affe98ad80358defe5fdca18343eb3fbd834fb93671e9eb33 [INFO] running `Command { std: "docker" "start" "-a" "b13b387fc5987f1affe98ad80358defe5fdca18343eb3fbd834fb93671e9eb33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b13b387fc5987f1affe98ad80358defe5fdca18343eb3fbd834fb93671e9eb33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b13b387fc5987f1affe98ad80358defe5fdca18343eb3fbd834fb93671e9eb33", kill_on_drop: false }` [INFO] [stdout] b13b387fc5987f1affe98ad80358defe5fdca18343eb3fbd834fb93671e9eb33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44f1a9c70f095f1866f34f3a9b3d8013e69ab78a4ed6fd9ff8a0cf4505d92f89 [INFO] running `Command { std: "docker" "start" "-a" "44f1a9c70f095f1866f34f3a9b3d8013e69ab78a4ed6fd9ff8a0cf4505d92f89", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 3.61s [INFO] running `Command { std: "docker" "inspect" "44f1a9c70f095f1866f34f3a9b3d8013e69ab78a4ed6fd9ff8a0cf4505d92f89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44f1a9c70f095f1866f34f3a9b3d8013e69ab78a4ed6fd9ff8a0cf4505d92f89", kill_on_drop: false }` [INFO] [stdout] 44f1a9c70f095f1866f34f3a9b3d8013e69ab78a4ed6fd9ff8a0cf4505d92f89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+222c5724ecc922fe67815f428c19f82c129d9386" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a274eb24af4c387e3efabfc4aa1752ab42d79d4c8d673b7332bcdb0a04395759 [INFO] running `Command { std: "docker" "start" "-a" "a274eb24af4c387e3efabfc4aa1752ab42d79d4c8d673b7332bcdb0a04395759", 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 0.67s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/lisp_rust-e0690c37162e5950) [INFO] running `Command { std: "docker" "inspect" "a274eb24af4c387e3efabfc4aa1752ab42d79d4c8d673b7332bcdb0a04395759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a274eb24af4c387e3efabfc4aa1752ab42d79d4c8d673b7332bcdb0a04395759", kill_on_drop: false }` [INFO] [stdout] a274eb24af4c387e3efabfc4aa1752ab42d79d4c8d673b7332bcdb0a04395759