[INFO] fetching crate rust_lisp 0.2.0... [INFO] testing rust_lisp-0.2.0 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate rust_lisp 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rust_lisp 0.2.0 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust_lisp 0.2.0 [INFO] finished tweaking crates.io crate rust_lisp 0.2.0 [INFO] tweaked toml for crates.io crate rust_lisp 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate rust_lisp 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2b68802954a949ab2eeae87b136a676f909a0aa80b45a2af7984ee24c65f57a [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" "e2b68802954a949ab2eeae87b136a676f909a0aa80b45a2af7984ee24c65f57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2b68802954a949ab2eeae87b136a676f909a0aa80b45a2af7984ee24c65f57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2b68802954a949ab2eeae87b136a676f909a0aa80b45a2af7984ee24c65f57a", kill_on_drop: false }` [INFO] [stdout] e2b68802954a949ab2eeae87b136a676f909a0aa80b45a2af7984ee24c65f57a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ef62e48a3f6b15b7aabdec925b294737016bf5fb06c39fafc7bdb5b572e328b8 [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" "ef62e48a3f6b15b7aabdec925b294737016bf5fb06c39fafc7bdb5b572e328b8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust_lisp v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:200:25 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/model.rs:288:16 [INFO] [stdout] | [INFO] [stdout] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:200:25 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/model.rs:288:16 [INFO] [stdout] | [INFO] [stdout] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.59s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ef62e48a3f6b15b7aabdec925b294737016bf5fb06c39fafc7bdb5b572e328b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef62e48a3f6b15b7aabdec925b294737016bf5fb06c39fafc7bdb5b572e328b8", kill_on_drop: false }` [INFO] [stdout] ef62e48a3f6b15b7aabdec925b294737016bf5fb06c39fafc7bdb5b572e328b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bedd4252edc005ecc19ba1fbc86a3bc6f21d197bef9118d0a082bb75c3f8e370 [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" "bedd4252edc005ecc19ba1fbc86a3bc6f21d197bef9118d0a082bb75c3f8e370", kill_on_drop: false }` [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust_lisp v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:200:25 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/model.rs:288:16 [INFO] [stdout] | [INFO] [stdout] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:200:25 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/model.rs:288:16 [INFO] [stdout] | [INFO] [stdout] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:200:25 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/model.rs:288:16 [INFO] [stdout] | [INFO] [stdout] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `func` [INFO] [stdout] --> src/model.rs:200:25 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `args` [INFO] [stdout] --> src/model.rs:200:31 [INFO] [stdout] | [INFO] [stdout] 200 | Value::TailCall { func, args } => None, [INFO] [stdout] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/model.rs:288:16 [INFO] [stdout] | [INFO] [stdout] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.08s [INFO] running `Command { std: "docker" "inspect" "bedd4252edc005ecc19ba1fbc86a3bc6f21d197bef9118d0a082bb75c3f8e370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bedd4252edc005ecc19ba1fbc86a3bc6f21d197bef9118d0a082bb75c3f8e370", kill_on_drop: false }` [INFO] [stdout] bedd4252edc005ecc19ba1fbc86a3bc6f21d197bef9118d0a082bb75c3f8e370 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 33bd98baa9881f75d45e439e9b1318d35c7fbd1bcbbc34d80b3727f0218ab2e3 [INFO] running `Command { std: "docker" "start" "-a" "33bd98baa9881f75d45e439e9b1318d35c7fbd1bcbbc34d80b3727f0218ab2e3", kill_on_drop: false }` [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:200:25 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:200:31 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other` [INFO] [stderr] --> src/model.rs:288:16 [INFO] [stderr] | [INFO] [stderr] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:200:25 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:200:31 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other` [INFO] [stderr] --> src/model.rs:288:16 [INFO] [stderr] | [INFO] [stderr] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:200:25 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:200:31 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other` [INFO] [stderr] --> src/model.rs:288:16 [INFO] [stderr] | [INFO] [stderr] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:39:25 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | Value::TailCall { func, args } => "tail call", [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `func` [INFO] [stderr] --> src/model.rs:200:25 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `func: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `args` [INFO] [stderr] --> src/model.rs:200:31 [INFO] [stderr] | [INFO] [stderr] 200 | Value::TailCall { func, args } => None, [INFO] [stderr] | ^^^^ help: try ignoring the field: `args: _` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other` [INFO] [stderr] --> src/model.rs:288:16 [INFO] [stderr] | [INFO] [stderr] 288 | fn eq(&self, other: &Self) -> bool { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_lisp-ffd29c845a5a3ab2 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test parser::tokenize_simplest ... ok [INFO] [stdout] test parser::tokenize_complex_expression ... ok [INFO] [stdout] test parser::tokenize_basic_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_lisp-e55c41513ed39bae [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test parser::tokenize_simplest ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/interpreter-50f4cca57e49b641 [INFO] [stdout] test parser::tokenize_basic_expression ... ok [INFO] [stdout] test parser::tokenize_complex_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test eval_let ... ok [INFO] [stdout] test eval_basic_expression ... ok [INFO] [stdout] test eval_quote_tick_atom ... ok [INFO] [stdout] test eval_quote_tick_list ... ok [INFO] [stdout] test eval_quote_1 ... ok [INFO] [stdout] test eval_set_global ... ok [INFO] [stdout] test eval_set_local ... ok [INFO] [stdout] test eval_quote_tick_symbol ... ok [INFO] [stdout] test eval_quote_2 ... ok [INFO] [stdout] test eval_merge_sort ... ok [INFO] [stdout] test eval_fib ... ok [INFO] [stdout] test eval_let_scope ... ok [INFO] [stdout] test eval_set_undefined ... ok [INFO] [stdout] test tail_call_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/little_lisper-ea94fcdfdc5bb232 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test five ... ok [INFO] [stdout] test four ... ok [INFO] [stdout] test two ... ok [INFO] [stdout] test seven ... ok [INFO] [stdout] test one ... ok [INFO] [stdout] test six ... ok [INFO] [stdout] test three ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/parser-15b594f24e68fa67 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stderr] Doc-tests rust_lisp [INFO] [stdout] test parse_nil ... ok [INFO] [stdout] test parse_multiple_lines ... ok [INFO] [stdout] test parse_basic_expression ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "33bd98baa9881f75d45e439e9b1318d35c7fbd1bcbbc34d80b3727f0218ab2e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33bd98baa9881f75d45e439e9b1318d35c7fbd1bcbbc34d80b3727f0218ab2e3", kill_on_drop: false }` [INFO] [stdout] 33bd98baa9881f75d45e439e9b1318d35c7fbd1bcbbc34d80b3727f0218ab2e3