Oct 14 17:13:06.911 INFO testing jaroslaw-weber/rust-ml-from-scratch against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:13:06.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:13:07.356 INFO blam! 96416e7545ea997ed8b478405106faf06c843cfeff69ccfef9d383383756e553 Oct 14 17:13:07.357 INFO running `"docker" "start" "-a" "96416e7545ea997ed8b478405106faf06c843cfeff69ccfef9d383383756e553"` Oct 14 17:13:08.707 INFO kablam! usermod: no changes Oct 14 17:13:08.783 INFO kablam! Compiling rayon-core v1.0.2 Oct 14 17:13:08.783 INFO kablam! Compiling deque v0.3.2 Oct 14 17:13:08.783 INFO kablam! Compiling num_cpus v1.5.1 Oct 14 17:13:08.783 INFO kablam! Compiling gif v0.9.1 Oct 14 17:13:08.783 INFO kablam! Compiling num-rational v0.1.36 Oct 14 17:13:08.783 INFO kablam! Compiling png v0.7.0 Oct 14 17:13:12.848 INFO kablam! Compiling rayon v0.7.1 Oct 14 17:13:15.305 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 14 17:13:18.475 INFO kablam! Compiling image v0.13.0 Oct 14 17:13:32.746 INFO kablam! Compiling rust_machine_learning v0.1.0 (/source) Oct 14 17:13:33.495 INFO kablam! warning: method is never used: `sum` Oct 14 17:13:33.495 INFO kablam! --> src/matrix.rs:131:2 Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! 131 | pub fn sum(&self)->f32 Oct 14 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:13:33.495 INFO kablam! Oct 14 17:13:33.495 INFO kablam! warning: method is never used: `max` Oct 14 17:13:33.495 INFO kablam! --> src/matrix.rs:142:2 Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! 142 | pub fn max(&self)->f32 Oct 14 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.495 INFO kablam! Oct 14 17:13:33.495 INFO kablam! warning: method is never used: `divn` Oct 14 17:13:33.495 INFO kablam! --> src/matrix.rs:184:2 Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! 184 | pub fn divn(&self, number:f32)->Matrix Oct 14 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.495 INFO kablam! Oct 14 17:13:33.495 INFO kablam! warning: function is never used: `softmax` Oct 14 17:13:33.495 INFO kablam! --> src/activations.rs:26:1 Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! 26 | pub fn softmax(x:&Matrix)->Matrix Oct 14 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.495 INFO kablam! Oct 14 17:13:33.495 INFO kablam! warning: function is never used: `softmax_stable` Oct 14 17:13:33.495 INFO kablam! --> src/activations.rs:34:1 Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! 34 | pub fn softmax_stable(x:&Matrix)->Matrix Oct 14 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.495 INFO kablam! Oct 14 17:13:33.495 INFO kablam! warning: function is never used: `relu` Oct 14 17:13:33.495 INFO kablam! --> src/activations.rs:42:1 Oct 14 17:13:33.495 INFO kablam! | Oct 14 17:13:33.495 INFO kablam! 42 | pub fn relu(x:&Matrix, derivative:bool)->Matrix Oct 14 17:13:33.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.495 INFO kablam! Oct 14 17:13:35.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.46s Oct 14 17:13:35.199 INFO kablam! su: No module specific data is present Oct 14 17:13:35.967 INFO running `"docker" "rm" "-f" "96416e7545ea997ed8b478405106faf06c843cfeff69ccfef9d383383756e553"` Oct 14 17:13:36.391 INFO blam! 96416e7545ea997ed8b478405106faf06c843cfeff69ccfef9d383383756e553 Oct 14 17:13:36.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:13:36.795 INFO blam! 5bae9dcbfcd59c78a015db10c05ef84db36877f5e7c1530ca663f0cc1e502e62 Oct 14 17:13:36.811 INFO running `"docker" "start" "-a" "5bae9dcbfcd59c78a015db10c05ef84db36877f5e7c1530ca663f0cc1e502e62"` Oct 14 17:13:38.092 INFO kablam! usermod: no changes Oct 14 17:13:38.203 INFO kablam! Compiling rust_machine_learning v0.1.0 (/source) Oct 14 17:13:38.906 INFO kablam! warning: method is never used: `sum` Oct 14 17:13:38.906 INFO kablam! --> src/matrix.rs:131:2 Oct 14 17:13:38.907 INFO kablam! | Oct 14 17:13:38.907 INFO kablam! 131 | pub fn sum(&self)->f32 Oct 14 17:13:38.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.909 INFO kablam! | Oct 14 17:13:38.909 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:13:38.910 INFO kablam! Oct 14 17:13:38.910 INFO kablam! warning: method is never used: `max` Oct 14 17:13:38.911 INFO kablam! --> src/matrix.rs:142:2 Oct 14 17:13:38.912 INFO kablam! | Oct 14 17:13:38.912 INFO kablam! 142 | pub fn max(&self)->f32 Oct 14 17:13:38.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.913 INFO kablam! Oct 14 17:13:38.914 INFO kablam! warning: method is never used: `divn` Oct 14 17:13:38.915 INFO kablam! --> src/matrix.rs:184:2 Oct 14 17:13:38.915 INFO kablam! | Oct 14 17:13:38.916 INFO kablam! 184 | pub fn divn(&self, number:f32)->Matrix Oct 14 17:13:38.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.917 INFO kablam! Oct 14 17:13:38.918 INFO kablam! warning: function is never used: `softmax` Oct 14 17:13:38.918 INFO kablam! --> src/activations.rs:26:1 Oct 14 17:13:38.919 INFO kablam! | Oct 14 17:13:38.919 INFO kablam! 26 | pub fn softmax(x:&Matrix)->Matrix Oct 14 17:13:38.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.919 INFO kablam! Oct 14 17:13:38.920 INFO kablam! warning: function is never used: `softmax_stable` Oct 14 17:13:38.920 INFO kablam! --> src/activations.rs:34:1 Oct 14 17:13:38.920 INFO kablam! | Oct 14 17:13:38.920 INFO kablam! 34 | pub fn softmax_stable(x:&Matrix)->Matrix Oct 14 17:13:38.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.920 INFO kablam! Oct 14 17:13:38.927 INFO kablam! warning: function is never used: `relu` Oct 14 17:13:38.927 INFO kablam! --> src/activations.rs:42:1 Oct 14 17:13:38.927 INFO kablam! | Oct 14 17:13:38.927 INFO kablam! 42 | pub fn relu(x:&Matrix, derivative:bool)->Matrix Oct 14 17:13:38.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.927 INFO kablam! Oct 14 17:13:39.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 14 17:13:39.543 INFO kablam! su: No module specific data is present Oct 14 17:13:40.823 INFO running `"docker" "rm" "-f" "5bae9dcbfcd59c78a015db10c05ef84db36877f5e7c1530ca663f0cc1e502e62"` Oct 14 17:13:41.087 INFO blam! 5bae9dcbfcd59c78a015db10c05ef84db36877f5e7c1530ca663f0cc1e502e62 Oct 14 17:13:41.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:13:41.585 INFO blam! 905a46432103ffbd1fb609ae6dc3c93e903a5bc694ae51f7766873189cf7bb6d Oct 14 17:13:41.591 INFO running `"docker" "start" "-a" "905a46432103ffbd1fb609ae6dc3c93e903a5bc694ae51f7766873189cf7bb6d"` Oct 14 17:13:43.510 INFO kablam! usermod: no changes Oct 14 17:13:43.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 17:13:43.651 INFO kablam! Running /target/debug/deps/rust_machine_learning-6f23dd0eb90a634d Oct 14 17:13:43.656 INFO blam! Oct 14 17:13:43.658 INFO blam! running 0 tests Oct 14 17:13:43.658 INFO blam! Oct 14 17:13:43.658 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:13:43.658 INFO blam! Oct 14 17:13:43.659 INFO kablam! su: No module specific data is present Oct 14 17:13:44.703 INFO running `"docker" "rm" "-f" "905a46432103ffbd1fb609ae6dc3c93e903a5bc694ae51f7766873189cf7bb6d"` Oct 14 17:13:45.019 INFO blam! 905a46432103ffbd1fb609ae6dc3c93e903a5bc694ae51f7766873189cf7bb6d