Oct 15 05:06:59.292 INFO testing ademonov/bingo-bot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:06:59.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 05:06:59.661 INFO blam! b8a97ff1cc94a9841a416535a7963e9a15070e5c830d6349c8a5a5aa41eb758a Oct 15 05:06:59.665 INFO running `"docker" "start" "-a" "b8a97ff1cc94a9841a416535a7963e9a15070e5c830d6349c8a5a5aa41eb758a"` Oct 15 05:07:00.331 INFO kablam! usermod: no changes Oct 15 05:07:00.498 INFO kablam! Compiling serde_test v0.8.21 Oct 15 05:07:00.499 INFO kablam! Compiling humantime v1.0.0 Oct 15 05:07:00.499 INFO kablam! Compiling ordered-float v0.2.3 Oct 15 05:07:00.499 INFO kablam! Compiling chrono v0.2.25 Oct 15 05:07:01.927 INFO kablam! Compiling serde-value v0.3.1 Oct 15 05:07:02.635 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 15 05:07:04.899 INFO kablam! Compiling yaml-rust v0.3.5 Oct 15 05:07:07.894 INFO kablam! Compiling serde_yaml v0.5.0 Oct 15 05:07:08.956 INFO kablam! Compiling log4rs v0.5.2 Oct 15 05:07:13.607 INFO kablam! Compiling bingo-bot v0.1.0 (/source) Oct 15 05:07:15.179 INFO kablam! warning: unused variable: `s` Oct 15 05:07:15.179 INFO kablam! --> src/bingo/words.rs:2:21 Oct 15 05:07:15.179 INFO kablam! | Oct 15 05:07:15.179 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:15.179 INFO kablam! | ^ help: consider using `_s` instead Oct 15 05:07:15.179 INFO kablam! | Oct 15 05:07:15.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:07:15.179 INFO kablam! Oct 15 05:07:15.193 INFO kablam! warning: variable does not need to be mutable Oct 15 05:07:15.193 INFO kablam! --> src/http.rs:12:9 Oct 15 05:07:15.193 INFO kablam! | Oct 15 05:07:15.193 INFO kablam! 12 | let mut s_buf:String; Oct 15 05:07:15.193 INFO kablam! | ----^^^^^ Oct 15 05:07:15.193 INFO kablam! | | Oct 15 05:07:15.193 INFO kablam! | help: remove this `mut` Oct 15 05:07:15.193 INFO kablam! | Oct 15 05:07:15.193 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:07:15.193 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: function is never used: `listening` Oct 15 05:07:15.204 INFO kablam! --> src/http.rs:6:1 Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! 6 | pub fn listening(url: &str) { Oct 15 05:07:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:07:15.204 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: function is never used: `handle_proc` Oct 15 05:07:15.204 INFO kablam! --> src/http.rs:11:1 Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! 11 | fn handle_proc(req: Request, mut res: Response) { Oct 15 05:07:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.204 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: struct is never constructed: `GitterMdFormatProvider` Oct 15 05:07:15.204 INFO kablam! --> src/formatting.rs:10:1 Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! 10 | pub struct GitterMdFormatProvider; Oct 15 05:07:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.204 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.204 INFO kablam! --> src/formatting.rs:13:5 Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! 13 | pub fn new() -> GitterMdFormatProvider{ Oct 15 05:07:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.204 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.204 INFO kablam! --> src/bingo/cards.rs:15:5 Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! 15 | pub fn new(word: &'a str) -> CardCell<'a> { Oct 15 05:07:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.204 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: method is never used: `check` Oct 15 05:07:15.204 INFO kablam! --> src/bingo/cards.rs:27:5 Oct 15 05:07:15.204 INFO kablam! | Oct 15 05:07:15.204 INFO kablam! 27 | pub fn check(&mut self) { Oct 15 05:07:15.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.204 INFO kablam! Oct 15 05:07:15.204 INFO kablam! warning: struct is never constructed: `Card` Oct 15 05:07:15.204 INFO kablam! --> src/bingo/cards.rs:32:1 Oct 15 05:07:15.205 INFO kablam! | Oct 15 05:07:15.205 INFO kablam! 32 | pub struct Card<'a> { Oct 15 05:07:15.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.205 INFO kablam! Oct 15 05:07:15.208 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.208 INFO kablam! --> src/bingo/cards.rs:38:5 Oct 15 05:07:15.208 INFO kablam! | Oct 15 05:07:15.208 INFO kablam! 38 | pub fn new(word_iter: I) -> Card<'a> where I: Iterator { Oct 15 05:07:15.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.208 INFO kablam! Oct 15 05:07:15.208 INFO kablam! warning: method is never used: `check_cell` Oct 15 05:07:15.208 INFO kablam! --> src/bingo/cards.rs:42:5 Oct 15 05:07:15.208 INFO kablam! | Oct 15 05:07:15.208 INFO kablam! 42 | pub fn check_cell(&mut self, row: usize, col: usize) { Oct 15 05:07:15.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.208 INFO kablam! Oct 15 05:07:15.208 INFO kablam! warning: function is never used: `fill_cells` Oct 15 05:07:15.208 INFO kablam! --> src/bingo/cards.rs:47:1 Oct 15 05:07:15.208 INFO kablam! | Oct 15 05:07:15.208 INFO kablam! 47 | fn fill_cells<'a, I>(word_iter: I) -> [[CardCell<'a>; COL_COUNT]; ROW_COUNT] where I: Iterator { Oct 15 05:07:15.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.208 INFO kablam! Oct 15 05:07:15.208 INFO kablam! warning: function is never used: `split` Oct 15 05:07:15.208 INFO kablam! --> src/bingo/words.rs:2:1 Oct 15 05:07:15.208 INFO kablam! | Oct 15 05:07:15.208 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:15.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.209 INFO kablam! Oct 15 05:07:15.209 INFO kablam! warning: struct is never constructed: `Word` Oct 15 05:07:15.209 INFO kablam! --> src/bingo/words.rs:6:1 Oct 15 05:07:15.209 INFO kablam! | Oct 15 05:07:15.209 INFO kablam! 6 | pub struct Word { Oct 15 05:07:15.209 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:07:15.209 INFO kablam! Oct 15 05:07:15.209 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.209 INFO kablam! --> src/bingo/words.rs:12:6 Oct 15 05:07:15.209 INFO kablam! | Oct 15 05:07:15.209 INFO kablam! 12 | pub fn new(title: &str, synonyms: Vec<&str>) -> Word { Oct 15 05:07:15.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.209 INFO kablam! Oct 15 05:07:16.613 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.26s Oct 15 05:07:16.619 INFO kablam! su: No module specific data is present Oct 15 05:07:17.568 INFO running `"docker" "rm" "-f" "b8a97ff1cc94a9841a416535a7963e9a15070e5c830d6349c8a5a5aa41eb758a"` Oct 15 05:07:17.769 INFO blam! b8a97ff1cc94a9841a416535a7963e9a15070e5c830d6349c8a5a5aa41eb758a Oct 15 05:07:17.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 05:07:18.223 INFO blam! b427ec62453f05c98a9a012fcf30ebc3031eda4bfe067909aca724c7e6621275 Oct 15 05:07:18.239 INFO running `"docker" "start" "-a" "b427ec62453f05c98a9a012fcf30ebc3031eda4bfe067909aca724c7e6621275"` Oct 15 05:07:19.229 INFO kablam! usermod: no changes Oct 15 05:07:19.391 INFO kablam! Compiling bingo-bot v0.1.0 (/source) Oct 15 05:07:21.179 INFO kablam! warning: unused variable: `s` Oct 15 05:07:21.179 INFO kablam! --> src/bingo/words.rs:2:21 Oct 15 05:07:21.179 INFO kablam! | Oct 15 05:07:21.179 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:21.179 INFO kablam! | ^ help: consider using `_s` instead Oct 15 05:07:21.179 INFO kablam! | Oct 15 05:07:21.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:07:21.179 INFO kablam! Oct 15 05:07:21.195 INFO kablam! warning: variable does not need to be mutable Oct 15 05:07:21.195 INFO kablam! --> src/http.rs:12:9 Oct 15 05:07:21.195 INFO kablam! | Oct 15 05:07:21.195 INFO kablam! 12 | let mut s_buf:String; Oct 15 05:07:21.195 INFO kablam! | ----^^^^^ Oct 15 05:07:21.196 INFO kablam! | | Oct 15 05:07:21.196 INFO kablam! | help: remove this `mut` Oct 15 05:07:21.196 INFO kablam! | Oct 15 05:07:21.196 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:07:21.196 INFO kablam! Oct 15 05:07:21.235 INFO kablam! warning: function is never used: `listening` Oct 15 05:07:21.235 INFO kablam! --> src/http.rs:6:1 Oct 15 05:07:21.235 INFO kablam! | Oct 15 05:07:21.235 INFO kablam! 6 | pub fn listening(url: &str) { Oct 15 05:07:21.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.236 INFO kablam! | Oct 15 05:07:21.236 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:07:21.236 INFO kablam! Oct 15 05:07:21.236 INFO kablam! warning: function is never used: `handle_proc` Oct 15 05:07:21.236 INFO kablam! --> src/http.rs:11:1 Oct 15 05:07:21.236 INFO kablam! | Oct 15 05:07:21.236 INFO kablam! 11 | fn handle_proc(req: Request, mut res: Response) { Oct 15 05:07:21.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.236 INFO kablam! Oct 15 05:07:21.237 INFO kablam! warning: struct is never constructed: `GitterMdFormatProvider` Oct 15 05:07:21.237 INFO kablam! --> src/formatting.rs:10:1 Oct 15 05:07:21.237 INFO kablam! | Oct 15 05:07:21.237 INFO kablam! 10 | pub struct GitterMdFormatProvider; Oct 15 05:07:21.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.237 INFO kablam! Oct 15 05:07:21.237 INFO kablam! warning: method is never used: `new` Oct 15 05:07:21.237 INFO kablam! --> src/formatting.rs:13:5 Oct 15 05:07:21.237 INFO kablam! | Oct 15 05:07:21.237 INFO kablam! 13 | pub fn new() -> GitterMdFormatProvider{ Oct 15 05:07:21.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.237 INFO kablam! Oct 15 05:07:21.237 INFO kablam! warning: function is never used: `split` Oct 15 05:07:21.237 INFO kablam! --> src/bingo/words.rs:2:1 Oct 15 05:07:21.237 INFO kablam! | Oct 15 05:07:21.237 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:21.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.237 INFO kablam! Oct 15 05:07:21.237 INFO kablam! warning: struct is never constructed: `Word` Oct 15 05:07:21.237 INFO kablam! --> src/bingo/words.rs:6:1 Oct 15 05:07:21.237 INFO kablam! | Oct 15 05:07:21.237 INFO kablam! 6 | pub struct Word { Oct 15 05:07:21.237 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:07:21.237 INFO kablam! Oct 15 05:07:21.237 INFO kablam! warning: method is never used: `new` Oct 15 05:07:21.237 INFO kablam! --> src/bingo/words.rs:12:6 Oct 15 05:07:21.237 INFO kablam! | Oct 15 05:07:21.238 INFO kablam! 12 | pub fn new(title: &str, synonyms: Vec<&str>) -> Word { Oct 15 05:07:21.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.238 INFO kablam! Oct 15 05:07:22.433 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 15 05:07:22.437 INFO kablam! su: No module specific data is present Oct 15 05:07:23.325 INFO running `"docker" "rm" "-f" "b427ec62453f05c98a9a012fcf30ebc3031eda4bfe067909aca724c7e6621275"` Oct 15 05:07:23.563 INFO blam! b427ec62453f05c98a9a012fcf30ebc3031eda4bfe067909aca724c7e6621275 Oct 15 05:07:23.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 05:07:23.898 INFO blam! f00d1e19614c2e8f75b38ee1b413abb1347523502549dd8acd2fd48705dd0882 Oct 15 05:07:23.907 INFO running `"docker" "start" "-a" "f00d1e19614c2e8f75b38ee1b413abb1347523502549dd8acd2fd48705dd0882"` Oct 15 05:07:24.926 INFO kablam! usermod: no changes Oct 15 05:07:25.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 05:07:25.054 INFO kablam! Running /target/debug/deps/bingo_bot-920be432fcf192c0 Oct 15 05:07:25.060 INFO blam! Oct 15 05:07:25.060 INFO blam! running 4 tests Oct 15 05:07:25.066 INFO blam! test bingo::bingo_tests::card_check_cell ... ok Oct 15 05:07:25.066 INFO blam! test bingo::bingo_tests::cardcell_check ... ok Oct 15 05:07:25.071 INFO blam! test bingo::bingo_tests::cardcell_new ... ok Oct 15 05:07:25.071 INFO blam! test bingo::bingo_tests::bingo_tests_works ... ok Oct 15 05:07:25.071 INFO blam! Oct 15 05:07:25.071 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:07:25.071 INFO blam! Oct 15 05:07:25.072 INFO kablam! su: No module specific data is present Oct 15 05:07:25.763 INFO running `"docker" "rm" "-f" "f00d1e19614c2e8f75b38ee1b413abb1347523502549dd8acd2fd48705dd0882"` Oct 15 05:07:26.055 INFO blam! f00d1e19614c2e8f75b38ee1b413abb1347523502549dd8acd2fd48705dd0882