Oct 14 22:24:08.214 INFO testing drakeor/rust-neural-net against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:24:08.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:24:08.640 INFO blam! 617c06891f7b894e49d1c330c239c48efa8a3d829a2c59a05e6c677e5eff0796 Oct 14 22:24:08.651 INFO running `"docker" "start" "-a" "617c06891f7b894e49d1c330c239c48efa8a3d829a2c59a05e6c677e5eff0796"` Oct 14 22:24:09.414 INFO kablam! usermod: no changes Oct 14 22:24:09.494 INFO kablam! Compiling rand_core v0.2.0 Oct 14 22:24:09.499 INFO kablam! Compiling rulinalg v0.4.2 Oct 14 22:24:10.115 INFO kablam! Compiling rand v0.5.0 Oct 14 22:24:13.695 INFO kablam! Compiling rust_neuralnet v0.1.0 (/source) Oct 14 22:24:14.143 INFO kablam! warning: field is never used: `inputLayerSize` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: field is never used: `outputLayerSize` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: field is never used: `hiddenLayerSize` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: structure field `inputLayerSize` should have a snake case name such as `input_layer_size` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: structure field `outputLayerSize` should have a snake case name such as `output_layer_size` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: structure field `hiddenLayerSize` should have a snake case name such as `hidden_layer_size` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:14.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: method `costFunctionPrime` should have a snake case name such as `cost_function_prime` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:45:5 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 45 | / pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:14.143 INFO kablam! 46 | | let yHat = self.forward(X.clone()); Oct 14 22:24:14.143 INFO kablam! 47 | | Oct 14 22:24:14.143 INFO kablam! 48 | | let delta3 = self.z3.clone().apply(&sigmoid_prime); Oct 14 22:24:14.143 INFO kablam! ... | Oct 14 22:24:14.143 INFO kablam! 55 | | (djdw2, djdw1) Oct 14 22:24:14.143 INFO kablam! 56 | | } Oct 14 22:24:14.143 INFO kablam! | |_____^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:45:41 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 45 | pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:14.143 INFO kablam! | ^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.143 INFO kablam! warning: variable `yHat` should have a snake case name such as `y_hat` Oct 14 22:24:14.143 INFO kablam! --> src/main.rs:46:13 Oct 14 22:24:14.143 INFO kablam! | Oct 14 22:24:14.143 INFO kablam! 46 | let yHat = self.forward(X.clone()); Oct 14 22:24:14.143 INFO kablam! | ^^^^ Oct 14 22:24:14.143 INFO kablam! Oct 14 22:24:14.147 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:14.147 INFO kablam! --> src/main.rs:78:9 Oct 14 22:24:14.147 INFO kablam! | Oct 14 22:24:14.147 INFO kablam! 78 | let X = Matrix::new(3, 2, vec![ Oct 14 22:24:14.147 INFO kablam! | ^ Oct 14 22:24:14.147 INFO kablam! Oct 14 22:24:14.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.30s Oct 14 22:24:14.737 INFO kablam! su: No module specific data is present Oct 14 22:24:15.163 INFO running `"docker" "rm" "-f" "617c06891f7b894e49d1c330c239c48efa8a3d829a2c59a05e6c677e5eff0796"` Oct 14 22:24:15.423 INFO blam! 617c06891f7b894e49d1c330c239c48efa8a3d829a2c59a05e6c677e5eff0796 Oct 14 22:24:15.426 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:24:15.629 INFO blam! bfb36996a8b3010782587258298684e56d964ef803440e59c0cff1f4bad3f25f Oct 14 22:24:15.632 INFO running `"docker" "start" "-a" "bfb36996a8b3010782587258298684e56d964ef803440e59c0cff1f4bad3f25f"` Oct 14 22:24:16.239 INFO kablam! usermod: no changes Oct 14 22:24:16.281 INFO kablam! Compiling rust_neuralnet v0.1.0 (/source) Oct 14 22:24:16.706 INFO kablam! warning: field is never used: `inputLayerSize` Oct 14 22:24:16.707 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:16.707 INFO kablam! | Oct 14 22:24:16.707 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:16.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.707 INFO kablam! | Oct 14 22:24:16.707 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:16.707 INFO kablam! Oct 14 22:24:16.707 INFO kablam! warning: field is never used: `outputLayerSize` Oct 14 22:24:16.707 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:16.707 INFO kablam! | Oct 14 22:24:16.707 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:16.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.707 INFO kablam! Oct 14 22:24:16.707 INFO kablam! warning: field is never used: `hiddenLayerSize` Oct 14 22:24:16.707 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:16.707 INFO kablam! | Oct 14 22:24:16.707 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:16.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.707 INFO kablam! Oct 14 22:24:16.710 INFO kablam! warning: structure field `inputLayerSize` should have a snake case name such as `input_layer_size` Oct 14 22:24:16.710 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:16.710 INFO kablam! | Oct 14 22:24:16.710 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:16.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.710 INFO kablam! | Oct 14 22:24:16.710 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:24:16.710 INFO kablam! Oct 14 22:24:16.710 INFO kablam! warning: structure field `outputLayerSize` should have a snake case name such as `output_layer_size` Oct 14 22:24:16.710 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:16.710 INFO kablam! | Oct 14 22:24:16.710 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:16.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.710 INFO kablam! Oct 14 22:24:16.710 INFO kablam! warning: structure field `hiddenLayerSize` should have a snake case name such as `hidden_layer_size` Oct 14 22:24:16.710 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:16.710 INFO kablam! | Oct 14 22:24:16.710 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:16.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.710 INFO kablam! Oct 14 22:24:16.712 INFO kablam! warning: method `costFunctionPrime` should have a snake case name such as `cost_function_prime` Oct 14 22:24:16.712 INFO kablam! --> src/main.rs:45:5 Oct 14 22:24:16.712 INFO kablam! | Oct 14 22:24:16.712 INFO kablam! 45 | / pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:16.712 INFO kablam! 46 | | let yHat = self.forward(X.clone()); Oct 14 22:24:16.712 INFO kablam! 47 | | Oct 14 22:24:16.712 INFO kablam! 48 | | let delta3 = self.z3.clone().apply(&sigmoid_prime); Oct 14 22:24:16.712 INFO kablam! ... | Oct 14 22:24:16.712 INFO kablam! 55 | | (djdw2, djdw1) Oct 14 22:24:16.712 INFO kablam! 56 | | } Oct 14 22:24:16.712 INFO kablam! | |_____^ Oct 14 22:24:16.712 INFO kablam! Oct 14 22:24:16.712 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:16.712 INFO kablam! --> src/main.rs:45:41 Oct 14 22:24:16.712 INFO kablam! | Oct 14 22:24:16.712 INFO kablam! 45 | pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:16.712 INFO kablam! | ^ Oct 14 22:24:16.712 INFO kablam! Oct 14 22:24:16.712 INFO kablam! warning: variable `yHat` should have a snake case name such as `y_hat` Oct 14 22:24:16.712 INFO kablam! --> src/main.rs:46:13 Oct 14 22:24:16.712 INFO kablam! | Oct 14 22:24:16.712 INFO kablam! 46 | let yHat = self.forward(X.clone()); Oct 14 22:24:16.712 INFO kablam! | ^^^^ Oct 14 22:24:16.712 INFO kablam! Oct 14 22:24:16.717 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:16.717 INFO kablam! --> src/main.rs:78:9 Oct 14 22:24:16.717 INFO kablam! | Oct 14 22:24:16.717 INFO kablam! 78 | let X = Matrix::new(3, 2, vec![ Oct 14 22:24:16.717 INFO kablam! | ^ Oct 14 22:24:16.717 INFO kablam! Oct 14 22:24:17.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 14 22:24:17.166 INFO kablam! su: No module specific data is present Oct 14 22:24:17.446 INFO running `"docker" "rm" "-f" "bfb36996a8b3010782587258298684e56d964ef803440e59c0cff1f4bad3f25f"` Oct 14 22:24:17.555 INFO blam! bfb36996a8b3010782587258298684e56d964ef803440e59c0cff1f4bad3f25f Oct 14 22:24:17.557 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22:24:17.712 INFO blam! f1f0e8488cf8bdabb4109cfba509c6e813d95c182cb76c172bd74031d366e6cf Oct 14 22:24:17.714 INFO running `"docker" "start" "-a" "f1f0e8488cf8bdabb4109cfba509c6e813d95c182cb76c172bd74031d366e6cf"` Oct 14 22:24:18.195 INFO kablam! usermod: no changes Oct 14 22:24:18.246 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:24:18.248 INFO kablam! Running /target/debug/deps/rust_neuralnet-67daa9bab84a087e Oct 14 22:24:18.258 INFO blam! Oct 14 22:24:18.258 INFO blam! running 1 test Oct 14 22:24:18.264 INFO blam! test test_sigmoid ... ok Oct 14 22:24:18.265 INFO blam! Oct 14 22:24:18.265 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:24:18.265 INFO blam! Oct 14 22:24:18.269 INFO kablam! su: No module specific data is present Oct 14 22:24:18.692 INFO running `"docker" "rm" "-f" "f1f0e8488cf8bdabb4109cfba509c6e813d95c182cb76c172bd74031d366e6cf"` Oct 14 22:24:18.906 INFO blam! f1f0e8488cf8bdabb4109cfba509c6e813d95c182cb76c172bd74031d366e6cf