Oct 14 17:13:07.731 INFO testing jaroslaw-weber/rust-ml-from-scratch against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:13:07.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 17:13:08.220 INFO blam! b84d4b88c53f1fc0a3280b54508a13302f3d893e81f025c329cde23c96a07284 Oct 14 17:13:08.223 INFO running `"docker" "start" "-a" "b84d4b88c53f1fc0a3280b54508a13302f3d893e81f025c329cde23c96a07284"` Oct 14 17:13:09.327 INFO kablam! usermod: no changes Oct 14 17:13:09.443 INFO kablam! Compiling rayon-core v1.0.2 Oct 14 17:13:09.443 INFO kablam! Compiling num_cpus v1.5.1 Oct 14 17:13:09.450 INFO kablam! Compiling num-rational v0.1.36 Oct 14 17:13:09.479 INFO kablam! Compiling png v0.7.0 Oct 14 17:13:13.483 INFO kablam! Compiling rayon v0.7.1 Oct 14 17:13:15.919 INFO kablam! Compiling jpeg-decoder v0.1.12 Oct 14 17:13:19.048 INFO kablam! Compiling image v0.13.0 Oct 14 17:13:32.655 INFO kablam! Compiling rust_machine_learning v0.1.0 (/source) Oct 14 17:13:33.531 INFO kablam! warning: method is never used: `sum` Oct 14 17:13:33.531 INFO kablam! --> src/matrix.rs:131:2 Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! 131 | pub fn sum(&self)->f32 Oct 14 17:13:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:13:33.531 INFO kablam! Oct 14 17:13:33.531 INFO kablam! warning: method is never used: `max` Oct 14 17:13:33.531 INFO kablam! --> src/matrix.rs:142:2 Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! 142 | pub fn max(&self)->f32 Oct 14 17:13:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.531 INFO kablam! Oct 14 17:13:33.531 INFO kablam! warning: method is never used: `divn` Oct 14 17:13:33.531 INFO kablam! --> src/matrix.rs:184:2 Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! 184 | pub fn divn(&self, number:f32)->Matrix Oct 14 17:13:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.531 INFO kablam! Oct 14 17:13:33.531 INFO kablam! warning: function is never used: `softmax` Oct 14 17:13:33.531 INFO kablam! --> src/activations.rs:26:1 Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! 26 | pub fn softmax(x:&Matrix)->Matrix Oct 14 17:13:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.531 INFO kablam! Oct 14 17:13:33.531 INFO kablam! warning: function is never used: `softmax_stable` Oct 14 17:13:33.531 INFO kablam! --> src/activations.rs:34:1 Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! 34 | pub fn softmax_stable(x:&Matrix)->Matrix Oct 14 17:13:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.531 INFO kablam! Oct 14 17:13:33.531 INFO kablam! warning: function is never used: `relu` Oct 14 17:13:33.531 INFO kablam! --> src/activations.rs:42:1 Oct 14 17:13:33.531 INFO kablam! | Oct 14 17:13:33.531 INFO kablam! 42 | pub fn relu(x:&Matrix, derivative:bool)->Matrix Oct 14 17:13:33.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:33.531 INFO kablam! Oct 14 17:13:35.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.66s Oct 14 17:13:35.019 INFO kablam! su: No module specific data is present Oct 14 17:13:35.845 INFO running `"docker" "rm" "-f" "b84d4b88c53f1fc0a3280b54508a13302f3d893e81f025c329cde23c96a07284"` Oct 14 17:13:36.131 INFO blam! b84d4b88c53f1fc0a3280b54508a13302f3d893e81f025c329cde23c96a07284 Oct 14 17:13:36.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 17:13:36.588 INFO blam! 7e379cb619edd558172250fda4611201a5140682de4bc5a3c5c029ed02db50ac Oct 14 17:13:36.595 INFO running `"docker" "start" "-a" "7e379cb619edd558172250fda4611201a5140682de4bc5a3c5c029ed02db50ac"` Oct 14 17:13:38.094 INFO kablam! usermod: no changes Oct 14 17:13:38.172 INFO kablam! Compiling rust_machine_learning v0.1.0 (/source) Oct 14 17:13:38.955 INFO kablam! warning: method is never used: `sum` Oct 14 17:13:38.955 INFO kablam! --> src/matrix.rs:131:2 Oct 14 17:13:38.955 INFO kablam! | Oct 14 17:13:38.955 INFO kablam! 131 | pub fn sum(&self)->f32 Oct 14 17:13:38.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.955 INFO kablam! | Oct 14 17:13:38.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:13:38.955 INFO kablam! Oct 14 17:13:38.958 INFO kablam! warning: method is never used: `max` Oct 14 17:13:38.958 INFO kablam! --> src/matrix.rs:142:2 Oct 14 17:13:38.958 INFO kablam! | Oct 14 17:13:38.958 INFO kablam! 142 | pub fn max(&self)->f32 Oct 14 17:13:38.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.958 INFO kablam! Oct 14 17:13:38.958 INFO kablam! warning: method is never used: `divn` Oct 14 17:13:38.958 INFO kablam! --> src/matrix.rs:184:2 Oct 14 17:13:38.958 INFO kablam! | Oct 14 17:13:38.958 INFO kablam! 184 | pub fn divn(&self, number:f32)->Matrix Oct 14 17:13:38.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.958 INFO kablam! Oct 14 17:13:38.958 INFO kablam! warning: function is never used: `softmax` Oct 14 17:13:38.958 INFO kablam! --> src/activations.rs:26:1 Oct 14 17:13:38.958 INFO kablam! | Oct 14 17:13:38.958 INFO kablam! 26 | pub fn softmax(x:&Matrix)->Matrix Oct 14 17:13:38.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.958 INFO kablam! Oct 14 17:13:38.958 INFO kablam! warning: function is never used: `softmax_stable` Oct 14 17:13:38.958 INFO kablam! --> src/activations.rs:34:1 Oct 14 17:13:38.958 INFO kablam! | Oct 14 17:13:38.958 INFO kablam! 34 | pub fn softmax_stable(x:&Matrix)->Matrix Oct 14 17:13:38.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.958 INFO kablam! Oct 14 17:13:38.958 INFO kablam! warning: function is never used: `relu` Oct 14 17:13:38.958 INFO kablam! --> src/activations.rs:42:1 Oct 14 17:13:38.958 INFO kablam! | Oct 14 17:13:38.958 INFO kablam! 42 | pub fn relu(x:&Matrix, derivative:bool)->Matrix Oct 14 17:13:38.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:13:38.958 INFO kablam! Oct 14 17:13:39.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 14 17:13:39.582 INFO kablam! su: No module specific data is present Oct 14 17:13:40.655 INFO running `"docker" "rm" "-f" "7e379cb619edd558172250fda4611201a5140682de4bc5a3c5c029ed02db50ac"` Oct 14 17:13:40.913 INFO blam! 7e379cb619edd558172250fda4611201a5140682de4bc5a3c5c029ed02db50ac Oct 14 17:13:40.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 17:13:41.460 INFO blam! 9950dc7061832cd851758e890d10c77c3c4d39a9f900d59786c79c173e973ad2 Oct 14 17:13:41.475 INFO running `"docker" "start" "-a" "9950dc7061832cd851758e890d10c77c3c4d39a9f900d59786c79c173e973ad2"` Oct 14 17:13:42.730 INFO kablam! usermod: no changes Oct 14 17:13:42.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 17:13:42.819 INFO blam! Oct 14 17:13:42.819 INFO kablam! Running /target/debug/deps/rust_machine_learning-73405116f6b299fa Oct 14 17:13:42.820 INFO blam! running 0 tests Oct 14 17:13:42.820 INFO blam! Oct 14 17:13:42.820 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:13:42.820 INFO blam! Oct 14 17:13:42.820 INFO kablam! su: No module specific data is present Oct 14 17:13:43.956 INFO running `"docker" "rm" "-f" "9950dc7061832cd851758e890d10c77c3c4d39a9f900d59786c79c173e973ad2"` Oct 14 17:13:44.279 INFO blam! 9950dc7061832cd851758e890d10c77c3c4d39a9f900d59786c79c173e973ad2