Oct 11 03:35:04.740 INFO testing ademonov/bingo-bot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:35:04.740 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:35:04.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 03:35:05.117 INFO blam! a02dadf390270da8ff621a38aea7f45825c25508216eff507b50d9c34949533c Oct 11 03:35:05.119 INFO running `"docker" "start" "-a" "a02dadf390270da8ff621a38aea7f45825c25508216eff507b50d9c34949533c"` Oct 11 03:35:05.988 INFO kablam! usermod: no changes Oct 11 03:35:06.121 INFO kablam! Compiling serde v0.8.21 Oct 11 03:35:06.121 INFO kablam! Compiling traitobject v0.0.3 Oct 11 03:35:06.121 INFO kablam! Compiling quick-error v1.1.0 Oct 11 03:35:06.121 INFO kablam! Compiling ordered-float v0.2.3 Oct 11 03:35:06.121 INFO kablam! Compiling url v1.2.4 Oct 11 03:35:06.476 INFO kablam! Compiling humantime v1.0.0 Oct 11 03:35:06.499 INFO kablam! Compiling unsafe-any v0.4.1 Oct 11 03:35:06.932 INFO kablam! Compiling typemap v0.3.3 Oct 11 03:35:09.755 INFO kablam! Compiling cookie v0.2.5 Oct 11 03:35:11.088 INFO kablam! Compiling hyper v0.9.14 Oct 11 03:35:13.324 INFO kablam! Compiling serde_test v0.8.21 Oct 11 03:35:13.324 INFO kablam! Compiling serde-value v0.3.1 Oct 11 03:35:14.356 INFO kablam! Compiling linked-hash-map v0.3.0 Oct 11 03:35:14.893 INFO kablam! Compiling yaml-rust v0.3.5 Oct 11 03:35:18.157 INFO kablam! Compiling serde_yaml v0.5.0 Oct 11 03:35:19.268 INFO kablam! Compiling log4rs v0.5.2 Oct 11 03:35:24.244 INFO kablam! Compiling bingo-bot v0.1.0 (/source) Oct 11 03:35:25.184 INFO kablam! warning: unused variable: `s` Oct 11 03:35:25.184 INFO kablam! --> src/bingo/words.rs:2:21 Oct 11 03:35:25.184 INFO kablam! | Oct 11 03:35:25.184 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 11 03:35:25.184 INFO kablam! | ^ help: consider using `_s` instead Oct 11 03:35:25.184 INFO kablam! | Oct 11 03:35:25.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:35:25.184 INFO kablam! Oct 11 03:35:25.199 INFO kablam! warning: variable does not need to be mutable Oct 11 03:35:25.199 INFO kablam! --> src/http.rs:12:9 Oct 11 03:35:25.199 INFO kablam! | Oct 11 03:35:25.199 INFO kablam! 12 | let mut s_buf:String; Oct 11 03:35:25.199 INFO kablam! | ----^^^^^ Oct 11 03:35:25.199 INFO kablam! | | Oct 11 03:35:25.199 INFO kablam! | help: remove this `mut` Oct 11 03:35:25.199 INFO kablam! | Oct 11 03:35:25.199 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:35:25.199 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: function is never used: `listening` Oct 11 03:35:25.212 INFO kablam! --> src/http.rs:6:1 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 6 | pub fn listening(url: &str) { Oct 11 03:35:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:35:25.212 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: function is never used: `handle_proc` Oct 11 03:35:25.212 INFO kablam! --> src/http.rs:11:1 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 11 | fn handle_proc(req: Request, mut res: Response) { Oct 11 03:35:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.212 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: struct is never constructed: `GitterMdFormatProvider` Oct 11 03:35:25.212 INFO kablam! --> src/formatting.rs:10:1 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 10 | pub struct GitterMdFormatProvider; Oct 11 03:35:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.212 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: method is never used: `new` Oct 11 03:35:25.212 INFO kablam! --> src/formatting.rs:13:5 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 13 | pub fn new() -> GitterMdFormatProvider{ Oct 11 03:35:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.212 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: method is never used: `new` Oct 11 03:35:25.212 INFO kablam! --> src/bingo/cards.rs:15:5 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 15 | pub fn new(word: &'a str) -> CardCell<'a> { Oct 11 03:35:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.212 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: method is never used: `check` Oct 11 03:35:25.212 INFO kablam! --> src/bingo/cards.rs:27:5 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 27 | pub fn check(&mut self) { Oct 11 03:35:25.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.212 INFO kablam! Oct 11 03:35:25.212 INFO kablam! warning: struct is never constructed: `Card` Oct 11 03:35:25.212 INFO kablam! --> src/bingo/cards.rs:32:1 Oct 11 03:35:25.212 INFO kablam! | Oct 11 03:35:25.212 INFO kablam! 32 | pub struct Card<'a> { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:25.213 INFO kablam! warning: method is never used: `new` Oct 11 03:35:25.213 INFO kablam! --> src/bingo/cards.rs:38:5 Oct 11 03:35:25.213 INFO kablam! | Oct 11 03:35:25.213 INFO kablam! 38 | pub fn new(word_iter: I) -> Card<'a> where I: Iterator { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:25.213 INFO kablam! warning: method is never used: `check_cell` Oct 11 03:35:25.213 INFO kablam! --> src/bingo/cards.rs:42:5 Oct 11 03:35:25.213 INFO kablam! | Oct 11 03:35:25.213 INFO kablam! 42 | pub fn check_cell(&mut self, row: usize, col: usize) { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:25.213 INFO kablam! warning: function is never used: `fill_cells` Oct 11 03:35:25.213 INFO kablam! --> src/bingo/cards.rs:47:1 Oct 11 03:35:25.213 INFO kablam! | Oct 11 03:35:25.213 INFO kablam! 47 | fn fill_cells<'a, I>(word_iter: I) -> [[CardCell<'a>; COL_COUNT]; ROW_COUNT] where I: Iterator { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:25.213 INFO kablam! warning: function is never used: `split` Oct 11 03:35:25.213 INFO kablam! --> src/bingo/words.rs:2:1 Oct 11 03:35:25.213 INFO kablam! | Oct 11 03:35:25.213 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:25.213 INFO kablam! warning: struct is never constructed: `Word` Oct 11 03:35:25.213 INFO kablam! --> src/bingo/words.rs:6:1 Oct 11 03:35:25.213 INFO kablam! | Oct 11 03:35:25.213 INFO kablam! 6 | pub struct Word { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:25.213 INFO kablam! warning: method is never used: `new` Oct 11 03:35:25.213 INFO kablam! --> src/bingo/words.rs:12:6 Oct 11 03:35:25.213 INFO kablam! | Oct 11 03:35:25.213 INFO kablam! 12 | pub fn new(title: &str, synonyms: Vec<&str>) -> Word { Oct 11 03:35:25.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:25.213 INFO kablam! Oct 11 03:35:26.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.92s Oct 11 03:35:26.947 INFO kablam! su: No module specific data is present Oct 11 03:35:27.501 INFO running `"docker" "rm" "-f" "a02dadf390270da8ff621a38aea7f45825c25508216eff507b50d9c34949533c"` Oct 11 03:35:27.736 INFO blam! a02dadf390270da8ff621a38aea7f45825c25508216eff507b50d9c34949533c Oct 11 03:35:27.738 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:35:27.739 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 03:35:28.064 INFO blam! 17939cee6662af88246536c8384b47e5d68c984e3674f9f59e361bbc5e705f27 Oct 11 03:35:28.066 INFO running `"docker" "start" "-a" "17939cee6662af88246536c8384b47e5d68c984e3674f9f59e361bbc5e705f27"` Oct 11 03:35:28.841 INFO kablam! usermod: no changes Oct 11 03:35:28.944 INFO kablam! Compiling bingo-bot v0.1.0 (/source) Oct 11 03:35:30.011 INFO kablam! warning: unused variable: `s` Oct 11 03:35:30.011 INFO kablam! --> src/bingo/words.rs:2:21 Oct 11 03:35:30.011 INFO kablam! | Oct 11 03:35:30.011 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 11 03:35:30.011 INFO kablam! | ^ help: consider using `_s` instead Oct 11 03:35:30.011 INFO kablam! | Oct 11 03:35:30.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 03:35:30.011 INFO kablam! Oct 11 03:35:30.028 INFO kablam! warning: variable does not need to be mutable Oct 11 03:35:30.028 INFO kablam! --> src/http.rs:12:9 Oct 11 03:35:30.028 INFO kablam! | Oct 11 03:35:30.028 INFO kablam! 12 | let mut s_buf:String; Oct 11 03:35:30.028 INFO kablam! | ----^^^^^ Oct 11 03:35:30.028 INFO kablam! | | Oct 11 03:35:30.028 INFO kablam! | help: remove this `mut` Oct 11 03:35:30.028 INFO kablam! | Oct 11 03:35:30.028 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:35:30.028 INFO kablam! Oct 11 03:35:30.046 INFO kablam! warning: function is never used: `listening` Oct 11 03:35:30.047 INFO kablam! --> src/http.rs:6:1 Oct 11 03:35:30.047 INFO kablam! | Oct 11 03:35:30.047 INFO kablam! 6 | pub fn listening(url: &str) { Oct 11 03:35:30.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:30.047 INFO kablam! | Oct 11 03:35:30.048 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 03:35:30.048 INFO kablam! Oct 11 03:35:30.048 INFO kablam! warning: function is never used: `handle_proc` Oct 11 03:35:30.048 INFO kablam! --> src/http.rs:11:1 Oct 11 03:35:30.049 INFO kablam! | Oct 11 03:35:30.050 INFO kablam! 11 | fn handle_proc(req: Request, mut res: Response) { Oct 11 03:35:30.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:30.050 INFO kablam! Oct 11 03:35:30.050 INFO kablam! warning: struct is never constructed: `GitterMdFormatProvider` Oct 11 03:35:30.051 INFO kablam! --> src/formatting.rs:10:1 Oct 11 03:35:30.051 INFO kablam! | Oct 11 03:35:30.052 INFO kablam! 10 | pub struct GitterMdFormatProvider; Oct 11 03:35:30.052 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:30.053 INFO kablam! Oct 11 03:35:30.053 INFO kablam! warning: method is never used: `new` Oct 11 03:35:30.053 INFO kablam! --> src/formatting.rs:13:5 Oct 11 03:35:30.053 INFO kablam! | Oct 11 03:35:30.054 INFO kablam! 13 | pub fn new() -> GitterMdFormatProvider{ Oct 11 03:35:30.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:30.054 INFO kablam! Oct 11 03:35:30.054 INFO kablam! warning: function is never used: `split` Oct 11 03:35:30.055 INFO kablam! --> src/bingo/words.rs:2:1 Oct 11 03:35:30.055 INFO kablam! | Oct 11 03:35:30.055 INFO kablam! 2 | pub fn split<'a, I>(s: &'a str) -> I where I: Iterator { Oct 11 03:35:30.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:30.056 INFO kablam! Oct 11 03:35:30.056 INFO kablam! warning: struct is never constructed: `Word` Oct 11 03:35:30.061 INFO kablam! --> src/bingo/words.rs:6:1 Oct 11 03:35:30.061 INFO kablam! | Oct 11 03:35:30.061 INFO kablam! 6 | pub struct Word { Oct 11 03:35:30.061 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 03:35:30.061 INFO kablam! Oct 11 03:35:30.062 INFO kablam! warning: method is never used: `new` Oct 11 03:35:30.062 INFO kablam! --> src/bingo/words.rs:12:6 Oct 11 03:35:30.062 INFO kablam! | Oct 11 03:35:30.062 INFO kablam! 12 | pub fn new(title: &str, synonyms: Vec<&str>) -> Word { Oct 11 03:35:30.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:35:30.063 INFO kablam! Oct 11 03:35:31.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 11 03:35:31.189 INFO kablam! su: No module specific data is present Oct 11 03:35:31.903 INFO running `"docker" "rm" "-f" "17939cee6662af88246536c8384b47e5d68c984e3674f9f59e361bbc5e705f27"` Oct 11 03:35:32.156 INFO blam! 17939cee6662af88246536c8384b47e5d68c984e3674f9f59e361bbc5e705f27 Oct 11 03:35:32.160 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:35:32.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 03:35:32.473 INFO blam! f0eb1a3ca27458ee84fcdeef272002d6e267be2f263d55c2ee9f9f68f2075e15 Oct 11 03:35:32.479 INFO running `"docker" "start" "-a" "f0eb1a3ca27458ee84fcdeef272002d6e267be2f263d55c2ee9f9f68f2075e15"` Oct 11 03:35:33.370 INFO kablam! usermod: no changes Oct 11 03:35:33.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 03:35:33.548 INFO kablam! Running /target/debug/deps/bingo_bot-4a3c75ba14c8f6f7 Oct 11 03:35:33.556 INFO kablam! su: No module specific data is present Oct 11 03:35:33.556 INFO blam! Oct 11 03:35:33.556 INFO blam! running 4 tests Oct 11 03:35:33.556 INFO blam! test bingo::bingo_tests::bingo_tests_works ... ok Oct 11 03:35:33.556 INFO blam! test bingo::bingo_tests::card_check_cell ... ok Oct 11 03:35:33.556 INFO blam! test bingo::bingo_tests::cardcell_check ... ok Oct 11 03:35:33.556 INFO blam! test bingo::bingo_tests::cardcell_new ... ok Oct 11 03:35:33.556 INFO blam! Oct 11 03:35:33.556 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:35:33.556 INFO blam! Oct 11 03:35:34.024 INFO running `"docker" "rm" "-f" "f0eb1a3ca27458ee84fcdeef272002d6e267be2f263d55c2ee9f9f68f2075e15"` Oct 11 03:35:34.308 INFO blam! f0eb1a3ca27458ee84fcdeef272002d6e267be2f263d55c2ee9f9f68f2075e15