Oct 14 18:20:32.467 INFO testing ickshonpe/elo_tournament_simulator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:20:32.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 18:20:32.897 INFO blam! b258f92fa1c8426fce9478b20c32aede3b68f10f0e62e80194781c65d896f67e Oct 14 18:20:32.900 INFO running `"docker" "start" "-a" "b258f92fa1c8426fce9478b20c32aede3b68f10f0e62e80194781c65d896f67e"` Oct 14 18:20:34.203 INFO kablam! usermod: no changes Oct 14 18:20:34.319 INFO kablam! Compiling serde_yaml v0.7.1 Oct 14 18:20:36.669 INFO kablam! Compiling ELO_Tournament_Simulator v0.1.0 (/source) Oct 14 18:20:36.939 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 14 18:20:36.939 INFO kablam! --> src/tournament_data.rs:5:5 Oct 14 18:20:36.940 INFO kablam! | Oct 14 18:20:36.940 INFO kablam! 5 | use std::io::prelude::*; Oct 14 18:20:36.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:36.940 INFO kablam! | Oct 14 18:20:36.941 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:20:36.941 INFO kablam! Oct 14 18:20:37.239 INFO kablam! warning: method is never used: `new` Oct 14 18:20:37.240 INFO kablam! --> src/player.rs:11:5 Oct 14 18:20:37.240 INFO kablam! | Oct 14 18:20:37.240 INFO kablam! 11 | pub fn new(name: &str, elo: i64, seeding: i64) -> Player { Oct 14 18:20:37.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:37.241 INFO kablam! | Oct 14 18:20:37.241 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:20:37.241 INFO kablam! Oct 14 18:20:37.242 INFO kablam! warning: crate `ELO_Tournament_Simulator` should have a snake case name such as `elo_tournament_simulator` Oct 14 18:20:37.242 INFO kablam! | Oct 14 18:20:37.242 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:20:37.243 INFO kablam! Oct 14 18:20:39.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.91s Oct 14 18:20:39.155 INFO kablam! su: No module specific data is present Oct 14 18:20:40.228 INFO running `"docker" "rm" "-f" "b258f92fa1c8426fce9478b20c32aede3b68f10f0e62e80194781c65d896f67e"` Oct 14 18:20:40.515 INFO blam! b258f92fa1c8426fce9478b20c32aede3b68f10f0e62e80194781c65d896f67e Oct 14 18:20:40.521 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 18:20:41.035 INFO blam! f1389df16d85b59086a047e89772280e516676806576f6bcacc2f87dc145e8de Oct 14 18:20:41.038 INFO running `"docker" "start" "-a" "f1389df16d85b59086a047e89772280e516676806576f6bcacc2f87dc145e8de"` Oct 14 18:20:42.668 INFO kablam! usermod: no changes Oct 14 18:20:42.769 INFO kablam! Compiling ELO_Tournament_Simulator v0.1.0 (/source) Oct 14 18:20:43.147 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 14 18:20:43.147 INFO kablam! --> src/tournament_data.rs:5:5 Oct 14 18:20:43.147 INFO kablam! | Oct 14 18:20:43.147 INFO kablam! 5 | use std::io::prelude::*; Oct 14 18:20:43.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:43.147 INFO kablam! | Oct 14 18:20:43.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:20:43.147 INFO kablam! Oct 14 18:20:43.435 INFO kablam! warning: method is never used: `new` Oct 14 18:20:43.435 INFO kablam! --> src/player.rs:11:5 Oct 14 18:20:43.435 INFO kablam! | Oct 14 18:20:43.435 INFO kablam! 11 | pub fn new(name: &str, elo: i64, seeding: i64) -> Player { Oct 14 18:20:43.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:20:43.435 INFO kablam! | Oct 14 18:20:43.435 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:20:43.435 INFO kablam! Oct 14 18:20:43.435 INFO kablam! warning: crate `ELO_Tournament_Simulator` should have a snake case name such as `elo_tournament_simulator` Oct 14 18:20:43.435 INFO kablam! | Oct 14 18:20:43.435 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:20:43.435 INFO kablam! Oct 14 18:20:43.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 14 18:20:43.923 INFO kablam! su: No module specific data is present Oct 14 18:20:44.834 INFO running `"docker" "rm" "-f" "f1389df16d85b59086a047e89772280e516676806576f6bcacc2f87dc145e8de"` Oct 14 18:20:45.227 INFO blam! f1389df16d85b59086a047e89772280e516676806576f6bcacc2f87dc145e8de Oct 14 18:20:45.229 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 18:20:45.661 INFO blam! 20243390808f3c48083a189792312482a5ba5b74d0bea560e11b04f75118dc0d Oct 14 18:20:45.664 INFO running `"docker" "start" "-a" "20243390808f3c48083a189792312482a5ba5b74d0bea560e11b04f75118dc0d"` Oct 14 18:20:47.103 INFO kablam! usermod: no changes Oct 14 18:20:47.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 18:20:47.211 INFO kablam! Running /target/debug/deps/ELO_Tournament_Simulator-d81e8c384f7b7cfc Oct 14 18:20:47.214 INFO blam! Oct 14 18:20:47.214 INFO blam! running 0 tests Oct 14 18:20:47.215 INFO blam! Oct 14 18:20:47.215 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:20:47.215 INFO blam! Oct 14 18:20:47.221 INFO kablam! su: No module specific data is present Oct 14 18:20:47.988 INFO running `"docker" "rm" "-f" "20243390808f3c48083a189792312482a5ba5b74d0bea560e11b04f75118dc0d"` Oct 14 18:20:48.267 INFO blam! 20243390808f3c48083a189792312482a5ba5b74d0bea560e11b04f75118dc0d