Oct 26 22:02:01.389 INFO checking rookwood101/blocksworld_solver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:02:01.389 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 22:02:01.859 INFO blam! ebd1c2a282e3e88c9a716e2cf5989d4a78f63c9455360bdab0398b4951918e0b Oct 26 22:02:01.867 INFO running `"docker" "start" "-a" "ebd1c2a282e3e88c9a716e2cf5989d4a78f63c9455360bdab0398b4951918e0b"` Oct 26 22:02:04.085 INFO kablam! usermod: no changes Oct 26 22:02:04.219 INFO kablam! Checking bidir-map v0.3.0 Oct 26 22:02:04.711 INFO kablam! Checking blocksworld_solver v0.1.0 (/source) Oct 26 22:02:05.231 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 26 22:02:05.231 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 26 22:02:05.231 INFO kablam! | Oct 26 22:02:05.231 INFO kablam! 8 | use blocksworld::search::Node; Oct 26 22:02:05.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.231 INFO kablam! | Oct 26 22:02:05.231 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:02:05.231 INFO kablam! Oct 26 22:02:05.231 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 26 22:02:05.231 INFO kablam! --> src/main.rs:10:5 Oct 26 22:02:05.231 INFO kablam! | Oct 26 22:02:05.231 INFO kablam! 10 | use blocksworld::test::test; Oct 26 22:02:05.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.231 INFO kablam! Oct 26 22:02:05.263 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 26 22:02:05.263 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 26 22:02:05.263 INFO kablam! | Oct 26 22:02:05.263 INFO kablam! 8 | use blocksworld::search::Node; Oct 26 22:02:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.263 INFO kablam! | Oct 26 22:02:05.263 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:02:05.263 INFO kablam! Oct 26 22:02:05.263 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 26 22:02:05.263 INFO kablam! --> src/main.rs:10:5 Oct 26 22:02:05.263 INFO kablam! | Oct 26 22:02:05.263 INFO kablam! 10 | use blocksworld::test::test; Oct 26 22:02:05.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.263 INFO kablam! Oct 26 22:02:05.511 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 26 22:02:05.511 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 26 22:02:05.511 INFO kablam! | Oct 26 22:02:05.511 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 26 22:02:05.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.511 INFO kablam! Oct 26 22:02:05.687 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 26 22:02:05.687 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 26 22:02:05.687 INFO kablam! | Oct 26 22:02:05.687 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 26 22:02:05.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.687 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: method is never used: `latex_print` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 52 | pub fn latex_print(&self) { Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: method is never used: `new` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: method is never used: `search` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: function is never used: `test` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.735 INFO kablam! 16 | pub fn test() { Oct 26 22:02:05.735 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:02:05.735 INFO kablam! Oct 26 22:02:05.735 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 26 22:02:05.735 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 26 22:02:05.735 INFO kablam! | Oct 26 22:02:05.736 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 26 22:02:05.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.736 INFO kablam! Oct 26 22:02:05.891 INFO kablam! warning: method is never used: `latex_print` Oct 26 22:02:05.891 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 26 22:02:05.891 INFO kablam! | Oct 26 22:02:05.891 INFO kablam! 52 | pub fn latex_print(&self) { Oct 26 22:02:05.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.891 INFO kablam! | Oct 26 22:02:05.891 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.895 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 26 22:02:05.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.895 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 26 22:02:05.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: method is never used: `new` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.895 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 26 22:02:05.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: method is never used: `search` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.895 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 26 22:02:05.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.895 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 26 22:02:05.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: function is never used: `test` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.895 INFO kablam! 16 | pub fn test() { Oct 26 22:02:05.895 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:02:05.895 INFO kablam! Oct 26 22:02:05.895 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 26 22:02:05.895 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 26 22:02:05.895 INFO kablam! | Oct 26 22:02:05.896 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 26 22:02:05.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:02:05.896 INFO kablam! Oct 26 22:02:05.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 26 22:02:05.981 INFO kablam! su: No module specific data is present Oct 26 22:02:07.299 INFO running `"docker" "rm" "-f" "ebd1c2a282e3e88c9a716e2cf5989d4a78f63c9455360bdab0398b4951918e0b"` Oct 26 22:02:07.579 INFO blam! ebd1c2a282e3e88c9a716e2cf5989d4a78f63c9455360bdab0398b4951918e0b