Oct 13 02:24:22.629 INFO testing rookwood101/blocksworld_solver against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 02:24:22.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 02:24:23.087 INFO blam! 5d7529b41e79532b7b8ec81ec9767b661247edd84f0d2cca338f7b891355792d Oct 13 02:24:23.099 INFO running `"docker" "start" "-a" "5d7529b41e79532b7b8ec81ec9767b661247edd84f0d2cca338f7b891355792d"` Oct 13 02:24:24.786 INFO kablam! usermod: no changes Oct 13 02:24:24.823 INFO kablam! Compiling bidir-map v0.3.0 Oct 13 02:24:24.835 INFO kablam! Compiling rand v0.3.14 Oct 13 02:24:27.518 INFO kablam! Compiling blocksworld_solver v0.1.0 (/source) Oct 13 02:24:27.877 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 13 02:24:27.877 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 13 02:24:27.877 INFO kablam! | Oct 13 02:24:27.877 INFO kablam! 8 | use blocksworld::search::Node; Oct 13 02:24:27.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:27.877 INFO kablam! | Oct 13 02:24:27.879 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:24:27.879 INFO kablam! Oct 13 02:24:27.879 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 13 02:24:27.879 INFO kablam! --> src/main.rs:10:5 Oct 13 02:24:27.879 INFO kablam! | Oct 13 02:24:27.879 INFO kablam! 10 | use blocksworld::test::test; Oct 13 02:24:27.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:27.879 INFO kablam! Oct 13 02:24:28.051 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 13 02:24:28.051 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 13 02:24:28.052 INFO kablam! | Oct 13 02:24:28.052 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 13 02:24:28.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.052 INFO kablam! Oct 13 02:24:28.147 INFO kablam! warning: method is never used: `latex_print` Oct 13 02:24:28.147 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 13 02:24:28.147 INFO kablam! | Oct 13 02:24:28.147 INFO kablam! 52 | pub fn latex_print(&self) { Oct 13 02:24:28.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.147 INFO kablam! | Oct 13 02:24:28.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:24:28.151 INFO kablam! Oct 13 02:24:28.151 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 13 02:24:28.151 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 13 02:24:28.152 INFO kablam! | Oct 13 02:24:28.152 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 13 02:24:28.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.152 INFO kablam! Oct 13 02:24:28.152 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 13 02:24:28.152 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 13 02:24:28.152 INFO kablam! | Oct 13 02:24:28.152 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 13 02:24:28.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.154 INFO kablam! Oct 13 02:24:28.154 INFO kablam! warning: method is never used: `new` Oct 13 02:24:28.154 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 13 02:24:28.154 INFO kablam! | Oct 13 02:24:28.154 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 13 02:24:28.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.154 INFO kablam! Oct 13 02:24:28.154 INFO kablam! warning: method is never used: `search` Oct 13 02:24:28.154 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 13 02:24:28.154 INFO kablam! | Oct 13 02:24:28.154 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 13 02:24:28.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.154 INFO kablam! Oct 13 02:24:28.156 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 13 02:24:28.156 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 13 02:24:28.156 INFO kablam! | Oct 13 02:24:28.156 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 13 02:24:28.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.157 INFO kablam! Oct 13 02:24:28.157 INFO kablam! warning: function is never used: `test` Oct 13 02:24:28.157 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 13 02:24:28.157 INFO kablam! | Oct 13 02:24:28.157 INFO kablam! 16 | pub fn test() { Oct 13 02:24:28.157 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:24:28.157 INFO kablam! Oct 13 02:24:28.157 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 13 02:24:28.157 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 13 02:24:28.157 INFO kablam! | Oct 13 02:24:28.157 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 13 02:24:28.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:28.157 INFO kablam! Oct 13 02:24:29.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.95s Oct 13 02:24:29.759 INFO kablam! su: No module specific data is present Oct 13 02:24:30.773 INFO running `"docker" "rm" "-f" "5d7529b41e79532b7b8ec81ec9767b661247edd84f0d2cca338f7b891355792d"` Oct 13 02:24:31.099 INFO blam! 5d7529b41e79532b7b8ec81ec9767b661247edd84f0d2cca338f7b891355792d Oct 13 02:24:31.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 02:24:31.552 INFO blam! fe1c83f352267ee89d05cc5e10470429554ac479009a6b72b92d2ff30cd39e2d Oct 13 02:24:31.554 INFO running `"docker" "start" "-a" "fe1c83f352267ee89d05cc5e10470429554ac479009a6b72b92d2ff30cd39e2d"` Oct 13 02:24:33.227 INFO kablam! usermod: no changes Oct 13 02:24:33.311 INFO kablam! Compiling blocksworld_solver v0.1.0 (/source) Oct 13 02:24:33.715 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 13 02:24:33.715 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 13 02:24:33.715 INFO kablam! | Oct 13 02:24:33.715 INFO kablam! 8 | use blocksworld::search::Node; Oct 13 02:24:33.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:33.715 INFO kablam! | Oct 13 02:24:33.715 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:24:33.715 INFO kablam! Oct 13 02:24:33.715 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 13 02:24:33.715 INFO kablam! --> src/main.rs:10:5 Oct 13 02:24:33.715 INFO kablam! | Oct 13 02:24:33.715 INFO kablam! 10 | use blocksworld::test::test; Oct 13 02:24:33.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:33.715 INFO kablam! Oct 13 02:24:33.927 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 13 02:24:33.927 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 13 02:24:33.928 INFO kablam! | Oct 13 02:24:33.928 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 13 02:24:33.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:33.929 INFO kablam! Oct 13 02:24:34.019 INFO kablam! warning: method is never used: `latex_print` Oct 13 02:24:34.020 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 13 02:24:34.020 INFO kablam! | Oct 13 02:24:34.020 INFO kablam! 52 | pub fn latex_print(&self) { Oct 13 02:24:34.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.021 INFO kablam! | Oct 13 02:24:34.021 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:24:34.021 INFO kablam! Oct 13 02:24:34.022 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 13 02:24:34.022 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 13 02:24:34.022 INFO kablam! | Oct 13 02:24:34.023 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 13 02:24:34.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.023 INFO kablam! Oct 13 02:24:34.023 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 13 02:24:34.024 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 13 02:24:34.024 INFO kablam! | Oct 13 02:24:34.024 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 13 02:24:34.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.025 INFO kablam! Oct 13 02:24:34.025 INFO kablam! warning: method is never used: `new` Oct 13 02:24:34.026 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 13 02:24:34.026 INFO kablam! | Oct 13 02:24:34.026 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 13 02:24:34.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.027 INFO kablam! Oct 13 02:24:34.027 INFO kablam! warning: method is never used: `search` Oct 13 02:24:34.028 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 13 02:24:34.028 INFO kablam! | Oct 13 02:24:34.028 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 13 02:24:34.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.029 INFO kablam! Oct 13 02:24:34.029 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 13 02:24:34.030 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 13 02:24:34.030 INFO kablam! | Oct 13 02:24:34.030 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 13 02:24:34.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.031 INFO kablam! Oct 13 02:24:34.031 INFO kablam! warning: function is never used: `test` Oct 13 02:24:34.032 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 13 02:24:34.032 INFO kablam! | Oct 13 02:24:34.032 INFO kablam! 16 | pub fn test() { Oct 13 02:24:34.032 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:24:34.033 INFO kablam! Oct 13 02:24:34.033 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 13 02:24:34.033 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 13 02:24:34.034 INFO kablam! | Oct 13 02:24:34.034 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 13 02:24:34.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:24:34.035 INFO kablam! Oct 13 02:24:34.599 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 13 02:24:34.602 INFO kablam! su: No module specific data is present Oct 13 02:24:35.448 INFO running `"docker" "rm" "-f" "fe1c83f352267ee89d05cc5e10470429554ac479009a6b72b92d2ff30cd39e2d"` Oct 13 02:24:35.747 INFO blam! fe1c83f352267ee89d05cc5e10470429554ac479009a6b72b92d2ff30cd39e2d Oct 13 02:24:35.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 13 02:24:36.257 INFO blam! 80e7815acbff521b29b7e76ad6e5124432ee449179c12c919985d3124ab354e5 Oct 13 02:24:36.259 INFO running `"docker" "start" "-a" "80e7815acbff521b29b7e76ad6e5124432ee449179c12c919985d3124ab354e5"` Oct 13 02:24:38.195 INFO kablam! usermod: no changes Oct 13 02:24:38.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 02:24:38.279 INFO kablam! Running /target/debug/deps/blocksworld_solver-b4567be864e43751 Oct 13 02:24:38.287 INFO blam! Oct 13 02:24:38.287 INFO blam! running 0 tests Oct 13 02:24:38.287 INFO blam! Oct 13 02:24:38.287 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:24:38.287 INFO blam! Oct 13 02:24:38.288 INFO kablam! su: No module specific data is present Oct 13 02:24:39.396 INFO running `"docker" "rm" "-f" "80e7815acbff521b29b7e76ad6e5124432ee449179c12c919985d3124ab354e5"` Oct 13 02:24:39.735 INFO blam! 80e7815acbff521b29b7e76ad6e5124432ee449179c12c919985d3124ab354e5