Oct 12 14:50:06.687 INFO checking rookwood101/blocksworld_solver against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 14:50:06.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 14:50:07.179 INFO blam! 0a50960a4a0aa4ea1959ef2e91f14fe97f976a3211052ce24414ba916543250c Oct 12 14:50:07.184 INFO running `"docker" "start" "-a" "0a50960a4a0aa4ea1959ef2e91f14fe97f976a3211052ce24414ba916543250c"` Oct 12 14:50:08.560 INFO kablam! usermod: no changes Oct 12 14:50:08.680 INFO kablam! Checking bidir-map v0.3.0 Oct 12 14:50:09.204 INFO kablam! Checking blocksworld_solver v0.1.0 (/source) Oct 12 14:50:09.560 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 12 14:50:09.560 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 12 14:50:09.560 INFO kablam! | Oct 12 14:50:09.560 INFO kablam! 8 | use blocksworld::search::Node; Oct 12 14:50:09.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.560 INFO kablam! | Oct 12 14:50:09.560 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:50:09.560 INFO kablam! Oct 12 14:50:09.560 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 12 14:50:09.560 INFO kablam! --> src/main.rs:10:5 Oct 12 14:50:09.560 INFO kablam! | Oct 12 14:50:09.560 INFO kablam! 10 | use blocksworld::test::test; Oct 12 14:50:09.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.560 INFO kablam! Oct 12 14:50:09.784 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 12 14:50:09.784 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 12 14:50:09.784 INFO kablam! | Oct 12 14:50:09.784 INFO kablam! 8 | use blocksworld::search::Node; Oct 12 14:50:09.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.784 INFO kablam! | Oct 12 14:50:09.784 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:50:09.784 INFO kablam! Oct 12 14:50:09.784 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 12 14:50:09.784 INFO kablam! --> src/main.rs:10:5 Oct 12 14:50:09.784 INFO kablam! | Oct 12 14:50:09.784 INFO kablam! 10 | use blocksworld::test::test; Oct 12 14:50:09.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.784 INFO kablam! Oct 12 14:50:09.840 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 12 14:50:09.840 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 12 14:50:09.840 INFO kablam! | Oct 12 14:50:09.840 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 12 14:50:09.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.840 INFO kablam! Oct 12 14:50:09.960 INFO kablam! warning: method is never used: `latex_print` Oct 12 14:50:09.960 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 12 14:50:09.960 INFO kablam! | Oct 12 14:50:09.960 INFO kablam! 52 | pub fn latex_print(&self) { Oct 12 14:50:09.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.960 INFO kablam! | Oct 12 14:50:09.960 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:50:09.960 INFO kablam! Oct 12 14:50:09.960 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 12 14:50:09.960 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:09.961 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 12 14:50:09.961 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:09.961 INFO kablam! warning: method is never used: `new` Oct 12 14:50:09.961 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:09.961 INFO kablam! warning: method is never used: `search` Oct 12 14:50:09.961 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:09.961 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 12 14:50:09.961 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:09.961 INFO kablam! warning: function is never used: `test` Oct 12 14:50:09.961 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 16 | pub fn test() { Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:09.961 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 12 14:50:09.961 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 12 14:50:09.961 INFO kablam! | Oct 12 14:50:09.961 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 12 14:50:09.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:09.961 INFO kablam! Oct 12 14:50:10.198 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 12 14:50:10.199 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 12 14:50:10.199 INFO kablam! | Oct 12 14:50:10.200 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 12 14:50:10.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.200 INFO kablam! Oct 12 14:50:10.285 INFO kablam! warning: method is never used: `latex_print` Oct 12 14:50:10.286 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 12 14:50:10.286 INFO kablam! | Oct 12 14:50:10.287 INFO kablam! 52 | pub fn latex_print(&self) { Oct 12 14:50:10.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.288 INFO kablam! | Oct 12 14:50:10.288 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:50:10.289 INFO kablam! Oct 12 14:50:10.289 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 12 14:50:10.289 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 12 14:50:10.289 INFO kablam! | Oct 12 14:50:10.289 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 12 14:50:10.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.289 INFO kablam! Oct 12 14:50:10.289 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 12 14:50:10.289 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 12 14:50:10.289 INFO kablam! | Oct 12 14:50:10.289 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 12 14:50:10.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.289 INFO kablam! Oct 12 14:50:10.289 INFO kablam! warning: method is never used: `new` Oct 12 14:50:10.289 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 12 14:50:10.289 INFO kablam! | Oct 12 14:50:10.289 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 12 14:50:10.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.289 INFO kablam! Oct 12 14:50:10.289 INFO kablam! warning: method is never used: `search` Oct 12 14:50:10.289 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 12 14:50:10.289 INFO kablam! | Oct 12 14:50:10.289 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 12 14:50:10.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.293 INFO kablam! Oct 12 14:50:10.293 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 12 14:50:10.293 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 12 14:50:10.293 INFO kablam! | Oct 12 14:50:10.293 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 12 14:50:10.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.293 INFO kablam! Oct 12 14:50:10.293 INFO kablam! warning: function is never used: `test` Oct 12 14:50:10.293 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 12 14:50:10.293 INFO kablam! | Oct 12 14:50:10.293 INFO kablam! 16 | pub fn test() { Oct 12 14:50:10.293 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 14:50:10.294 INFO kablam! Oct 12 14:50:10.294 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 12 14:50:10.294 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 12 14:50:10.294 INFO kablam! | Oct 12 14:50:10.294 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 12 14:50:10.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:50:10.294 INFO kablam! Oct 12 14:50:10.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 12 14:50:10.361 INFO kablam! su: No module specific data is present Oct 12 14:50:11.379 INFO running `"docker" "rm" "-f" "0a50960a4a0aa4ea1959ef2e91f14fe97f976a3211052ce24414ba916543250c"` Oct 12 14:50:11.648 INFO blam! 0a50960a4a0aa4ea1959ef2e91f14fe97f976a3211052ce24414ba916543250c