Oct 15 05:07:00.560 INFO testing ademonov/bingo-bot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:07:00.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 05:07:00.975 INFO blam! 4883edbbba6084e4fc45e6866e88f69dd47b00fa9479f966cd4fa6fe9d385a30 Oct 15 05:07:00.977 INFO running `"docker" "start" "-a" "4883edbbba6084e4fc45e6866e88f69dd47b00fa9479f966cd4fa6fe9d385a30"` Oct 15 05:07:02.555 INFO kablam! usermod: no changes Oct 15 05:07:02.714 INFO kablam! Compiling serde_test v0.8.21 Oct 15 05:07:02.719 INFO kablam! Compiling serde-value v0.3.1 Oct 15 05:07:04.479 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 15 05:07:05.192 INFO kablam! Compiling yaml-rust v0.3.5 Oct 15 05:07:08.212 INFO kablam! Compiling serde_yaml v0.5.0 Oct 15 05:07:09.314 INFO kablam! Compiling log4rs v0.5.2 Oct 15 05:07:14.237 INFO kablam! Compiling bingo-bot v0.1.0 (/source) Oct 15 05:07:15.707 INFO kablam! warning: unused variable: `s` Oct 15 05:07:15.707 INFO kablam! --> src/bingo/words.rs:2:21 Oct 15 05:07:15.708 INFO kablam! | Oct 15 05:07:15.708 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:15.708 INFO kablam! | ^ help: consider using `_s` instead Oct 15 05:07:15.708 INFO kablam! | Oct 15 05:07:15.709 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:07:15.709 INFO kablam! Oct 15 05:07:15.727 INFO kablam! warning: variable does not need to be mutable Oct 15 05:07:15.727 INFO kablam! --> src/http.rs:12:9 Oct 15 05:07:15.728 INFO kablam! | Oct 15 05:07:15.728 INFO kablam! 12 | let mut s_buf:String; Oct 15 05:07:15.728 INFO kablam! | ----^^^^^ Oct 15 05:07:15.728 INFO kablam! | | Oct 15 05:07:15.729 INFO kablam! | help: remove this `mut` Oct 15 05:07:15.729 INFO kablam! | Oct 15 05:07:15.729 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:07:15.729 INFO kablam! Oct 15 05:07:15.743 INFO kablam! warning: function is never used: `listening` Oct 15 05:07:15.743 INFO kablam! --> src/http.rs:6:1 Oct 15 05:07:15.743 INFO kablam! | Oct 15 05:07:15.743 INFO kablam! 6 | pub fn listening(url: &str) { Oct 15 05:07:15.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.743 INFO kablam! | Oct 15 05:07:15.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:07:15.743 INFO kablam! Oct 15 05:07:15.743 INFO kablam! warning: function is never used: `handle_proc` Oct 15 05:07:15.743 INFO kablam! --> src/http.rs:11:1 Oct 15 05:07:15.743 INFO kablam! | Oct 15 05:07:15.743 INFO kablam! 11 | fn handle_proc(req: Request, mut res: Response) { Oct 15 05:07:15.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.743 INFO kablam! Oct 15 05:07:15.743 INFO kablam! warning: struct is never constructed: `GitterMdFormatProvider` Oct 15 05:07:15.743 INFO kablam! --> src/formatting.rs:10:1 Oct 15 05:07:15.743 INFO kablam! | Oct 15 05:07:15.743 INFO kablam! 10 | pub struct GitterMdFormatProvider; Oct 15 05:07:15.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.743 INFO kablam! Oct 15 05:07:15.744 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.744 INFO kablam! --> src/formatting.rs:13:5 Oct 15 05:07:15.744 INFO kablam! | Oct 15 05:07:15.744 INFO kablam! 13 | pub fn new() -> GitterMdFormatProvider{ Oct 15 05:07:15.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.744 INFO kablam! Oct 15 05:07:15.744 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.744 INFO kablam! --> src/bingo/cards.rs:15:5 Oct 15 05:07:15.744 INFO kablam! | Oct 15 05:07:15.744 INFO kablam! 15 | pub fn new(word: &'a str) -> CardCell<'a> { Oct 15 05:07:15.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.744 INFO kablam! Oct 15 05:07:15.744 INFO kablam! warning: method is never used: `check` Oct 15 05:07:15.744 INFO kablam! --> src/bingo/cards.rs:27:5 Oct 15 05:07:15.744 INFO kablam! | Oct 15 05:07:15.744 INFO kablam! 27 | pub fn check(&mut self) { Oct 15 05:07:15.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.744 INFO kablam! Oct 15 05:07:15.744 INFO kablam! warning: struct is never constructed: `Card` Oct 15 05:07:15.744 INFO kablam! --> src/bingo/cards.rs:32:1 Oct 15 05:07:15.744 INFO kablam! | Oct 15 05:07:15.744 INFO kablam! 32 | pub struct Card<'a> { Oct 15 05:07:15.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.744 INFO kablam! Oct 15 05:07:15.744 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.745 INFO kablam! --> src/bingo/cards.rs:38:5 Oct 15 05:07:15.745 INFO kablam! | Oct 15 05:07:15.745 INFO kablam! 38 | pub fn new(word_iter: I) -> Card<'a> where I: Iterator { Oct 15 05:07:15.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.745 INFO kablam! Oct 15 05:07:15.745 INFO kablam! warning: method is never used: `check_cell` Oct 15 05:07:15.745 INFO kablam! --> src/bingo/cards.rs:42:5 Oct 15 05:07:15.745 INFO kablam! | Oct 15 05:07:15.745 INFO kablam! 42 | pub fn check_cell(&mut self, row: usize, col: usize) { Oct 15 05:07:15.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.745 INFO kablam! Oct 15 05:07:15.745 INFO kablam! warning: function is never used: `fill_cells` Oct 15 05:07:15.745 INFO kablam! --> src/bingo/cards.rs:47:1 Oct 15 05:07:15.745 INFO kablam! | Oct 15 05:07:15.745 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.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.745 INFO kablam! Oct 15 05:07:15.745 INFO kablam! warning: function is never used: `split` Oct 15 05:07:15.745 INFO kablam! --> src/bingo/words.rs:2:1 Oct 15 05:07:15.745 INFO kablam! | Oct 15 05:07:15.745 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:15.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.745 INFO kablam! Oct 15 05:07:15.745 INFO kablam! warning: struct is never constructed: `Word` Oct 15 05:07:15.746 INFO kablam! --> src/bingo/words.rs:6:1 Oct 15 05:07:15.746 INFO kablam! | Oct 15 05:07:15.746 INFO kablam! 6 | pub struct Word { Oct 15 05:07:15.746 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:07:15.746 INFO kablam! Oct 15 05:07:15.746 INFO kablam! warning: method is never used: `new` Oct 15 05:07:15.746 INFO kablam! --> src/bingo/words.rs:12:6 Oct 15 05:07:15.746 INFO kablam! | Oct 15 05:07:15.746 INFO kablam! 12 | pub fn new(title: &str, synonyms: Vec<&str>) -> Word { Oct 15 05:07:15.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:15.746 INFO kablam! Oct 15 05:07:17.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.74s Oct 15 05:07:17.333 INFO kablam! su: No module specific data is present Oct 15 05:07:17.807 INFO running `"docker" "rm" "-f" "4883edbbba6084e4fc45e6866e88f69dd47b00fa9479f966cd4fa6fe9d385a30"` Oct 15 05:07:18.039 INFO blam! 4883edbbba6084e4fc45e6866e88f69dd47b00fa9479f966cd4fa6fe9d385a30 Oct 15 05:07:18.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 05:07:18.352 INFO blam! 483d9f8e83cc5f6754545130f2b244b3dd509878358d9698bed9bdf56827088e Oct 15 05:07:18.359 INFO running `"docker" "start" "-a" "483d9f8e83cc5f6754545130f2b244b3dd509878358d9698bed9bdf56827088e"` Oct 15 05:07:19.391 INFO kablam! usermod: no changes Oct 15 05:07:19.498 INFO kablam! Compiling bingo-bot v0.1.0 (/source) Oct 15 05:07:21.120 INFO kablam! warning: unused variable: `s` Oct 15 05:07:21.120 INFO kablam! --> src/bingo/words.rs:2:21 Oct 15 05:07:21.120 INFO kablam! | Oct 15 05:07:21.120 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:21.120 INFO kablam! | ^ help: consider using `_s` instead Oct 15 05:07:21.120 INFO kablam! | Oct 15 05:07:21.120 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:07:21.120 INFO kablam! Oct 15 05:07:21.144 INFO kablam! warning: variable does not need to be mutable Oct 15 05:07:21.144 INFO kablam! --> src/http.rs:12:9 Oct 15 05:07:21.144 INFO kablam! | Oct 15 05:07:21.144 INFO kablam! 12 | let mut s_buf:String; Oct 15 05:07:21.144 INFO kablam! | ----^^^^^ Oct 15 05:07:21.144 INFO kablam! | | Oct 15 05:07:21.144 INFO kablam! | help: remove this `mut` Oct 15 05:07:21.144 INFO kablam! | Oct 15 05:07:21.144 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:07:21.144 INFO kablam! Oct 15 05:07:21.173 INFO kablam! warning: function is never used: `listening` Oct 15 05:07:21.173 INFO kablam! --> src/http.rs:6:1 Oct 15 05:07:21.173 INFO kablam! | Oct 15 05:07:21.173 INFO kablam! 6 | pub fn listening(url: &str) { Oct 15 05:07:21.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.173 INFO kablam! | Oct 15 05:07:21.173 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:07:21.173 INFO kablam! Oct 15 05:07:21.173 INFO kablam! warning: function is never used: `handle_proc` Oct 15 05:07:21.173 INFO kablam! --> src/http.rs:11:1 Oct 15 05:07:21.173 INFO kablam! | Oct 15 05:07:21.173 INFO kablam! 11 | fn handle_proc(req: Request, mut res: Response) { Oct 15 05:07:21.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.173 INFO kablam! Oct 15 05:07:21.173 INFO kablam! warning: struct is never constructed: `GitterMdFormatProvider` Oct 15 05:07:21.173 INFO kablam! --> src/formatting.rs:10:1 Oct 15 05:07:21.173 INFO kablam! | Oct 15 05:07:21.173 INFO kablam! 10 | pub struct GitterMdFormatProvider; Oct 15 05:07:21.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.173 INFO kablam! Oct 15 05:07:21.173 INFO kablam! warning: method is never used: `new` Oct 15 05:07:21.173 INFO kablam! --> src/formatting.rs:13:5 Oct 15 05:07:21.173 INFO kablam! | Oct 15 05:07:21.173 INFO kablam! 13 | pub fn new() -> GitterMdFormatProvider{ Oct 15 05:07:21.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.173 INFO kablam! Oct 15 05:07:21.173 INFO kablam! warning: function is never used: `split` Oct 15 05:07:21.173 INFO kablam! --> src/bingo/words.rs:2:1 Oct 15 05:07:21.174 INFO kablam! | Oct 15 05:07:21.174 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 15 05:07:21.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.174 INFO kablam! Oct 15 05:07:21.174 INFO kablam! warning: struct is never constructed: `Word` Oct 15 05:07:21.174 INFO kablam! --> src/bingo/words.rs:6:1 Oct 15 05:07:21.174 INFO kablam! | Oct 15 05:07:21.174 INFO kablam! 6 | pub struct Word { Oct 15 05:07:21.174 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:07:21.174 INFO kablam! Oct 15 05:07:21.174 INFO kablam! warning: method is never used: `new` Oct 15 05:07:21.174 INFO kablam! --> src/bingo/words.rs:12:6 Oct 15 05:07:21.174 INFO kablam! | Oct 15 05:07:21.174 INFO kablam! 12 | pub fn new(title: &str, synonyms: Vec<&str>) -> Word { Oct 15 05:07:21.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:07:21.174 INFO kablam! Oct 15 05:07:22.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.89s Oct 15 05:07:22.303 INFO kablam! su: No module specific data is present Oct 15 05:07:23.318 INFO running `"docker" "rm" "-f" "483d9f8e83cc5f6754545130f2b244b3dd509878358d9698bed9bdf56827088e"` Oct 15 05:07:23.675 INFO blam! 483d9f8e83cc5f6754545130f2b244b3dd509878358d9698bed9bdf56827088e Oct 15 05:07:23.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 05:07:24.147 INFO blam! 062a4feb8800fbf3902adc86a6888152ee7809ab23214fe27ac9f80064f830b0 Oct 15 05:07:24.153 INFO running `"docker" "start" "-a" "062a4feb8800fbf3902adc86a6888152ee7809ab23214fe27ac9f80064f830b0"` Oct 15 05:07:25.215 INFO kablam! usermod: no changes Oct 15 05:07:25.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 05:07:25.355 INFO kablam! Running /target/debug/deps/bingo_bot-4a3c75ba14c8f6f7 Oct 15 05:07:25.371 INFO blam! Oct 15 05:07:25.371 INFO blam! running 4 tests Oct 15 05:07:25.371 INFO blam! test bingo::bingo_tests::bingo_tests_works ... ok Oct 15 05:07:25.371 INFO blam! test bingo::bingo_tests::card_check_cell ... ok Oct 15 05:07:25.371 INFO blam! test bingo::bingo_tests::cardcell_check ... ok Oct 15 05:07:25.371 INFO blam! test bingo::bingo_tests::cardcell_new ... ok Oct 15 05:07:25.371 INFO blam! Oct 15 05:07:25.371 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:07:25.371 INFO blam! Oct 15 05:07:25.371 INFO kablam! su: No module specific data is present Oct 15 05:07:26.231 INFO running `"docker" "rm" "-f" "062a4feb8800fbf3902adc86a6888152ee7809ab23214fe27ac9f80064f830b0"` Oct 15 05:07:26.529 INFO blam! 062a4feb8800fbf3902adc86a6888152ee7809ab23214fe27ac9f80064f830b0