[INFO] updating cached repository rookwood101/blocksworld_solver [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/rookwood101/blocksworld_solver [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/rookwood101/blocksworld_solver" "work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/rookwood101/blocksworld_solver"` [INFO] [stderr] Cloning into 'work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/rookwood101/blocksworld_solver'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rookwood101/blocksworld_solver" "work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/gh/rookwood101/blocksworld_solver"` [INFO] [stderr] Cloning into 'work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/gh/rookwood101/blocksworld_solver'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 625cca7c82e6d72c16742e25e11b0362ec8bec92 [INFO] sha for GitHub repo rookwood101/blocksworld_solver: 625cca7c82e6d72c16742e25e11b0362ec8bec92 [INFO] validating manifest of rookwood101/blocksworld_solver on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rookwood101/blocksworld_solver on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rookwood101/blocksworld_solver [INFO] finished frobbing rookwood101/blocksworld_solver [INFO] frobbed toml for rookwood101/blocksworld_solver written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/rookwood101/blocksworld_solver/Cargo.toml [INFO] started frobbing rookwood101/blocksworld_solver [INFO] finished frobbing rookwood101/blocksworld_solver [INFO] frobbed toml for rookwood101/blocksworld_solver written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/gh/rookwood101/blocksworld_solver/Cargo.toml [INFO] crate rookwood101/blocksworld_solver already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rookwood101/blocksworld_solver against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-3/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/gh/rookwood101/blocksworld_solver:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c3bfb3d551d1ab46479e8580902a87bc2ec1f312ecbcf25a6c6ab57f0e11af8b [INFO] running `"docker" "start" "-a" "c3bfb3d551d1ab46479e8580902a87bc2ec1f312ecbcf25a6c6ab57f0e11af8b"` [INFO] [stderr] Checking bidir-map v0.3.0 [INFO] [stderr] Checking blocksworld_solver v0.1.0 (/opt/crater/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::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::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:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `SolutionDepthSearcher` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct SolutionDepthSearcher { [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:1 [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:1 [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:1 [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: 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:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `SolutionDepthSearcher` [INFO] [stderr] --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | pub struct SolutionDepthSearcher { [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:1 [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:1 [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:1 [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] Finished dev [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `"docker" "inspect" "c3bfb3d551d1ab46479e8580902a87bc2ec1f312ecbcf25a6c6ab57f0e11af8b"` [INFO] running `"docker" "rm" "-f" "c3bfb3d551d1ab46479e8580902a87bc2ec1f312ecbcf25a6c6ab57f0e11af8b"` [INFO] [stdout] c3bfb3d551d1ab46479e8580902a87bc2ec1f312ecbcf25a6c6ab57f0e11af8b