Oct 12 22:27:40.188 INFO testing swizzard/boggler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:27:40.188 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 22:27:40.711 INFO blam! bfabfbeff4b1b6d650cbac81416f42d0bda524848c0bb7b82b0eb08cb4d80110 Oct 12 22:27:40.715 INFO running `"docker" "start" "-a" "bfabfbeff4b1b6d650cbac81416f42d0bda524848c0bb7b82b0eb08cb4d80110"` Oct 12 22:27:42.639 INFO kablam! usermod: no changes Oct 12 22:27:42.788 INFO kablam! Compiling ascii v0.8.7 Oct 12 22:27:42.793 INFO kablam! Compiling rand v0.5.1 Oct 12 22:27:48.075 INFO kablam! Compiling boggler v0.1.0 (/source) Oct 12 22:27:48.475 INFO kablam! warning: unused variable: `seen` Oct 12 22:27:48.475 INFO kablam! --> src/solver.rs:156:17 Oct 12 22:27:48.475 INFO kablam! | Oct 12 22:27:48.475 INFO kablam! 156 | let mut seen: HashSet = HashSet::with_capacity(16); Oct 12 22:27:48.475 INFO kablam! | ^^^^ help: consider using `_seen` instead Oct 12 22:27:48.475 INFO kablam! | Oct 12 22:27:48.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:27:48.475 INFO kablam! Oct 12 22:27:48.475 INFO kablam! warning: unused variable: `adjcts` Oct 12 22:27:48.475 INFO kablam! --> src/solver.rs:158:17 Oct 12 22:27:48.475 INFO kablam! | Oct 12 22:27:48.475 INFO kablam! 158 | let adjcts = board.adjacents(x, y); Oct 12 22:27:48.475 INFO kablam! | ^^^^^^ help: consider using `_adjcts` instead Oct 12 22:27:48.475 INFO kablam! Oct 12 22:27:48.512 INFO kablam! warning: variable does not need to be mutable Oct 12 22:27:48.512 INFO kablam! --> src/solver.rs:154:13 Oct 12 22:27:48.513 INFO kablam! | Oct 12 22:27:48.513 INFO kablam! 154 | let mut x = 0; Oct 12 22:27:48.513 INFO kablam! | ----^ Oct 12 22:27:48.513 INFO kablam! | | Oct 12 22:27:48.514 INFO kablam! | help: remove this `mut` Oct 12 22:27:48.514 INFO kablam! | Oct 12 22:27:48.514 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:27:48.518 INFO kablam! Oct 12 22:27:48.518 INFO kablam! warning: variable does not need to be mutable Oct 12 22:27:48.518 INFO kablam! --> src/solver.rs:155:13 Oct 12 22:27:48.519 INFO kablam! | Oct 12 22:27:48.519 INFO kablam! 155 | let mut y = 0; Oct 12 22:27:48.519 INFO kablam! | ----^ Oct 12 22:27:48.520 INFO kablam! | | Oct 12 22:27:48.520 INFO kablam! | help: remove this `mut` Oct 12 22:27:48.520 INFO kablam! Oct 12 22:27:48.520 INFO kablam! warning: variable does not need to be mutable Oct 12 22:27:48.521 INFO kablam! --> src/solver.rs:156:13 Oct 12 22:27:48.521 INFO kablam! | Oct 12 22:27:48.521 INFO kablam! 156 | let mut seen: HashSet = HashSet::with_capacity(16); Oct 12 22:27:48.522 INFO kablam! | ----^^^^ Oct 12 22:27:48.522 INFO kablam! | | Oct 12 22:27:48.522 INFO kablam! | help: remove this `mut` Oct 12 22:27:48.522 INFO kablam! Oct 12 22:27:48.523 INFO kablam! warning: method is never used: `find_letter` Oct 12 22:27:48.523 INFO kablam! --> src/solver.rs:149:5 Oct 12 22:27:48.523 INFO kablam! | Oct 12 22:27:48.524 INFO kablam! 149 | fn find_letter(&self, chr: &AsciiChar) -> Option<&BTNode> { Oct 12 22:27:48.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 22:27:48.524 INFO kablam! | Oct 12 22:27:48.524 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 22:27:48.525 INFO kablam! Oct 12 22:27:52.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.43s Oct 12 22:27:52.115 INFO kablam! su: No module specific data is present Oct 12 22:27:52.883 INFO running `"docker" "rm" "-f" "bfabfbeff4b1b6d650cbac81416f42d0bda524848c0bb7b82b0eb08cb4d80110"` Oct 12 22:27:53.175 INFO blam! bfabfbeff4b1b6d650cbac81416f42d0bda524848c0bb7b82b0eb08cb4d80110 Oct 12 22:27:53.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 22:27:53.624 INFO blam! fab7e1c04983b9437e1b681f4b16094d79da69b06d3e748cd2c99cc65ee37d88 Oct 12 22:27:53.626 INFO running `"docker" "start" "-a" "fab7e1c04983b9437e1b681f4b16094d79da69b06d3e748cd2c99cc65ee37d88"` Oct 12 22:27:55.246 INFO kablam! usermod: no changes Oct 12 22:27:55.324 INFO kablam! Compiling boggler v0.1.0 (/source) Oct 12 22:27:55.855 INFO kablam! warning: unused variable: `seen` Oct 12 22:27:55.855 INFO kablam! --> src/solver.rs:156:17 Oct 12 22:27:55.855 INFO kablam! | Oct 12 22:27:55.855 INFO kablam! 156 | let mut seen: HashSet = HashSet::with_capacity(16); Oct 12 22:27:55.855 INFO kablam! | ^^^^ help: consider using `_seen` instead Oct 12 22:27:55.855 INFO kablam! | Oct 12 22:27:55.855 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:27:55.855 INFO kablam! Oct 12 22:27:55.855 INFO kablam! warning: unused variable: `adjcts` Oct 12 22:27:55.855 INFO kablam! --> src/solver.rs:158:17 Oct 12 22:27:55.855 INFO kablam! | Oct 12 22:27:55.855 INFO kablam! 158 | let adjcts = board.adjacents(x, y); Oct 12 22:27:55.855 INFO kablam! | ^^^^^^ help: consider using `_adjcts` instead Oct 12 22:27:55.855 INFO kablam! Oct 12 22:27:55.907 INFO kablam! warning: variable does not need to be mutable Oct 12 22:27:55.907 INFO kablam! --> src/solver.rs:154:13 Oct 12 22:27:55.907 INFO kablam! | Oct 12 22:27:55.907 INFO kablam! 154 | let mut x = 0; Oct 12 22:27:55.907 INFO kablam! | ----^ Oct 12 22:27:55.907 INFO kablam! | | Oct 12 22:27:55.907 INFO kablam! | help: remove this `mut` Oct 12 22:27:55.907 INFO kablam! | Oct 12 22:27:55.907 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 22:27:55.907 INFO kablam! Oct 12 22:27:55.907 INFO kablam! warning: variable does not need to be mutable Oct 12 22:27:55.907 INFO kablam! --> src/solver.rs:155:13 Oct 12 22:27:55.907 INFO kablam! | Oct 12 22:27:55.907 INFO kablam! 155 | let mut y = 0; Oct 12 22:27:55.907 INFO kablam! | ----^ Oct 12 22:27:55.907 INFO kablam! | | Oct 12 22:27:55.907 INFO kablam! | help: remove this `mut` Oct 12 22:27:55.907 INFO kablam! Oct 12 22:27:55.907 INFO kablam! warning: variable does not need to be mutable Oct 12 22:27:55.907 INFO kablam! --> src/solver.rs:156:13 Oct 12 22:27:55.907 INFO kablam! | Oct 12 22:27:55.907 INFO kablam! 156 | let mut seen: HashSet = HashSet::with_capacity(16); Oct 12 22:27:55.907 INFO kablam! | ----^^^^ Oct 12 22:27:55.907 INFO kablam! | | Oct 12 22:27:55.907 INFO kablam! | help: remove this `mut` Oct 12 22:27:55.907 INFO kablam! Oct 12 22:27:57.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 12 22:27:57.015 INFO kablam! su: No module specific data is present Oct 12 22:27:57.324 INFO running `"docker" "rm" "-f" "fab7e1c04983b9437e1b681f4b16094d79da69b06d3e748cd2c99cc65ee37d88"` Oct 12 22:27:57.430 INFO blam! fab7e1c04983b9437e1b681f4b16094d79da69b06d3e748cd2c99cc65ee37d88 Oct 12 22:27:57.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 22:27:57.603 INFO blam! 5c79ad1130092fd256e651c8cf415b5a49980af1de11318479c0bca38e1cbf9d Oct 12 22:27:57.604 INFO running `"docker" "start" "-a" "5c79ad1130092fd256e651c8cf415b5a49980af1de11318479c0bca38e1cbf9d"` Oct 12 22:27:57.979 INFO kablam! usermod: no changes Oct 12 22:27:58.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 22:27:58.036 INFO kablam! Running /target/debug/deps/boggler-2d39da35be5f118b Oct 12 22:27:58.040 INFO blam! Oct 12 22:27:58.040 INFO blam! running 16 tests Oct 12 22:27:58.040 INFO blam! test board::test::test_adjacents_bottom ... ok Oct 12 22:27:58.040 INFO blam! test board::test::test_adjacents_left_side ... ok Oct 12 22:27:58.040 INFO blam! test solver::test::count_word_u_no_q ... ok Oct 12 22:27:58.040 INFO blam! test board::test::test_adjacents_upper_right_corner ... ok Oct 12 22:27:58.040 INFO blam! test solver::test::find ... ok Oct 12 22:27:58.040 INFO blam! test board::test::test_adjacents_upper_left_corner ... ok Oct 12 22:27:58.041 INFO blam! test board::test::test_adjacents_top ... ok Oct 12 22:27:58.041 INFO blam! test solver::test::find_letter ... ok Oct 12 22:27:58.041 INFO blam! test solver::test::new_empty ... ok Oct 12 22:27:58.041 INFO blam! test board::test::test_adjacents_right_side ... ok Oct 12 22:27:58.041 INFO blam! test solver::test::new_one_word ... ok Oct 12 22:27:58.041 INFO blam! test solver::test::prepare_word_lowercase ... ok Oct 12 22:27:58.041 INFO blam! test solver::test::two_new_words ... ok Oct 12 22:27:58.043 INFO blam! test board::test::test_adjacents_middle ... ok Oct 12 22:27:58.043 INFO blam! test solver::test::count_word_q ... ok Oct 12 22:27:58.044 INFO blam! test solver::test::count_word_no_q ... ok Oct 12 22:27:58.044 INFO kablam! Running /target/debug/deps/boggler-b0757ea11fac8828 Oct 12 22:27:58.044 INFO blam! Oct 12 22:27:58.044 INFO blam! test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:27:58.044 INFO blam! Oct 12 22:27:58.047 INFO blam! Oct 12 22:27:58.047 INFO kablam! Doc-tests boggler Oct 12 22:27:58.047 INFO blam! running 0 tests Oct 12 22:27:58.047 INFO blam! Oct 12 22:27:58.047 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:27:58.047 INFO blam! Oct 12 22:27:58.271 INFO blam! Oct 12 22:27:58.271 INFO blam! running 0 tests Oct 12 22:27:58.271 INFO blam! Oct 12 22:27:58.271 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:27:58.271 INFO blam! Oct 12 22:27:58.274 INFO kablam! su: No module specific data is present Oct 12 22:27:58.582 INFO running `"docker" "rm" "-f" "5c79ad1130092fd256e651c8cf415b5a49980af1de11318479c0bca38e1cbf9d"` Oct 12 22:27:58.683 INFO blam! 5c79ad1130092fd256e651c8cf415b5a49980af1de11318479c0bca38e1cbf9d