Oct 10 15:54:13.935 INFO testing rookwood101/blocksworld_solver against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:54:13.935 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:54:13.935 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:54:14.372 INFO blam! 0ccc5457ec3e4a56fbc5bd034e41cc9bf812315d7f0e63bd62c4fcc74fc5eb1e Oct 10 15:54:14.384 INFO running `"docker" "start" "-a" "0ccc5457ec3e4a56fbc5bd034e41cc9bf812315d7f0e63bd62c4fcc74fc5eb1e"` Oct 10 15:54:15.900 INFO kablam! usermod: no changes Oct 10 15:54:15.975 INFO kablam! Compiling bidir-map v0.3.0 Oct 10 15:54:16.765 INFO kablam! Compiling blocksworld_solver v0.1.0 (/source) Oct 10 15:54:17.409 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 10 15:54:17.409 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 10 15:54:17.409 INFO kablam! | Oct 10 15:54:17.409 INFO kablam! 8 | use blocksworld::search::Node; Oct 10 15:54:17.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.410 INFO kablam! | Oct 10 15:54:17.410 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:54:17.410 INFO kablam! Oct 10 15:54:17.417 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 10 15:54:17.417 INFO kablam! --> src/main.rs:10:5 Oct 10 15:54:17.418 INFO kablam! | Oct 10 15:54:17.418 INFO kablam! 10 | use blocksworld::test::test; Oct 10 15:54:17.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.418 INFO kablam! Oct 10 15:54:17.604 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 10 15:54:17.604 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 10 15:54:17.604 INFO kablam! | Oct 10 15:54:17.604 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 10 15:54:17.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.604 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: method is never used: `latex_print` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 52 | pub fn latex_print(&self) { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: method is never used: `new` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: method is never used: `search` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: function is never used: `test` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 16 | pub fn test() { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:17.692 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 10 15:54:17.692 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 10 15:54:17.692 INFO kablam! | Oct 10 15:54:17.692 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 10 15:54:17.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:17.692 INFO kablam! Oct 10 15:54:19.241 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.32s Oct 10 15:54:19.249 INFO kablam! su: No module specific data is present Oct 10 15:54:19.946 INFO running `"docker" "rm" "-f" "0ccc5457ec3e4a56fbc5bd034e41cc9bf812315d7f0e63bd62c4fcc74fc5eb1e"` Oct 10 15:54:20.328 INFO blam! 0ccc5457ec3e4a56fbc5bd034e41cc9bf812315d7f0e63bd62c4fcc74fc5eb1e Oct 10 15:54:20.333 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:54:20.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:54:20.765 INFO blam! 7151904a497b1930eee419f13e6c8cd6ff68c6d49de78fde72f2d31ac701a8a5 Oct 10 15:54:20.766 INFO running `"docker" "start" "-a" "7151904a497b1930eee419f13e6c8cd6ff68c6d49de78fde72f2d31ac701a8a5"` Oct 10 15:54:22.071 INFO kablam! usermod: no changes Oct 10 15:54:22.128 INFO kablam! Compiling blocksworld_solver v0.1.0 (/source) Oct 10 15:54:22.796 INFO kablam! warning: unused import: `blocksworld::search::Node` Oct 10 15:54:22.796 INFO kablam! --> src/blocksworld/test/mod.rs:8:5 Oct 10 15:54:22.796 INFO kablam! | Oct 10 15:54:22.796 INFO kablam! 8 | use blocksworld::search::Node; Oct 10 15:54:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:22.796 INFO kablam! | Oct 10 15:54:22.796 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:54:22.796 INFO kablam! Oct 10 15:54:22.796 INFO kablam! warning: unused import: `blocksworld::test::test` Oct 10 15:54:22.796 INFO kablam! --> src/main.rs:10:5 Oct 10 15:54:22.796 INFO kablam! | Oct 10 15:54:22.796 INFO kablam! 10 | use blocksworld::test::test; Oct 10 15:54:22.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:22.796 INFO kablam! Oct 10 15:54:23.000 INFO kablam! warning: unused import: `blocksworld::search::Searcher` Oct 10 15:54:23.000 INFO kablam! --> src/blocksworld/test/mod.rs:7:5 Oct 10 15:54:23.000 INFO kablam! | Oct 10 15:54:23.000 INFO kablam! 7 | use blocksworld::search::Searcher; Oct 10 15:54:23.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.000 INFO kablam! Oct 10 15:54:23.120 INFO kablam! warning: method is never used: `latex_print` Oct 10 15:54:23.120 INFO kablam! --> src/blocksworld/world.rs:52:5 Oct 10 15:54:23.120 INFO kablam! | Oct 10 15:54:23.120 INFO kablam! 52 | pub fn latex_print(&self) { Oct 10 15:54:23.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.120 INFO kablam! | Oct 10 15:54:23.120 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:54:23.120 INFO kablam! Oct 10 15:54:23.120 INFO kablam! warning: function is never used: `solution_depth_difficulty` Oct 10 15:54:23.120 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:9:1 Oct 10 15:54:23.120 INFO kablam! | Oct 10 15:54:23.120 INFO kablam! 9 | pub fn solution_depth_difficulty(goal_world: World) -> Vec<(u8, World)> { Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.121 INFO kablam! warning: struct is never constructed: `SolutionDepthSearcher` Oct 10 15:54:23.121 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:16:1 Oct 10 15:54:23.121 INFO kablam! | Oct 10 15:54:23.121 INFO kablam! 16 | pub struct SolutionDepthSearcher { Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.121 INFO kablam! warning: method is never used: `new` Oct 10 15:54:23.121 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:23:5 Oct 10 15:54:23.121 INFO kablam! | Oct 10 15:54:23.121 INFO kablam! 23 | pub fn new(start_world: World, max_difficulty: u8) -> SolutionDepthSearcher { Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.121 INFO kablam! warning: method is never used: `search` Oct 10 15:54:23.121 INFO kablam! --> src/blocksworld/test/problem_generators/solution_depth_difficulty.rs:31:5 Oct 10 15:54:23.121 INFO kablam! | Oct 10 15:54:23.121 INFO kablam! 31 | pub fn search(mut self) -> Vec<(u8, World)> { Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.121 INFO kablam! warning: function is never used: `grid_size_difficulty` Oct 10 15:54:23.121 INFO kablam! --> src/blocksworld/test/problem_generators/grid_size_difficulty.rs:1:1 Oct 10 15:54:23.121 INFO kablam! | Oct 10 15:54:23.121 INFO kablam! 1 | fn grid_size_difficulty() {} Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.121 INFO kablam! warning: function is never used: `test` Oct 10 15:54:23.121 INFO kablam! --> src/blocksworld/test/mod.rs:16:1 Oct 10 15:54:23.121 INFO kablam! | Oct 10 15:54:23.121 INFO kablam! 16 | pub fn test() { Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.121 INFO kablam! warning: function is never used: `run_all_searchers_average` Oct 10 15:54:23.121 INFO kablam! --> src/blocksworld/test/mod.rs:39:1 Oct 10 15:54:23.121 INFO kablam! | Oct 10 15:54:23.121 INFO kablam! 39 | fn run_all_searchers_average(start_world: &World, goal_world: &World, difficulty: u8) -> Vec { Oct 10 15:54:23.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:54:23.121 INFO kablam! Oct 10 15:54:23.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 10 15:54:23.675 INFO kablam! su: No module specific data is present Oct 10 15:54:24.876 INFO running `"docker" "rm" "-f" "7151904a497b1930eee419f13e6c8cd6ff68c6d49de78fde72f2d31ac701a8a5"` Oct 10 15:54:25.278 INFO blam! 7151904a497b1930eee419f13e6c8cd6ff68c6d49de78fde72f2d31ac701a8a5 Oct 10 15:54:25.288 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:54:25.290 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:54:25.830 INFO blam! ca6d3001b98d08cdb4188ae2a6203e55dd4e9b6a13c5c0923ff624e0cc6330a8 Oct 10 15:54:25.833 INFO running `"docker" "start" "-a" "ca6d3001b98d08cdb4188ae2a6203e55dd4e9b6a13c5c0923ff624e0cc6330a8"` Oct 10 15:54:27.391 INFO kablam! usermod: no changes Oct 10 15:54:27.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 15:54:27.451 INFO kablam! Running /target/debug/deps/blocksworld_solver-5373f519d88c11df Oct 10 15:54:27.454 INFO blam! Oct 10 15:54:27.454 INFO blam! running 0 tests Oct 10 15:54:27.454 INFO blam! Oct 10 15:54:27.454 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:54:27.454 INFO blam! Oct 10 15:54:27.464 INFO kablam! su: No module specific data is present Oct 10 15:54:28.402 INFO running `"docker" "rm" "-f" "ca6d3001b98d08cdb4188ae2a6203e55dd4e9b6a13c5c0923ff624e0cc6330a8"` Oct 10 15:54:28.650 INFO blam! ca6d3001b98d08cdb4188ae2a6203e55dd4e9b6a13c5c0923ff624e0cc6330a8