Oct 14 12:09:45.731 INFO testing masonium/card-engine against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:09:45.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 12:09:46.219 INFO blam! ee252085eae5696fc86667901806a648b50f966ae707f7d482735cf5a4c36696 Oct 14 12:09:46.228 INFO running `"docker" "start" "-a" "ee252085eae5696fc86667901806a648b50f966ae707f7d482735cf5a4c36696"` Oct 14 12:09:47.312 INFO kablam! usermod: no changes Oct 14 12:09:47.431 INFO kablam! Compiling matrixmultiply v0.1.13 Oct 14 12:09:47.431 INFO kablam! Compiling num-traits v0.1.37 Oct 14 12:09:47.439 INFO kablam! Compiling ndarray v0.9.1 Oct 14 12:09:47.455 INFO kablam! Compiling itertools v0.6.0 Oct 14 12:09:47.456 INFO kablam! Compiling term_size v0.3.0 Oct 14 12:09:47.456 INFO kablam! Compiling rand v0.3.15 Oct 14 12:09:47.456 INFO kablam! Compiling atty v0.2.2 Oct 14 12:09:47.456 INFO kablam! Compiling termion v1.3.0 Oct 14 12:09:48.488 INFO kablam! Compiling clap v2.24.2 Oct 14 12:09:54.700 INFO kablam! Compiling num-complex v0.1.37 Oct 14 12:10:10.637 INFO kablam! Compiling ndarray-rand v0.5.0 Oct 14 12:10:26.191 INFO kablam! Compiling card-engine v0.1.0 (/source) Oct 14 12:10:26.463 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:26.463 INFO kablam! --> src/germanwhist/phase.rs:43:13 Oct 14 12:10:26.463 INFO kablam! | Oct 14 12:10:26.463 INFO kablam! 43 | /// this is the first card played Oct 14 12:10:26.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:26.463 INFO kablam! | Oct 14 12:10:26.463 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:26.463 INFO kablam! Oct 14 12:10:26.463 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:26.463 INFO kablam! --> src/germanwhist/phase.rs:90:17 Oct 14 12:10:26.463 INFO kablam! | Oct 14 12:10:26.463 INFO kablam! 90 | /// Give players their new cards Oct 14 12:10:26.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:26.463 INFO kablam! Oct 14 12:10:26.471 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:26.471 INFO kablam! --> src/learning/training.rs:48:9 Oct 14 12:10:26.471 INFO kablam! | Oct 14 12:10:26.471 INFO kablam! 48 | /// epsilon-greedy state-choosing Oct 14 12:10:26.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:26.471 INFO kablam! Oct 14 12:10:27.141 INFO kablam! warning: variable does not need to be mutable Oct 14 12:10:27.141 INFO kablam! --> src/germanwhist/player.rs:189:23 Oct 14 12:10:27.142 INFO kablam! | Oct 14 12:10:27.142 INFO kablam! 189 | fn card_to_vector(mut x: &mut ArrayViewMut, card: &Option, suit_order: &[Suit]) { Oct 14 12:10:27.143 INFO kablam! | ----^ Oct 14 12:10:27.143 INFO kablam! | | Oct 14 12:10:27.144 INFO kablam! | help: remove this `mut` Oct 14 12:10:27.144 INFO kablam! | Oct 14 12:10:27.145 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:10:27.145 INFO kablam! Oct 14 12:10:27.347 INFO kablam! warning: method is never used: `dump` Oct 14 12:10:27.347 INFO kablam! --> src/learning/neural_net.rs:283:5 Oct 14 12:10:27.347 INFO kablam! | Oct 14 12:10:27.347 INFO kablam! 283 | fn dump(&self) { Oct 14 12:10:27.347 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 12:10:27.347 INFO kablam! | Oct 14 12:10:27.347 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:10:27.347 INFO kablam! Oct 14 12:10:32.175 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:32.175 INFO kablam! --> src/bin/basic_player.rs:200:5 Oct 14 12:10:32.175 INFO kablam! | Oct 14 12:10:32.176 INFO kablam! 200 | /// start the game Oct 14 12:10:32.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:10:32.177 INFO kablam! | Oct 14 12:10:32.177 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:32.178 INFO kablam! Oct 14 12:10:32.524 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:10:32.525 INFO kablam! --> src/bin/basic_player.rs:251:9 Oct 14 12:10:32.526 INFO kablam! | Oct 14 12:10:32.526 INFO kablam! 251 | sl.train_on_episode(false); Oct 14 12:10:32.527 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:32.528 INFO kablam! | Oct 14 12:10:32.528 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:10:32.529 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:10:32.530 INFO kablam! Oct 14 12:10:35.990 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.65s Oct 14 12:10:35.996 INFO kablam! su: No module specific data is present Oct 14 12:10:38.156 INFO running `"docker" "rm" "-f" "ee252085eae5696fc86667901806a648b50f966ae707f7d482735cf5a4c36696"` Oct 14 12:10:38.479 INFO blam! ee252085eae5696fc86667901806a648b50f966ae707f7d482735cf5a4c36696 Oct 14 12:10:38.496 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 12:10:38.916 INFO blam! 32aea8ff91c301f11904307d66e0e0b3056c9fedca5c5352d382ed9639ce981c Oct 14 12:10:38.931 INFO running `"docker" "start" "-a" "32aea8ff91c301f11904307d66e0e0b3056c9fedca5c5352d382ed9639ce981c"` Oct 14 12:10:40.494 INFO kablam! usermod: no changes Oct 14 12:10:40.599 INFO kablam! Compiling card-engine v0.1.0 (/source) Oct 14 12:10:41.139 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.139 INFO kablam! --> src/germanwhist/phase.rs:43:13 Oct 14 12:10:41.139 INFO kablam! | Oct 14 12:10:41.139 INFO kablam! 43 | /// this is the first card played Oct 14 12:10:41.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.139 INFO kablam! | Oct 14 12:10:41.139 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:41.139 INFO kablam! Oct 14 12:10:41.139 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.139 INFO kablam! --> src/germanwhist/phase.rs:90:17 Oct 14 12:10:41.139 INFO kablam! | Oct 14 12:10:41.139 INFO kablam! 90 | /// Give players their new cards Oct 14 12:10:41.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.139 INFO kablam! Oct 14 12:10:41.142 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.142 INFO kablam! --> src/learning/training.rs:48:9 Oct 14 12:10:41.142 INFO kablam! | Oct 14 12:10:41.142 INFO kablam! 48 | /// epsilon-greedy state-choosing Oct 14 12:10:41.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.142 INFO kablam! Oct 14 12:10:41.283 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.283 INFO kablam! --> src/bin/basic_player.rs:200:5 Oct 14 12:10:41.283 INFO kablam! | Oct 14 12:10:41.283 INFO kablam! 200 | /// start the game Oct 14 12:10:41.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.283 INFO kablam! | Oct 14 12:10:41.283 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:41.283 INFO kablam! Oct 14 12:10:41.855 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:10:41.855 INFO kablam! --> src/bin/basic_player.rs:251:9 Oct 14 12:10:41.855 INFO kablam! | Oct 14 12:10:41.855 INFO kablam! 251 | sl.train_on_episode(false); Oct 14 12:10:41.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.855 INFO kablam! | Oct 14 12:10:41.855 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:10:41.855 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:10:41.855 INFO kablam! Oct 14 12:10:43.102 INFO kablam! warning: variable does not need to be mutable Oct 14 12:10:43.103 INFO kablam! --> src/germanwhist/player.rs:189:23 Oct 14 12:10:43.103 INFO kablam! | Oct 14 12:10:43.104 INFO kablam! 189 | fn card_to_vector(mut x: &mut ArrayViewMut, card: &Option, suit_order: &[Suit]) { Oct 14 12:10:43.105 INFO kablam! | ----^ Oct 14 12:10:43.105 INFO kablam! | | Oct 14 12:10:43.106 INFO kablam! | help: remove this `mut` Oct 14 12:10:43.106 INFO kablam! | Oct 14 12:10:43.107 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:10:43.107 INFO kablam! Oct 14 12:10:43.314 INFO kablam! warning: method is never used: `dump` Oct 14 12:10:43.314 INFO kablam! --> src/learning/neural_net.rs:283:5 Oct 14 12:10:43.315 INFO kablam! | Oct 14 12:10:43.315 INFO kablam! 283 | fn dump(&self) { Oct 14 12:10:43.315 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 12:10:43.315 INFO kablam! | Oct 14 12:10:43.315 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:10:43.315 INFO kablam! Oct 14 12:10:44.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.69s Oct 14 12:10:44.218 INFO kablam! su: No module specific data is present Oct 14 12:10:45.779 INFO running `"docker" "rm" "-f" "32aea8ff91c301f11904307d66e0e0b3056c9fedca5c5352d382ed9639ce981c"` Oct 14 12:10:46.135 INFO blam! 32aea8ff91c301f11904307d66e0e0b3056c9fedca5c5352d382ed9639ce981c Oct 14 12:10:46.137 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 12:10:46.643 INFO blam! ad8c6c85fdd20a45151613cc24c7dcf00229f8e68f2b7b108cb0998e6663f1e2 Oct 14 12:10:46.655 INFO running `"docker" "start" "-a" "ad8c6c85fdd20a45151613cc24c7dcf00229f8e68f2b7b108cb0998e6663f1e2"` Oct 14 12:10:48.406 INFO kablam! usermod: no changes Oct 14 12:10:48.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 12:10:48.538 INFO kablam! Running /target/debug/deps/card_engine-2bfdf4d7b4bfc44a Oct 14 12:10:48.540 INFO blam! Oct 14 12:10:48.540 INFO blam! running 4 tests Oct 14 12:10:48.560 INFO blam! test learning::neural_net::tests::test_linear ... ok Oct 14 12:10:48.560 INFO blam! test learning::neural_net::tests::test_relu ... ok Oct 14 12:10:48.567 INFO blam! test learning::neural_net::tests::test_sym_sigmoid ... ok Oct 14 12:10:48.567 INFO blam! test learning::neural_net::tests::test_sigmoid ... ok Oct 14 12:10:48.567 INFO blam! Oct 14 12:10:48.567 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:48.567 INFO blam! Oct 14 12:10:48.567 INFO blam! Oct 14 12:10:48.567 INFO blam! running 0 tests Oct 14 12:10:48.567 INFO blam! Oct 14 12:10:48.567 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:48.567 INFO blam! Oct 14 12:10:48.569 INFO kablam! Running /target/debug/deps/basic_player-7392c99a60e441b7 Oct 14 12:10:48.569 INFO kablam! Running /target/debug/deps/single_layer_learn-32059e8ec89b48d0 Oct 14 12:10:48.570 INFO blam! Oct 14 12:10:48.570 INFO blam! running 0 tests Oct 14 12:10:48.570 INFO blam! Oct 14 12:10:48.570 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:48.570 INFO blam! Oct 14 12:10:48.571 INFO kablam! Doc-tests card-engine Oct 14 12:10:48.951 INFO blam! Oct 14 12:10:48.951 INFO blam! running 0 tests Oct 14 12:10:48.951 INFO blam! Oct 14 12:10:48.951 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:48.951 INFO blam! Oct 14 12:10:48.957 INFO kablam! su: No module specific data is present Oct 14 12:10:50.171 INFO running `"docker" "rm" "-f" "ad8c6c85fdd20a45151613cc24c7dcf00229f8e68f2b7b108cb0998e6663f1e2"` Oct 14 12:10:50.406 INFO blam! ad8c6c85fdd20a45151613cc24c7dcf00229f8e68f2b7b108cb0998e6663f1e2