[INFO] cloning repository https://github.com/KeenS/rustlisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KeenS/rustlisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeenS%2Frustlisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeenS%2Frustlisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 682e52c77065c2161d293bcfdf32f3c1203a2e4c [INFO] checking KeenS/rustlisp against master#9fa580b1175018b0a276b0bc68f9827a106f7260 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKeenS%2Frustlisp" "/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/KeenS/rustlisp on toolchain 9fa580b1175018b0a276b0bc68f9827a106f7260 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/KeenS/rustlisp [INFO] finished tweaking git repo https://github.com/KeenS/rustlisp [INFO] tweaked toml for git repo https://github.com/KeenS/rustlisp written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/KeenS/rustlisp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "metadata" "--no-deps" "--format-version=1", 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] 377d6e24ab882099e4fa275bce06b2bd673c5c61cd62b60fef148ea194f8c6d2 [INFO] running `Command { std: "docker" "start" "-a" "377d6e24ab882099e4fa275bce06b2bd673c5c61cd62b60fef148ea194f8c6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "377d6e24ab882099e4fa275bce06b2bd673c5c61cd62b60fef148ea194f8c6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "377d6e24ab882099e4fa275bce06b2bd673c5c61cd62b60fef148ea194f8c6d2", kill_on_drop: false }` [INFO] [stdout] 377d6e24ab882099e4fa275bce06b2bd673c5c61cd62b60fef148ea194f8c6d2 [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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+9fa580b1175018b0a276b0bc68f9827a106f7260" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e42b4df6b06c6ebee79db74164d7492915f9a5776e264bebff29b95c4f46a21 [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" "5e42b4df6b06c6ebee79db74164d7492915f9a5776e264bebff29b95c4f46a21", kill_on_drop: false }` [INFO] [stderr] Checking rustlisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/expr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/eval.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `env::*` [INFO] [stdout] --> src/eval.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use env::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cons::*` [INFO] [stdout] --> src/eval.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use cons::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `expr::*` [INFO] [stdout] --> src/user.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use expr::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `eval::*` [INFO] [stdout] --> src/user.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use eval::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type parameter `N1_O` should have an upper camel case name [INFO] [stdout] --> src/user.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | impl Fun1>>> for Fib [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `N1O` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type parameter `N2_O` should have an upper camel case name [INFO] [stdout] --> src/user.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | impl Fun1>>> for Fib [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `N2O` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/expr.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::marker::PhantomData` [INFO] [stdout] --> src/eval.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::marker::PhantomData; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `env::*` [INFO] [stdout] --> src/eval.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use env::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `cons::*` [INFO] [stdout] --> src/eval.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use cons::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `expr::*` [INFO] [stdout] --> src/user.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use expr::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `eval::*` [INFO] [stdout] --> src/user.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use eval::*; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type parameter `N1_O` should have an upper camel case name [INFO] [stdout] --> src/user.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | impl Fun1>>> for Fib [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `N1O` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: type parameter `N2_O` should have an upper camel case name [INFO] [stdout] --> src/user.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | impl Fun1>>> for Fib [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `N2O` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | pub type Stack1 = Stack; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 11 | pub type Stack1 = Stack; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:12:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:41 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:51 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | pub type Stack1 = Stack; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(type_alias_bounds)]` on by default [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 11 | pub type Stack1 = Stack; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:12:31 [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 12 | pub type Stack2 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:13:31 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:13:41 [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 13 | pub type Stack3 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:31 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:41 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: bounds on generic parameters are not enforced in type aliases [INFO] [stdout] --> src/env.rs:14:51 [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: the bound will not be checked when the type alias is used, and should be removed [INFO] [stdout] | [INFO] [stdout] 14 | pub type Stack4 = Stack>; [INFO] [stdout] | -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rustlisp::eval::*` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use rustlisp::eval::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rustlisp::eval::*` [INFO] [stdout] --> src/main.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use rustlisp::eval::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rustlisp::symbol` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rustlisp::symbol::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rustlisp::symbol` [INFO] [stdout] --> src/main.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rustlisp::symbol::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "5e42b4df6b06c6ebee79db74164d7492915f9a5776e264bebff29b95c4f46a21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e42b4df6b06c6ebee79db74164d7492915f9a5776e264bebff29b95c4f46a21", kill_on_drop: false }` [INFO] [stdout] 5e42b4df6b06c6ebee79db74164d7492915f9a5776e264bebff29b95c4f46a21