Oct 14 12:09:46.472 INFO testing masonium/card-engine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:09:46.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:09:46.907 INFO blam! ed53c79420110b8d59bc94ac9060c362f72b79d17e8751b8f0668a6c42f4c273 Oct 14 12:09:46.911 INFO running `"docker" "start" "-a" "ed53c79420110b8d59bc94ac9060c362f72b79d17e8751b8f0668a6c42f4c273"` Oct 14 12:09:48.571 INFO kablam! usermod: no changes Oct 14 12:09:48.734 INFO kablam! Compiling matrixmultiply v0.1.13 Oct 14 12:09:48.751 INFO kablam! Compiling num-traits v0.1.37 Oct 14 12:09:48.759 INFO kablam! Compiling either v1.1.0 Oct 14 12:09:48.787 INFO kablam! Compiling rawpointer v0.1.0 Oct 14 12:09:48.815 INFO kablam! Compiling ndarray v0.9.1 Oct 14 12:09:48.816 INFO kablam! Compiling libc v0.2.23 Oct 14 12:09:48.816 INFO kablam! Compiling bitflags v0.8.2 Oct 14 12:09:50.150 INFO kablam! Compiling itertools v0.6.0 Oct 14 12:09:52.574 INFO kablam! Compiling atty v0.2.2 Oct 14 12:09:52.574 INFO kablam! Compiling rand v0.3.15 Oct 14 12:09:52.574 INFO kablam! Compiling term_size v0.3.0 Oct 14 12:09:52.574 INFO kablam! Compiling termion v1.3.0 Oct 14 12:09:52.574 INFO kablam! Compiling time v0.1.37 Oct 14 12:09:54.283 INFO kablam! Compiling clap v2.24.2 Oct 14 12:09:54.937 INFO kablam! Compiling num-complex v0.1.37 Oct 14 12:10:11.699 INFO kablam! Compiling ndarray-rand v0.5.0 Oct 14 12:10:27.111 INFO kablam! Compiling card-engine v0.1.0 (/source) Oct 14 12:10:27.446 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:27.446 INFO kablam! --> src/germanwhist/phase.rs:43:13 Oct 14 12:10:27.446 INFO kablam! | Oct 14 12:10:27.446 INFO kablam! 43 | /// this is the first card played Oct 14 12:10:27.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:27.446 INFO kablam! | Oct 14 12:10:27.446 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:27.446 INFO kablam! Oct 14 12:10:27.446 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:27.446 INFO kablam! --> src/germanwhist/phase.rs:90:17 Oct 14 12:10:27.446 INFO kablam! | Oct 14 12:10:27.446 INFO kablam! 90 | /// Give players their new cards Oct 14 12:10:27.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:27.446 INFO kablam! Oct 14 12:10:27.451 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:27.451 INFO kablam! --> src/learning/training.rs:48:9 Oct 14 12:10:27.451 INFO kablam! | Oct 14 12:10:27.451 INFO kablam! 48 | /// epsilon-greedy state-choosing Oct 14 12:10:27.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:27.451 INFO kablam! Oct 14 12:10:28.176 INFO kablam! warning: variable does not need to be mutable Oct 14 12:10:28.176 INFO kablam! --> src/germanwhist/player.rs:189:23 Oct 14 12:10:28.176 INFO kablam! | Oct 14 12:10:28.176 INFO kablam! 189 | fn card_to_vector(mut x: &mut ArrayViewMut, card: &Option, suit_order: &[Suit]) { Oct 14 12:10:28.176 INFO kablam! | ----^ Oct 14 12:10:28.177 INFO kablam! | | Oct 14 12:10:28.177 INFO kablam! | help: remove this `mut` Oct 14 12:10:28.177 INFO kablam! | Oct 14 12:10:28.178 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:10:28.178 INFO kablam! Oct 14 12:10:28.360 INFO kablam! warning: method is never used: `dump` Oct 14 12:10:28.360 INFO kablam! --> src/learning/neural_net.rs:283:5 Oct 14 12:10:28.360 INFO kablam! | Oct 14 12:10:28.360 INFO kablam! 283 | fn dump(&self) { Oct 14 12:10:28.360 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 12:10:28.360 INFO kablam! | Oct 14 12:10:28.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:10:28.360 INFO kablam! Oct 14 12:10:33.067 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:33.067 INFO kablam! --> src/bin/basic_player.rs:200:5 Oct 14 12:10:33.067 INFO kablam! | Oct 14 12:10:33.067 INFO kablam! 200 | /// start the game Oct 14 12:10:33.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:10:33.067 INFO kablam! | Oct 14 12:10:33.067 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:33.067 INFO kablam! Oct 14 12:10:33.399 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:10:33.399 INFO kablam! --> src/bin/basic_player.rs:251:9 Oct 14 12:10:33.399 INFO kablam! | Oct 14 12:10:33.399 INFO kablam! 251 | sl.train_on_episode(false); Oct 14 12:10:33.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:33.399 INFO kablam! | Oct 14 12:10:33.403 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:10:33.403 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:10:33.403 INFO kablam! Oct 14 12:10:37.122 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.52s Oct 14 12:10:37.128 INFO kablam! su: No module specific data is present Oct 14 12:10:38.331 INFO running `"docker" "rm" "-f" "ed53c79420110b8d59bc94ac9060c362f72b79d17e8751b8f0668a6c42f4c273"` Oct 14 12:10:38.615 INFO blam! ed53c79420110b8d59bc94ac9060c362f72b79d17e8751b8f0668a6c42f4c273 Oct 14 12:10:38.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:10:39.158 INFO blam! 525457f97911f8041a5b4c2d1616d738f69fb3fb97eb45fa0538ae620ca83db3 Oct 14 12:10:39.167 INFO running `"docker" "start" "-a" "525457f97911f8041a5b4c2d1616d738f69fb3fb97eb45fa0538ae620ca83db3"` Oct 14 12:10:40.934 INFO kablam! usermod: no changes Oct 14 12:10:41.099 INFO kablam! Compiling card-engine v0.1.0 (/source) Oct 14 12:10:41.652 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.653 INFO kablam! --> src/bin/basic_player.rs:200:5 Oct 14 12:10:41.654 INFO kablam! | Oct 14 12:10:41.654 INFO kablam! 200 | /// start the game Oct 14 12:10:41.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.656 INFO kablam! | Oct 14 12:10:41.656 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:41.657 INFO kablam! Oct 14 12:10:41.751 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.751 INFO kablam! --> src/germanwhist/phase.rs:43:13 Oct 14 12:10:41.752 INFO kablam! | Oct 14 12:10:41.752 INFO kablam! 43 | /// this is the first card played Oct 14 12:10:41.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.752 INFO kablam! | Oct 14 12:10:41.753 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 14 12:10:41.754 INFO kablam! Oct 14 12:10:41.754 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.754 INFO kablam! --> src/germanwhist/phase.rs:90:17 Oct 14 12:10:41.754 INFO kablam! | Oct 14 12:10:41.754 INFO kablam! 90 | /// Give players their new cards Oct 14 12:10:41.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.754 INFO kablam! Oct 14 12:10:41.754 INFO kablam! warning: doc comment not used by rustdoc Oct 14 12:10:41.754 INFO kablam! --> src/learning/training.rs:48:9 Oct 14 12:10:41.754 INFO kablam! | Oct 14 12:10:41.754 INFO kablam! 48 | /// epsilon-greedy state-choosing Oct 14 12:10:41.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:41.775 INFO kablam! Oct 14 12:10:42.059 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:10:42.060 INFO kablam! --> src/bin/basic_player.rs:251:9 Oct 14 12:10:42.060 INFO kablam! | Oct 14 12:10:42.061 INFO kablam! 251 | sl.train_on_episode(false); Oct 14 12:10:42.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:10:42.062 INFO kablam! | Oct 14 12:10:42.063 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:10:42.064 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:10:42.064 INFO kablam! Oct 14 12:10:43.693 INFO kablam! warning: variable does not need to be mutable Oct 14 12:10:43.694 INFO kablam! --> src/germanwhist/player.rs:189:23 Oct 14 12:10:43.694 INFO kablam! | Oct 14 12:10:43.694 INFO kablam! 189 | fn card_to_vector(mut x: &mut ArrayViewMut, card: &Option, suit_order: &[Suit]) { Oct 14 12:10:43.694 INFO kablam! | ----^ Oct 14 12:10:43.694 INFO kablam! | | Oct 14 12:10:43.694 INFO kablam! | help: remove this `mut` Oct 14 12:10:43.694 INFO kablam! | Oct 14 12:10:43.694 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 12:10:43.694 INFO kablam! Oct 14 12:10:43.876 INFO kablam! warning: method is never used: `dump` Oct 14 12:10:43.877 INFO kablam! --> src/learning/neural_net.rs:283:5 Oct 14 12:10:43.877 INFO kablam! | Oct 14 12:10:43.877 INFO kablam! 283 | fn dump(&self) { Oct 14 12:10:43.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 12:10:43.878 INFO kablam! | Oct 14 12:10:43.878 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:10:43.878 INFO kablam! Oct 14 12:10:44.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.00s Oct 14 12:10:44.975 INFO kablam! su: No module specific data is present Oct 14 12:10:46.257 INFO running `"docker" "rm" "-f" "525457f97911f8041a5b4c2d1616d738f69fb3fb97eb45fa0538ae620ca83db3"` Oct 14 12:10:46.619 INFO blam! 525457f97911f8041a5b4c2d1616d738f69fb3fb97eb45fa0538ae620ca83db3 Oct 14 12:10:46.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12:10:47.104 INFO blam! 4534406cfca6569d76f608c7b9dc335b64dd38dcafb2cd6869d681e9ccd683bc Oct 14 12:10:47.105 INFO running `"docker" "start" "-a" "4534406cfca6569d76f608c7b9dc335b64dd38dcafb2cd6869d681e9ccd683bc"` Oct 14 12:10:49.126 INFO kablam! usermod: no changes Oct 14 12:10:49.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 12:10:49.299 INFO kablam! Running /target/debug/deps/card_engine-fac9b0f2cee4e342 Oct 14 12:10:49.304 INFO blam! Oct 14 12:10:49.304 INFO blam! running 4 tests Oct 14 12:10:49.308 INFO blam! test learning::neural_net::tests::test_relu ... ok Oct 14 12:10:49.311 INFO blam! test learning::neural_net::tests::test_linear ... ok Oct 14 12:10:49.311 INFO blam! test learning::neural_net::tests::test_sigmoid ... ok Oct 14 12:10:49.311 INFO blam! test learning::neural_net::tests::test_sym_sigmoid ... ok Oct 14 12:10:49.311 INFO blam! Oct 14 12:10:49.311 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:49.311 INFO blam! Oct 14 12:10:49.319 INFO kablam! Running /target/debug/deps/basic_player-930fb540e7c7b109 Oct 14 12:10:49.320 INFO blam! Oct 14 12:10:49.321 INFO blam! running 0 tests Oct 14 12:10:49.321 INFO blam! Oct 14 12:10:49.321 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:49.321 INFO blam! Oct 14 12:10:49.323 INFO kablam! Running /target/debug/deps/single_layer_learn-bf7e3584aeba2b28 Oct 14 12:10:49.335 INFO blam! Oct 14 12:10:49.335 INFO blam! running 0 tests Oct 14 12:10:49.335 INFO blam! Oct 14 12:10:49.335 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:49.335 INFO blam! Oct 14 12:10:49.335 INFO kablam! Doc-tests card-engine Oct 14 12:10:49.715 INFO blam! Oct 14 12:10:49.715 INFO blam! running 0 tests Oct 14 12:10:49.715 INFO blam! Oct 14 12:10:49.715 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:10:49.715 INFO blam! Oct 14 12:10:49.728 INFO kablam! su: No module specific data is present Oct 14 12:10:51.075 INFO running `"docker" "rm" "-f" "4534406cfca6569d76f608c7b9dc335b64dd38dcafb2cd6869d681e9ccd683bc"` Oct 14 12:10:51.379 INFO blam! 4534406cfca6569d76f608c7b9dc335b64dd38dcafb2cd6869d681e9ccd683bc