[INFO] cloning repository https://github.com/unixpickle/locky-puzzle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/unixpickle/locky-puzzle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funixpickle%2Flocky-puzzle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funixpickle%2Flocky-puzzle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d32998ca9bb9c21cd261a4fa8e579f5593f3fef [INFO] testing unixpickle/locky-puzzle against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Funixpickle%2Flocky-puzzle" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/unixpickle/locky-puzzle on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/unixpickle/locky-puzzle [INFO] finished tweaking git repo https://github.com/unixpickle/locky-puzzle [INFO] tweaked toml for git repo https://github.com/unixpickle/locky-puzzle written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/unixpickle/locky-puzzle already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] f96a0d0ef55ad4657267aebe7931f805e0edf009cfd46d62893f426f71777f3f [INFO] running `Command { std: "docker" "start" "-a" "f96a0d0ef55ad4657267aebe7931f805e0edf009cfd46d62893f426f71777f3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f96a0d0ef55ad4657267aebe7931f805e0edf009cfd46d62893f426f71777f3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f96a0d0ef55ad4657267aebe7931f805e0edf009cfd46d62893f426f71777f3f", kill_on_drop: false }` [INFO] [stdout] f96a0d0ef55ad4657267aebe7931f805e0edf009cfd46d62893f426f71777f3f [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=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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", 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] 4354af94ca252128b870adb168d48156e39fd8504efe72fef7ae76037c757ac2 [INFO] running `Command { std: "docker" "start" "-a" "4354af94ca252128b870adb168d48156e39fd8504efe72fef7ae76037c757ac2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitflags v1.0.2 [INFO] [stderr] Compiling atty v0.2.9 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling locky-puzzle v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heuristic.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | impl Heuristic for Box { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heuristic.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | impl<'a> Heuristic for &'a Heuristic { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | let combo1 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.co_fb, &self.co_rl, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:84:38 [INFO] [stdout] | [INFO] [stdout] 84 | let combo2 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.corner]); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | h: &Heuristic, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/thread.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | transmute::, _>(boxed) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/thread.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn spawn_static(mut f: Box) -> ThreadScope<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/multi_step.rs:126:30 [INFO] [stdout] | [INFO] [stdout] 126 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:14:74 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn make_heuristic(args: &HeuristicArgs) -> Receiver>> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:37:59 [INFO] [stdout] | [INFO] [stdout] 37 | let (send_agg, recv_agg) = channel::>>(); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:39:33 [INFO] [stdout] | [INFO] [stdout] 39 | let heuristics: Vec> = recv_individual.into_iter().collect(); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:45:73 [INFO] [stdout] | [INFO] [stdout] 45 | fn make_proj_heuristic(depth: u8, sender: Sender>) { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.35s [INFO] running `Command { std: "docker" "inspect" "4354af94ca252128b870adb168d48156e39fd8504efe72fef7ae76037c757ac2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4354af94ca252128b870adb168d48156e39fd8504efe72fef7ae76037c757ac2", kill_on_drop: false }` [INFO] [stdout] 4354af94ca252128b870adb168d48156e39fd8504efe72fef7ae76037c757ac2 [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=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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 47b97e2e873e184bda2134a9a0dbe54bfd533d9ce8f50cabad2725a64faee49e [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" "47b97e2e873e184bda2134a9a0dbe54bfd533d9ce8f50cabad2725a64faee49e", kill_on_drop: false }` [INFO] [stderr] Compiling locky-puzzle v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heuristic.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | impl Heuristic for Box { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heuristic.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | impl<'a> Heuristic for &'a Heuristic { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | let combo1 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.co_fb, &self.co_rl, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:84:38 [INFO] [stdout] | [INFO] [stdout] 84 | let combo2 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.corner]); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | h: &Heuristic, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/thread.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | transmute::, _>(boxed) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/thread.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn spawn_static(mut f: Box) -> ThreadScope<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/multi_step.rs:126:30 [INFO] [stdout] | [INFO] [stdout] 126 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:14:74 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn make_heuristic(args: &HeuristicArgs) -> Receiver>> { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:37:59 [INFO] [stdout] | [INFO] [stdout] 37 | let (send_agg, recv_agg) = channel::>>(); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:39:33 [INFO] [stdout] | [INFO] [stdout] 39 | let heuristics: Vec> = recv_individual.into_iter().collect(); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/tools/solve/heuristic.rs:45:73 [INFO] [stdout] | [INFO] [stdout] 45 | fn make_proj_heuristic(depth: u8, sender: Sender>) { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heuristic.rs:15:24 [INFO] [stdout] | [INFO] [stdout] 15 | impl Heuristic for Box { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/heuristic.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | impl<'a> Heuristic for &'a Heuristic { [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:77:38 [INFO] [stdout] | [INFO] [stdout] 77 | let combo1 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.co_fb, &self.co_rl, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:84:38 [INFO] [stdout] | [INFO] [stdout] 84 | let combo2 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.corner]); [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/multi_step.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | h: &Heuristic, [INFO] [stdout] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/thread.rs:26:29 [INFO] [stdout] | [INFO] [stdout] 26 | transmute::, _>(boxed) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/thread.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | fn spawn_static(mut f: Box) -> ThreadScope<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'static` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/multi_step.rs:126:30 [INFO] [stdout] | [INFO] [stdout] 126 | write!(f, "{}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.83s [INFO] running `Command { std: "docker" "inspect" "47b97e2e873e184bda2134a9a0dbe54bfd533d9ce8f50cabad2725a64faee49e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47b97e2e873e184bda2134a9a0dbe54bfd533d9ce8f50cabad2725a64faee49e", kill_on_drop: false }` [INFO] [stdout] 47b97e2e873e184bda2134a9a0dbe54bfd533d9ce8f50cabad2725a64faee49e [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=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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5a000a361f5a57a0b6a83c675ef4d01f989ac5a67543eef20bbcf5240c9c4fc8 [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" "5a000a361f5a57a0b6a83c675ef4d01f989ac5a67543eef20bbcf5240c9c4fc8", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/heuristic.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | impl Heuristic for Box { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/heuristic.rs:21:28 [INFO] [stderr] | [INFO] [stderr] 21 | impl<'a> Heuristic for &'a Heuristic { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/multi_step.rs:77:38 [INFO] [stderr] | [INFO] [stderr] 77 | let combo1 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.co_fb, &self.co_rl, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/multi_step.rs:84:38 [INFO] [stderr] | [INFO] [stderr] 84 | let combo2 = MaxHeuristic::<&Heuristic>(vec![&self.arrow, &self.corner]); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/multi_step.rs:102:13 [INFO] [stderr] | [INFO] [stderr] 102 | h: &Heuristic, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thread.rs:26:29 [INFO] [stderr] | [INFO] [stderr] 26 | transmute::, _>(boxed) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/thread.rs:31:32 [INFO] [stderr] | [INFO] [stderr] 31 | fn spawn_static(mut f: Box) -> ThreadScope<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut() + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/multi_step.rs:126:30 [INFO] [stderr] | [INFO] [stderr] 126 | write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `locky-puzzle` (lib) generated 8 warnings [INFO] [stderr] warning: `locky-puzzle` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tools/solve/heuristic.rs:14:74 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn make_heuristic(args: &HeuristicArgs) -> Receiver>> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tools/solve/heuristic.rs:37:59 [INFO] [stderr] | [INFO] [stderr] 37 | let (send_agg, recv_agg) = channel::>>(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tools/solve/heuristic.rs:39:33 [INFO] [stderr] | [INFO] [stderr] 39 | let heuristics: Vec> = recv_individual.into_iter().collect(); [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tools/solve/heuristic.rs:45:73 [INFO] [stderr] | [INFO] [stderr] 45 | fn make_proj_heuristic(depth: u8, sender: Sender>) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Heuristic` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `locky-puzzle` (bin "locky-solve" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/locky_puzzle-39cab3fdbc6cfb5e) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test moves::tests::b_move ... ok [INFO] [stdout] test moves::tests::parse_algo ... ok [INFO] [stdout] test moves::tests::short_scramble_d_b2 ... ok [INFO] [stdout] test moves::tests::short_scramble_u3_r2 ... ok [INFO] [stdout] test moves::tests::stringify_algo ... ok [INFO] [stdout] test moves::tests::short_scramble_f2_l3 ... ok [INFO] [stdout] test moves::tests::u_move ... ok [INFO] [stdout] test moves::tests::r_move ... ok [INFO] [stdout] test moves::tests::long_scramble ... ok [INFO] [stdout] test state::tests::solved_display ... ok [INFO] [stdout] test solve::tests::zero_move_scramble ... ok [INFO] [stdout] test solve::tests::proj_simpler_solution ... ok [INFO] [stdout] test solve::tests::one_move_scramble ... ok [INFO] [stdout] test solve::tests::not_enough_depth ... ok [INFO] [stdout] test solve::tests::five_move_scramble ... ok [INFO] [stdout] test solve::tests::proj_five_move_scramble ... ok [INFO] [stdout] test heuristic::tests::generate_heuristic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.38s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bench_heuristic-4e4e2c06fd463abf) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bench_solve-f826d26670b51fbe) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/locky_scramble-d0ef6d2cba0cabd7) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/locky_solve-5706cb2b4cfb4d71) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests locky_puzzle [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5a000a361f5a57a0b6a83c675ef4d01f989ac5a67543eef20bbcf5240c9c4fc8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a000a361f5a57a0b6a83c675ef4d01f989ac5a67543eef20bbcf5240c9c4fc8", kill_on_drop: false }` [INFO] [stdout] 5a000a361f5a57a0b6a83c675ef4d01f989ac5a67543eef20bbcf5240c9c4fc8