Oct 10 18:51:45.043 INFO testing masonium/card-engine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:51:45.043 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:51:45.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 18:51:45.474 INFO blam! 1288bcab1dddb407f971b397aafd509416f2ea8e99c389bbbc6098ebd78cd644 Oct 10 18:51:45.485 INFO running `"docker" "start" "-a" "1288bcab1dddb407f971b397aafd509416f2ea8e99c389bbbc6098ebd78cd644"` Oct 10 18:51:46.763 INFO kablam! usermod: no changes Oct 10 18:51:46.868 INFO kablam! Compiling num-complex v0.1.37 Oct 10 18:51:46.868 INFO kablam! Compiling termion v1.3.0 Oct 10 18:51:48.437 INFO kablam! Compiling ndarray v0.9.1 Oct 10 18:51:58.031 INFO kablam! Compiling ndarray-rand v0.5.0 Oct 10 18:51:59.317 INFO kablam! Compiling card-engine v0.1.0 (/source) Oct 10 18:52:00.436 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:00.436 INFO kablam! --> src/germanwhist/phase.rs:43:13 Oct 10 18:52:00.437 INFO kablam! | Oct 10 18:52:00.437 INFO kablam! 43 | /// this is the first card played Oct 10 18:52:00.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:00.438 INFO kablam! | Oct 10 18:52:00.438 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 18:52:00.438 INFO kablam! Oct 10 18:52:00.438 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:00.439 INFO kablam! --> src/germanwhist/phase.rs:90:17 Oct 10 18:52:00.439 INFO kablam! | Oct 10 18:52:00.439 INFO kablam! 90 | /// Give players their new cards Oct 10 18:52:00.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:00.440 INFO kablam! Oct 10 18:52:00.444 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:00.445 INFO kablam! --> src/learning/training.rs:48:9 Oct 10 18:52:00.445 INFO kablam! | Oct 10 18:52:00.445 INFO kablam! 48 | /// epsilon-greedy state-choosing Oct 10 18:52:00.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:00.446 INFO kablam! Oct 10 18:52:01.128 INFO kablam! warning: variable does not need to be mutable Oct 10 18:52:01.128 INFO kablam! --> src/germanwhist/player.rs:189:23 Oct 10 18:52:01.128 INFO kablam! | Oct 10 18:52:01.128 INFO kablam! 189 | fn card_to_vector(mut x: &mut ArrayViewMut, card: &Option, suit_order: &[Suit]) { Oct 10 18:52:01.128 INFO kablam! | ----^ Oct 10 18:52:01.128 INFO kablam! | | Oct 10 18:52:01.128 INFO kablam! | help: remove this `mut` Oct 10 18:52:01.128 INFO kablam! | Oct 10 18:52:01.128 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:52:01.128 INFO kablam! Oct 10 18:52:01.320 INFO kablam! warning: method is never used: `dump` Oct 10 18:52:01.320 INFO kablam! --> src/learning/neural_net.rs:283:5 Oct 10 18:52:01.320 INFO kablam! | Oct 10 18:52:01.320 INFO kablam! 283 | fn dump(&self) { Oct 10 18:52:01.320 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 18:52:01.320 INFO kablam! | Oct 10 18:52:01.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:52:01.320 INFO kablam! Oct 10 18:52:07.001 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:07.001 INFO kablam! --> src/bin/basic_player.rs:200:5 Oct 10 18:52:07.001 INFO kablam! | Oct 10 18:52:07.002 INFO kablam! 200 | /// start the game Oct 10 18:52:07.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:52:07.002 INFO kablam! | Oct 10 18:52:07.003 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 18:52:07.003 INFO kablam! Oct 10 18:52:07.241 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:52:07.241 INFO kablam! --> src/bin/basic_player.rs:251:9 Oct 10 18:52:07.242 INFO kablam! | Oct 10 18:52:07.242 INFO kablam! 251 | sl.train_on_episode(false); Oct 10 18:52:07.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:07.242 INFO kablam! | Oct 10 18:52:07.243 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:52:07.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:52:07.245 INFO kablam! Oct 10 18:52:12.224 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.44s Oct 10 18:52:12.245 INFO kablam! su: No module specific data is present Oct 10 18:52:13.520 INFO running `"docker" "rm" "-f" "1288bcab1dddb407f971b397aafd509416f2ea8e99c389bbbc6098ebd78cd644"` Oct 10 18:52:13.784 INFO blam! 1288bcab1dddb407f971b397aafd509416f2ea8e99c389bbbc6098ebd78cd644 Oct 10 18:52:13.784 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:52:13.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 18:52:14.272 INFO blam! 75e1989b49660ec80475529216b8bdb97b0a27fe1773cd0279ef8ee206aaf9df Oct 10 18:52:14.273 INFO running `"docker" "start" "-a" "75e1989b49660ec80475529216b8bdb97b0a27fe1773cd0279ef8ee206aaf9df"` Oct 10 18:52:16.813 INFO kablam! usermod: no changes Oct 10 18:52:16.966 INFO kablam! Compiling card-engine v0.1.0 (/source) Oct 10 18:52:20.112 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:20.112 INFO kablam! --> src/germanwhist/phase.rs:43:13 Oct 10 18:52:20.112 INFO kablam! | Oct 10 18:52:20.112 INFO kablam! 43 | /// this is the first card played Oct 10 18:52:20.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:20.112 INFO kablam! | Oct 10 18:52:20.112 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 18:52:20.112 INFO kablam! Oct 10 18:52:20.112 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:20.112 INFO kablam! --> src/germanwhist/phase.rs:90:17 Oct 10 18:52:20.112 INFO kablam! | Oct 10 18:52:20.112 INFO kablam! 90 | /// Give players their new cards Oct 10 18:52:20.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:20.112 INFO kablam! Oct 10 18:52:20.120 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:20.121 INFO kablam! --> src/learning/training.rs:48:9 Oct 10 18:52:20.121 INFO kablam! | Oct 10 18:52:20.121 INFO kablam! 48 | /// epsilon-greedy state-choosing Oct 10 18:52:20.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:20.121 INFO kablam! Oct 10 18:52:20.769 INFO kablam! warning: doc comment not used by rustdoc Oct 10 18:52:20.769 INFO kablam! --> src/bin/basic_player.rs:200:5 Oct 10 18:52:20.770 INFO kablam! | Oct 10 18:52:20.770 INFO kablam! 200 | /// start the game Oct 10 18:52:20.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 18:52:20.770 INFO kablam! | Oct 10 18:52:20.771 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 10 18:52:20.771 INFO kablam! Oct 10 18:52:21.225 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 18:52:21.225 INFO kablam! --> src/bin/basic_player.rs:251:9 Oct 10 18:52:21.225 INFO kablam! | Oct 10 18:52:21.225 INFO kablam! 251 | sl.train_on_episode(false); Oct 10 18:52:21.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:52:21.225 INFO kablam! | Oct 10 18:52:21.225 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 18:52:21.233 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 18:52:21.234 INFO kablam! Oct 10 18:52:21.945 INFO kablam! warning: variable does not need to be mutable Oct 10 18:52:21.945 INFO kablam! --> src/germanwhist/player.rs:189:23 Oct 10 18:52:21.945 INFO kablam! | Oct 10 18:52:21.946 INFO kablam! 189 | fn card_to_vector(mut x: &mut ArrayViewMut, card: &Option, suit_order: &[Suit]) { Oct 10 18:52:21.946 INFO kablam! | ----^ Oct 10 18:52:21.946 INFO kablam! | | Oct 10 18:52:21.946 INFO kablam! | help: remove this `mut` Oct 10 18:52:21.946 INFO kablam! | Oct 10 18:52:21.946 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 18:52:21.946 INFO kablam! Oct 10 18:52:22.246 INFO kablam! warning: method is never used: `dump` Oct 10 18:52:22.247 INFO kablam! --> src/learning/neural_net.rs:283:5 Oct 10 18:52:22.247 INFO kablam! | Oct 10 18:52:22.247 INFO kablam! 283 | fn dump(&self) { Oct 10 18:52:22.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 18:52:22.247 INFO kablam! | Oct 10 18:52:22.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:52:22.247 INFO kablam! Oct 10 18:52:23.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.49s Oct 10 18:52:23.341 INFO kablam! su: No module specific data is present Oct 10 18:52:24.691 INFO running `"docker" "rm" "-f" "75e1989b49660ec80475529216b8bdb97b0a27fe1773cd0279ef8ee206aaf9df"` Oct 10 18:52:25.085 INFO blam! 75e1989b49660ec80475529216b8bdb97b0a27fe1773cd0279ef8ee206aaf9df Oct 10 18:52:25.088 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:52:25.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 18:52:25.566 INFO blam! 3c5d891ca67de8a807f7b2f147fb605f42720354d2f6e27f359d51eecb21801e Oct 10 18:52:25.567 INFO running `"docker" "start" "-a" "3c5d891ca67de8a807f7b2f147fb605f42720354d2f6e27f359d51eecb21801e"` Oct 10 18:52:27.423 INFO kablam! usermod: no changes Oct 10 18:52:27.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 18:52:27.556 INFO blam! Oct 10 18:52:27.556 INFO blam! running 4 tests Oct 10 18:52:27.557 INFO kablam! Running /target/debug/deps/card_engine-fac9b0f2cee4e342 Oct 10 18:52:27.564 INFO blam! test learning::neural_net::tests::test_relu ... ok Oct 10 18:52:27.564 INFO blam! test learning::neural_net::tests::test_linear ... ok Oct 10 18:52:27.564 INFO blam! test learning::neural_net::tests::test_sigmoid ... ok Oct 10 18:52:27.564 INFO blam! test learning::neural_net::tests::test_sym_sigmoid ... ok Oct 10 18:52:27.564 INFO blam! Oct 10 18:52:27.564 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:52:27.564 INFO blam! Oct 10 18:52:27.564 INFO blam! Oct 10 18:52:27.564 INFO blam! running 0 tests Oct 10 18:52:27.564 INFO blam! Oct 10 18:52:27.564 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:52:27.564 INFO blam! Oct 10 18:52:27.567 INFO kablam! Running /target/debug/deps/basic_player-930fb540e7c7b109 Oct 10 18:52:27.567 INFO kablam! Running /target/debug/deps/single_layer_learn-bf7e3584aeba2b28 Oct 10 18:52:27.568 INFO blam! Oct 10 18:52:27.568 INFO blam! running 0 tests Oct 10 18:52:27.568 INFO blam! Oct 10 18:52:27.568 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:52:27.568 INFO blam! Oct 10 18:52:27.569 INFO kablam! Doc-tests card-engine Oct 10 18:52:29.246 INFO blam! Oct 10 18:52:29.246 INFO blam! running 0 tests Oct 10 18:52:29.246 INFO blam! Oct 10 18:52:29.246 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:52:29.246 INFO blam! Oct 10 18:52:29.255 INFO kablam! su: No module specific data is present Oct 10 18:52:30.587 INFO running `"docker" "rm" "-f" "3c5d891ca67de8a807f7b2f147fb605f42720354d2f6e27f359d51eecb21801e"` Oct 10 18:52:30.953 INFO blam! 3c5d891ca67de8a807f7b2f147fb605f42720354d2f6e27f359d51eecb21801e