Oct 15 02:15:41.849 INFO testing bobisme/rustrnn against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:15:41.849 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 02:15:42.388 INFO blam! 836069406be5d1ad6927490555c22bb5b083210172d8d1c5ffb66b347a0225de Oct 15 02:15:42.399 INFO running `"docker" "start" "-a" "836069406be5d1ad6927490555c22bb5b083210172d8d1c5ffb66b347a0225de"` Oct 15 02:15:43.804 INFO kablam! usermod: no changes Oct 15 02:15:43.872 INFO kablam! Compiling rustrnn v0.1.0 (/source) Oct 15 02:15:44.507 INFO kablam! warning: struct is never constructed: `Layer` Oct 15 02:15:44.507 INFO kablam! --> src/layer.rs:3:1 Oct 15 02:15:44.507 INFO kablam! | Oct 15 02:15:44.507 INFO kablam! 3 | pub struct Layer { Oct 15 02:15:44.507 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 02:15:44.507 INFO kablam! | Oct 15 02:15:44.507 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:15:44.507 INFO kablam! Oct 15 02:15:44.507 INFO kablam! warning: method is never used: `new` Oct 15 02:15:44.507 INFO kablam! --> src/layer.rs:10:5 Oct 15 02:15:44.507 INFO kablam! | Oct 15 02:15:44.507 INFO kablam! 10 | pub fn new(input_size: usize, size: usize) -> Layer { Oct 15 02:15:44.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:15:44.507 INFO kablam! Oct 15 02:15:44.507 INFO kablam! warning: method is never used: `size` Oct 15 02:15:44.507 INFO kablam! --> src/layer.rs:18:5 Oct 15 02:15:44.507 INFO kablam! | Oct 15 02:15:44.507 INFO kablam! 18 | pub fn size(&self) -> usize { Oct 15 02:15:44.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:15:44.507 INFO kablam! Oct 15 02:15:44.507 INFO kablam! warning: method is never used: `input_size` Oct 15 02:15:44.507 INFO kablam! --> src/layer.rs:22:5 Oct 15 02:15:44.507 INFO kablam! | Oct 15 02:15:44.507 INFO kablam! 22 | pub fn input_size(&self) -> usize { Oct 15 02:15:44.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:15:44.507 INFO kablam! Oct 15 02:15:45.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 15 02:15:45.547 INFO kablam! su: No module specific data is present Oct 15 02:15:46.855 INFO running `"docker" "rm" "-f" "836069406be5d1ad6927490555c22bb5b083210172d8d1c5ffb66b347a0225de"` Oct 15 02:15:47.091 INFO blam! 836069406be5d1ad6927490555c22bb5b083210172d8d1c5ffb66b347a0225de Oct 15 02:15:47.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 02:15:47.596 INFO blam! 7a9f3da5eb8ac3ebe32fa8c8ceafc7e39ce47ec68f3fac249d98a739cf114dba Oct 15 02:15:47.599 INFO running `"docker" "start" "-a" "7a9f3da5eb8ac3ebe32fa8c8ceafc7e39ce47ec68f3fac249d98a739cf114dba"` Oct 15 02:15:48.931 INFO kablam! usermod: no changes Oct 15 02:15:48.987 INFO kablam! Compiling rustrnn v0.1.0 (/source) Oct 15 02:15:49.872 INFO kablam! warning: unused arithmetic operation which must be used Oct 15 02:15:49.872 INFO kablam! --> src/matrix.rs:440:13 Oct 15 02:15:49.873 INFO kablam! | Oct 15 02:15:49.873 INFO kablam! 440 | m1 + &m2; Oct 15 02:15:49.874 INFO kablam! | ^^^^^^^^ Oct 15 02:15:49.874 INFO kablam! | Oct 15 02:15:49.874 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 02:15:49.875 INFO kablam! Oct 15 02:15:49.875 INFO kablam! warning: unused arithmetic operation which must be used Oct 15 02:15:49.878 INFO kablam! --> src/matrix.rs:488:13 Oct 15 02:15:49.878 INFO kablam! | Oct 15 02:15:49.878 INFO kablam! 488 | m1 - &m2; Oct 15 02:15:49.879 INFO kablam! | ^^^^^^^^ Oct 15 02:15:49.880 INFO kablam! Oct 15 02:15:50.966 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 15 02:15:50.966 INFO kablam! su: No module specific data is present Oct 15 02:15:51.619 INFO running `"docker" "rm" "-f" "7a9f3da5eb8ac3ebe32fa8c8ceafc7e39ce47ec68f3fac249d98a739cf114dba"` Oct 15 02:15:51.900 INFO blam! 7a9f3da5eb8ac3ebe32fa8c8ceafc7e39ce47ec68f3fac249d98a739cf114dba Oct 15 02:15:51.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 02:15:52.416 INFO blam! 052666882b6a24705399f8e4dfd8b0eba47e1731a3936c10ea7d95e641a9a49d Oct 15 02:15:52.418 INFO running `"docker" "start" "-a" "052666882b6a24705399f8e4dfd8b0eba47e1731a3936c10ea7d95e641a9a49d"` Oct 15 02:15:53.515 INFO kablam! usermod: no changes Oct 15 02:15:53.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 02:15:53.580 INFO blam! Oct 15 02:15:53.580 INFO kablam! Running /target/debug/deps/rustrnn-3e460e89a4857f97 Oct 15 02:15:53.580 INFO blam! running 20 tests Oct 15 02:15:53.587 INFO blam! test matrix::describe_matrix::elementwise_multiplying_two_matrices::it_can_multiply_two_matrices ... ok Oct 15 02:15:53.587 INFO blam! test matrix::describe_matrix::it_can_be_indexed ... ok Oct 15 02:15:53.588 INFO blam! test matrix::describe_matrix::it_can_be_transposed ... ok Oct 15 02:15:53.588 INFO blam! test layer::tests::describe_new::it_creates_a_new_layer ... ok Oct 15 02:15:53.595 INFO blam! test matrix::describe_matrix::it_can_multiply_by_a_scalar ... ok Oct 15 02:15:53.595 INFO blam! test matrix::describe_matrix::multiplying_two_matricies::it_can_calculate_dot_product_with_dot ... ok Oct 15 02:15:53.596 INFO blam! test matrix::describe_matrix::it_can_test_for_equivalence ... ok Oct 15 02:15:53.596 INFO blam! test matrix::describe_matrix::multiplying_two_matricies::it_can_multiply_struct_and_struct ... ok Oct 15 02:15:53.607 INFO blam! test matrix::describe_matrix::multiplying_two_matricies::it_can_multiply_ref_and_struct ... ok Oct 15 02:15:53.607 INFO blam! test matrix::describe_matrix::it_can_be_sigmoided ... ok Oct 15 02:15:53.607 INFO blam! test matrix::describe_matrix::adding_two_matrices::it_can_add_two_matrices ... ok Oct 15 02:15:53.607 INFO blam! test matrix::describe_matrix::multiplying_two_matricies::it_can_multiply_struct_and_ref ... ok Oct 15 02:15:53.607 INFO blam! test matrix::describe_matrix::multiplying_two_matricies::it_can_multiply_ref_and_ref ... ok Oct 15 02:15:53.607 INFO blam! test matrix::describe_matrix::subtracting_two_matrices::it_can_subtract_two_matrices ... ok Oct 15 02:15:53.607 INFO blam! test utils_tests::tests::describe_sigmoid::it_should_work ... ok Oct 15 02:15:53.615 INFO blam! test utils_tests::tests::test_sigmoid_derivative ... ok Oct 15 02:15:53.708 INFO blam! test matrix::describe_matrix::adding_two_matrices::it_panics_if_the_matrices_arent_the_same_size ... ok Oct 15 02:15:53.736 INFO blam! test matrix::describe_matrix::elementwise_multiplying_two_matrices::it_panics_if_the_matrices_arent_the_same_size ... ok Oct 15 02:15:53.736 INFO blam! test matrix::describe_matrix::subtracting_two_matrices::it_panics_if_the_matrices_arent_the_same_size ... ok Oct 15 02:15:53.751 INFO kablam! su: No module specific data is present Oct 15 02:15:53.751 INFO blam! test matrix::describe_matrix::multiplying_two_matricies::it_panics_if_the_matrices_arent_the_right_size ... ok Oct 15 02:15:53.751 INFO blam! Oct 15 02:15:53.751 INFO blam! test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:15:53.752 INFO blam! Oct 15 02:15:54.379 INFO running `"docker" "rm" "-f" "052666882b6a24705399f8e4dfd8b0eba47e1731a3936c10ea7d95e641a9a49d"` Oct 15 02:15:54.751 INFO blam! 052666882b6a24705399f8e4dfd8b0eba47e1731a3936c10ea7d95e641a9a49d