Oct 10 21:13:01.629 INFO testing jaroslaw-weber/rust-ml-from-scratch against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:13:01.629 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:13:01.629 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 21:13:01.901 INFO blam! 06283f53a7d1093702cc749441816535fef6fdc3971278bbeb810d33c5019923 Oct 10 21:13:01.903 INFO running `"docker" "start" "-a" "06283f53a7d1093702cc749441816535fef6fdc3971278bbeb810d33c5019923"` Oct 10 21:13:02.460 INFO kablam! usermod: no changes Oct 10 21:13:02.525 INFO kablam! Compiling rayon-core v1.0.2 Oct 10 21:13:02.526 INFO kablam! Compiling num-traits v0.1.37 Oct 10 21:13:02.526 INFO kablam! Compiling deque v0.3.2 Oct 10 21:13:02.526 INFO kablam! Compiling adler32 v1.0.0 Oct 10 21:13:02.528 INFO kablam! Compiling inflate v0.2.0 Oct 10 21:13:02.529 INFO kablam! Compiling scoped_threadpool v0.1.7 Oct 10 21:13:02.529 INFO kablam! Compiling rand v0.3.15 Oct 10 21:13:02.529 INFO kablam! Compiling gif v0.9.1 Oct 10 21:13:03.872 INFO kablam! Compiling deflate v0.7.11 Oct 10 21:13:05.786 INFO kablam! Compiling num-integer v0.1.34 Oct 10 21:13:05.786 INFO kablam! Compiling enum_primitive v0.1.1 Oct 10 21:13:06.974 INFO kablam! Compiling num-iter v0.1.33 Oct 10 21:13:06.974 INFO kablam! Compiling num-rational v0.1.36 Oct 10 21:13:09.348 INFO kablam! Compiling rayon v0.7.1 Oct 10 21:13:12.704 INFO kablam! Compiling png v0.7.0 Oct 10 21:13:13.388 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 10 21:13:17.212 INFO kablam! Compiling image v0.13.0 Oct 10 21:13:31.735 INFO kablam! Compiling rust_machine_learning v0.1.0 (/source) Oct 10 21:13:32.283 INFO kablam! warning: method is never used: `sum` Oct 10 21:13:32.284 INFO kablam! --> src/matrix.rs:131:2 Oct 10 21:13:32.284 INFO kablam! | Oct 10 21:13:32.285 INFO kablam! 131 | pub fn sum(&self)->f32 Oct 10 21:13:32.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:32.285 INFO kablam! | Oct 10 21:13:32.288 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:13:32.289 INFO kablam! Oct 10 21:13:32.289 INFO kablam! warning: method is never used: `max` Oct 10 21:13:32.289 INFO kablam! --> src/matrix.rs:142:2 Oct 10 21:13:32.289 INFO kablam! | Oct 10 21:13:32.289 INFO kablam! 142 | pub fn max(&self)->f32 Oct 10 21:13:32.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:32.290 INFO kablam! Oct 10 21:13:32.290 INFO kablam! warning: method is never used: `divn` Oct 10 21:13:32.290 INFO kablam! --> src/matrix.rs:184:2 Oct 10 21:13:32.290 INFO kablam! | Oct 10 21:13:32.290 INFO kablam! 184 | pub fn divn(&self, number:f32)->Matrix Oct 10 21:13:32.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:32.291 INFO kablam! Oct 10 21:13:32.291 INFO kablam! warning: function is never used: `softmax` Oct 10 21:13:32.291 INFO kablam! --> src/activations.rs:26:1 Oct 10 21:13:32.291 INFO kablam! | Oct 10 21:13:32.291 INFO kablam! 26 | pub fn softmax(x:&Matrix)->Matrix Oct 10 21:13:32.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:32.292 INFO kablam! Oct 10 21:13:32.292 INFO kablam! warning: function is never used: `softmax_stable` Oct 10 21:13:32.292 INFO kablam! --> src/activations.rs:34:1 Oct 10 21:13:32.292 INFO kablam! | Oct 10 21:13:32.292 INFO kablam! 34 | pub fn softmax_stable(x:&Matrix)->Matrix Oct 10 21:13:32.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:32.293 INFO kablam! Oct 10 21:13:32.293 INFO kablam! warning: function is never used: `relu` Oct 10 21:13:32.293 INFO kablam! --> src/activations.rs:42:1 Oct 10 21:13:32.293 INFO kablam! | Oct 10 21:13:32.294 INFO kablam! 42 | pub fn relu(x:&Matrix, derivative:bool)->Matrix Oct 10 21:13:32.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:32.294 INFO kablam! Oct 10 21:13:33.716 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.23s Oct 10 21:13:33.720 INFO kablam! su: No module specific data is present Oct 10 21:13:34.784 INFO running `"docker" "rm" "-f" "06283f53a7d1093702cc749441816535fef6fdc3971278bbeb810d33c5019923"` Oct 10 21:13:35.096 INFO blam! 06283f53a7d1093702cc749441816535fef6fdc3971278bbeb810d33c5019923 Oct 10 21:13:35.097 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:13:35.097 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 21:13:35.476 INFO blam! 232b1e3321c32fc43dab2fc62dc3460e97be22a0ede67d0850da564f5ae34cc2 Oct 10 21:13:35.500 INFO running `"docker" "start" "-a" "232b1e3321c32fc43dab2fc62dc3460e97be22a0ede67d0850da564f5ae34cc2"` Oct 10 21:13:37.448 INFO kablam! usermod: no changes Oct 10 21:13:37.612 INFO kablam! Compiling rust_machine_learning v0.1.0 (/source) Oct 10 21:13:38.092 INFO kablam! warning: method is never used: `sum` Oct 10 21:13:38.092 INFO kablam! --> src/matrix.rs:131:2 Oct 10 21:13:38.092 INFO kablam! | Oct 10 21:13:38.092 INFO kablam! 131 | pub fn sum(&self)->f32 Oct 10 21:13:38.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:38.094 INFO kablam! | Oct 10 21:13:38.094 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:13:38.094 INFO kablam! Oct 10 21:13:38.094 INFO kablam! warning: method is never used: `max` Oct 10 21:13:38.094 INFO kablam! --> src/matrix.rs:142:2 Oct 10 21:13:38.094 INFO kablam! | Oct 10 21:13:38.094 INFO kablam! 142 | pub fn max(&self)->f32 Oct 10 21:13:38.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:38.094 INFO kablam! Oct 10 21:13:38.094 INFO kablam! warning: method is never used: `divn` Oct 10 21:13:38.094 INFO kablam! --> src/matrix.rs:184:2 Oct 10 21:13:38.094 INFO kablam! | Oct 10 21:13:38.094 INFO kablam! 184 | pub fn divn(&self, number:f32)->Matrix Oct 10 21:13:38.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:38.094 INFO kablam! Oct 10 21:13:38.094 INFO kablam! warning: function is never used: `softmax` Oct 10 21:13:38.094 INFO kablam! --> src/activations.rs:26:1 Oct 10 21:13:38.094 INFO kablam! | Oct 10 21:13:38.094 INFO kablam! 26 | pub fn softmax(x:&Matrix)->Matrix Oct 10 21:13:38.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:38.094 INFO kablam! Oct 10 21:13:38.094 INFO kablam! warning: function is never used: `softmax_stable` Oct 10 21:13:38.094 INFO kablam! --> src/activations.rs:34:1 Oct 10 21:13:38.094 INFO kablam! | Oct 10 21:13:38.094 INFO kablam! 34 | pub fn softmax_stable(x:&Matrix)->Matrix Oct 10 21:13:38.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:38.094 INFO kablam! Oct 10 21:13:38.095 INFO kablam! warning: function is never used: `relu` Oct 10 21:13:38.095 INFO kablam! --> src/activations.rs:42:1 Oct 10 21:13:38.095 INFO kablam! | Oct 10 21:13:38.095 INFO kablam! 42 | pub fn relu(x:&Matrix, derivative:bool)->Matrix Oct 10 21:13:38.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:13:38.095 INFO kablam! Oct 10 21:13:38.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 21:13:38.703 INFO kablam! su: No module specific data is present Oct 10 21:13:39.482 INFO running `"docker" "rm" "-f" "232b1e3321c32fc43dab2fc62dc3460e97be22a0ede67d0850da564f5ae34cc2"` Oct 10 21:13:39.715 INFO blam! 232b1e3321c32fc43dab2fc62dc3460e97be22a0ede67d0850da564f5ae34cc2 Oct 10 21:13:39.721 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:13:39.723 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 21:13:40.232 INFO blam! 2cc730b548f48e0bbffbf9907f3ee9641edf9da1db20d77546fe6961b9cf384e Oct 10 21:13:40.233 INFO running `"docker" "start" "-a" "2cc730b548f48e0bbffbf9907f3ee9641edf9da1db20d77546fe6961b9cf384e"` Oct 10 21:13:40.745 INFO kablam! usermod: no changes Oct 10 21:13:40.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 10 21:13:40.806 INFO kablam! Running /target/debug/deps/rust_machine_learning-73405116f6b299fa Oct 10 21:13:40.811 INFO blam! Oct 10 21:13:40.811 INFO blam! running 0 tests Oct 10 21:13:40.811 INFO blam! Oct 10 21:13:40.811 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:13:40.811 INFO blam! Oct 10 21:13:40.814 INFO kablam! su: No module specific data is present Oct 10 21:13:41.168 INFO running `"docker" "rm" "-f" "2cc730b548f48e0bbffbf9907f3ee9641edf9da1db20d77546fe6961b9cf384e"` Oct 10 21:13:41.312 INFO blam! 2cc730b548f48e0bbffbf9907f3ee9641edf9da1db20d77546fe6961b9cf384e