[INFO] cloning repository https://github.com/rookwood101/blocksworld_solver [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rookwood101/blocksworld_solver" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookwood101%2Fblocksworld_solver"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookwood101%2Fblocksworld_solver'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 625cca7c82e6d72c16742e25e11b0362ec8bec92 [INFO] checking rookwood101/blocksworld_solver against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frookwood101%2Fblocksworld_solver" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rookwood101/blocksworld_solver on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rookwood101/blocksworld_solver [INFO] finished tweaking git repo https://github.com/rookwood101/blocksworld_solver [INFO] tweaked toml for git repo https://github.com/rookwood101/blocksworld_solver written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/rookwood101/blocksworld_solver already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c153e5fa51c9efc6fffc77aa662966f1aecb1fa397a5b20e8455ce33c465e018 [INFO] running `"docker" "start" "-a" "c153e5fa51c9efc6fffc77aa662966f1aecb1fa397a5b20e8455ce33c465e018"` [INFO] [stderr] Checking bidir-map v0.3.0 [INFO] [stderr] Checking rand v0.3.14 [INFO] [stderr] Checking blocksworld_solver v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `blocksworld::search::Node` [INFO] [stderr] --> src/blocksworld/test/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use blocksworld::search::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::test::test` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use blocksworld::test::test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::search::Searcher` [INFO] [stderr] --> src/blocksworld/test/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use blocksworld::search::Searcher; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::search::Node` [INFO] [stderr] --> src/blocksworld/test/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use blocksworld::search::Node; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::test::test` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use blocksworld::test::test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `latex_print` [INFO] [stderr] --> src/blocksworld/world.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn latex_print(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `solution_depth_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `search` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn search(mut self) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `grid_size_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:4 [INFO] [stderr] | [INFO] [stderr] 1 | fn grid_size_difficulty() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test` [INFO] [stderr] --> src/blocksworld/test/mod.rs:16:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn test() { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `run_all_searchers_average` [INFO] [stderr] --> src/blocksworld/test/mod.rs:39:4 [INFO] [stderr] | [INFO] [stderr] 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `blocksworld::search::Searcher` [INFO] [stderr] --> src/blocksworld/test/mod.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use blocksworld::search::Searcher; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `latex_print` [INFO] [stderr] --> src/blocksworld/world.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn latex_print(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `solution_depth_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `search` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | pub fn search(mut self) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `grid_size_difficulty` [INFO] [stderr] --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:4 [INFO] [stderr] | [INFO] [stderr] 1 | fn grid_size_difficulty() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `test` [INFO] [stderr] --> src/blocksworld/test/mod.rs:16:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn test() { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `run_all_searchers_average` [INFO] [stderr] --> src/blocksworld/test/mod.rs:39:4 [INFO] [stderr] | [INFO] [stderr] 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s [INFO] running `"docker" "inspect" "c153e5fa51c9efc6fffc77aa662966f1aecb1fa397a5b20e8455ce33c465e018"` [INFO] running `"docker" "rm" "-f" "c153e5fa51c9efc6fffc77aa662966f1aecb1fa397a5b20e8455ce33c465e018"` [INFO] [stdout] c153e5fa51c9efc6fffc77aa662966f1aecb1fa397a5b20e8455ce33c465e018