Oct 14 22:24:10.207 INFO testing drakeor/rust-neural-net against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:24:10.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:24:10.765 INFO blam! 754d9fecbb9da3b3b8720e0ed628f878849d7e21618aa0b440914d786f148abd Oct 14 22:24:10.767 INFO running `"docker" "start" "-a" "754d9fecbb9da3b3b8720e0ed628f878849d7e21618aa0b440914d786f148abd"` Oct 14 22:24:12.059 INFO kablam! usermod: no changes Oct 14 22:24:12.126 INFO kablam! Compiling rand_core v0.2.0 Oct 14 22:24:12.127 INFO kablam! Compiling num v0.1.42 Oct 14 22:24:12.383 INFO kablam! Compiling rulinalg v0.4.2 Oct 14 22:24:12.872 INFO kablam! Compiling rand v0.5.0 Oct 14 22:24:16.470 INFO kablam! Compiling rust_neuralnet v0.1.0 (/source) Oct 14 22:24:16.827 INFO kablam! warning: field is never used: `inputLayerSize` Oct 14 22:24:16.827 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:16.827 INFO kablam! | Oct 14 22:24:16.827 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:16.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.827 INFO kablam! | Oct 14 22:24:16.827 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:16.827 INFO kablam! Oct 14 22:24:16.827 INFO kablam! warning: field is never used: `outputLayerSize` Oct 14 22:24:16.827 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:16.827 INFO kablam! | Oct 14 22:24:16.827 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:16.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.827 INFO kablam! Oct 14 22:24:16.828 INFO kablam! warning: field is never used: `hiddenLayerSize` Oct 14 22:24:16.828 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:16.828 INFO kablam! | Oct 14 22:24:16.828 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:16.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.828 INFO kablam! Oct 14 22:24:16.832 INFO kablam! warning: structure field `inputLayerSize` should have a snake case name such as `input_layer_size` Oct 14 22:24:16.832 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:16.832 INFO kablam! | Oct 14 22:24:16.832 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:16.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.832 INFO kablam! | Oct 14 22:24:16.832 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:24:16.832 INFO kablam! Oct 14 22:24:16.832 INFO kablam! warning: structure field `outputLayerSize` should have a snake case name such as `output_layer_size` Oct 14 22:24:16.832 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:16.832 INFO kablam! | Oct 14 22:24:16.832 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:16.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.832 INFO kablam! Oct 14 22:24:16.832 INFO kablam! warning: structure field `hiddenLayerSize` should have a snake case name such as `hidden_layer_size` Oct 14 22:24:16.832 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:16.832 INFO kablam! | Oct 14 22:24:16.832 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:16.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:16.833 INFO kablam! Oct 14 22:24:16.833 INFO kablam! warning: method `costFunctionPrime` should have a snake case name such as `cost_function_prime` Oct 14 22:24:16.833 INFO kablam! --> src/main.rs:45:5 Oct 14 22:24:16.833 INFO kablam! | Oct 14 22:24:16.833 INFO kablam! 45 | / pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:16.833 INFO kablam! 46 | | let yHat = self.forward(X.clone()); Oct 14 22:24:16.833 INFO kablam! 47 | | Oct 14 22:24:16.833 INFO kablam! 48 | | let delta3 = self.z3.clone().apply(&sigmoid_prime); Oct 14 22:24:16.833 INFO kablam! ... | Oct 14 22:24:16.833 INFO kablam! 55 | | (djdw2, djdw1) Oct 14 22:24:16.833 INFO kablam! 56 | | } Oct 14 22:24:16.833 INFO kablam! | |_____^ Oct 14 22:24:16.833 INFO kablam! Oct 14 22:24:16.840 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:16.840 INFO kablam! --> src/main.rs:45:41 Oct 14 22:24:16.840 INFO kablam! | Oct 14 22:24:16.840 INFO kablam! 45 | pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:16.840 INFO kablam! | ^ Oct 14 22:24:16.840 INFO kablam! Oct 14 22:24:16.840 INFO kablam! warning: variable `yHat` should have a snake case name such as `y_hat` Oct 14 22:24:16.840 INFO kablam! --> src/main.rs:46:13 Oct 14 22:24:16.840 INFO kablam! | Oct 14 22:24:16.840 INFO kablam! 46 | let yHat = self.forward(X.clone()); Oct 14 22:24:16.840 INFO kablam! | ^^^^ Oct 14 22:24:16.840 INFO kablam! Oct 14 22:24:16.845 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:16.846 INFO kablam! --> src/main.rs:78:9 Oct 14 22:24:16.846 INFO kablam! | Oct 14 22:24:16.846 INFO kablam! 78 | let X = Matrix::new(3, 2, vec![ Oct 14 22:24:16.847 INFO kablam! | ^ Oct 14 22:24:16.847 INFO kablam! Oct 14 22:24:17.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.19s Oct 14 22:24:17.270 INFO kablam! su: No module specific data is present Oct 14 22:24:17.503 INFO running `"docker" "rm" "-f" "754d9fecbb9da3b3b8720e0ed628f878849d7e21618aa0b440914d786f148abd"` Oct 14 22:24:17.594 INFO blam! 754d9fecbb9da3b3b8720e0ed628f878849d7e21618aa0b440914d786f148abd Oct 14 22:24:17.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:24:17.795 INFO blam! d0b01bec3aa72adbabcc7f150b43eb3669c4b98948d64e1b1740b147a74d3775 Oct 14 22:24:17.802 INFO running `"docker" "start" "-a" "d0b01bec3aa72adbabcc7f150b43eb3669c4b98948d64e1b1740b147a74d3775"` Oct 14 22:24:18.311 INFO kablam! usermod: no changes Oct 14 22:24:18.355 INFO kablam! Compiling rust_neuralnet v0.1.0 (/source) Oct 14 22:24:18.815 INFO kablam! warning: field is never used: `inputLayerSize` Oct 14 22:24:18.815 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:18.815 INFO kablam! | Oct 14 22:24:18.815 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:18.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:18.815 INFO kablam! | Oct 14 22:24:18.815 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:24:18.815 INFO kablam! Oct 14 22:24:18.815 INFO kablam! warning: field is never used: `outputLayerSize` Oct 14 22:24:18.815 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:18.815 INFO kablam! | Oct 14 22:24:18.815 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:18.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:18.815 INFO kablam! Oct 14 22:24:18.815 INFO kablam! warning: field is never used: `hiddenLayerSize` Oct 14 22:24:18.815 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:18.815 INFO kablam! | Oct 14 22:24:18.815 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:18.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:18.819 INFO kablam! Oct 14 22:24:18.819 INFO kablam! warning: structure field `inputLayerSize` should have a snake case name such as `input_layer_size` Oct 14 22:24:18.819 INFO kablam! --> src/main.rs:10:5 Oct 14 22:24:18.819 INFO kablam! | Oct 14 22:24:18.819 INFO kablam! 10 | inputLayerSize : i32, Oct 14 22:24:18.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:18.820 INFO kablam! | Oct 14 22:24:18.820 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:24:18.820 INFO kablam! Oct 14 22:24:18.820 INFO kablam! warning: structure field `outputLayerSize` should have a snake case name such as `output_layer_size` Oct 14 22:24:18.820 INFO kablam! --> src/main.rs:11:5 Oct 14 22:24:18.820 INFO kablam! | Oct 14 22:24:18.820 INFO kablam! 11 | outputLayerSize : i32, Oct 14 22:24:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:18.820 INFO kablam! Oct 14 22:24:18.820 INFO kablam! warning: structure field `hiddenLayerSize` should have a snake case name such as `hidden_layer_size` Oct 14 22:24:18.820 INFO kablam! --> src/main.rs:12:5 Oct 14 22:24:18.820 INFO kablam! | Oct 14 22:24:18.820 INFO kablam! 12 | hiddenLayerSize : i32, Oct 14 22:24:18.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:24:18.820 INFO kablam! Oct 14 22:24:18.820 INFO kablam! warning: method `costFunctionPrime` should have a snake case name such as `cost_function_prime` Oct 14 22:24:18.820 INFO kablam! --> src/main.rs:45:5 Oct 14 22:24:18.820 INFO kablam! | Oct 14 22:24:18.820 INFO kablam! 45 | / pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:18.820 INFO kablam! 46 | | let yHat = self.forward(X.clone()); Oct 14 22:24:18.820 INFO kablam! 47 | | Oct 14 22:24:18.820 INFO kablam! 48 | | let delta3 = self.z3.clone().apply(&sigmoid_prime); Oct 14 22:24:18.820 INFO kablam! ... | Oct 14 22:24:18.820 INFO kablam! 55 | | (djdw2, djdw1) Oct 14 22:24:18.820 INFO kablam! 56 | | } Oct 14 22:24:18.820 INFO kablam! | |_____^ Oct 14 22:24:18.820 INFO kablam! Oct 14 22:24:18.820 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:18.820 INFO kablam! --> src/main.rs:45:41 Oct 14 22:24:18.820 INFO kablam! | Oct 14 22:24:18.820 INFO kablam! 45 | pub fn costFunctionPrime(&mut self, X : Matrix, y : Matrix) -> (Matrix, Matrix) { Oct 14 22:24:18.820 INFO kablam! | ^ Oct 14 22:24:18.820 INFO kablam! Oct 14 22:24:18.820 INFO kablam! warning: variable `yHat` should have a snake case name such as `y_hat` Oct 14 22:24:18.820 INFO kablam! --> src/main.rs:46:13 Oct 14 22:24:18.821 INFO kablam! | Oct 14 22:24:18.821 INFO kablam! 46 | let yHat = self.forward(X.clone()); Oct 14 22:24:18.821 INFO kablam! | ^^^^ Oct 14 22:24:18.821 INFO kablam! Oct 14 22:24:18.839 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 14 22:24:18.839 INFO kablam! --> src/main.rs:78:9 Oct 14 22:24:18.839 INFO kablam! | Oct 14 22:24:18.839 INFO kablam! 78 | let X = Matrix::new(3, 2, vec![ Oct 14 22:24:18.839 INFO kablam! | ^ Oct 14 22:24:18.839 INFO kablam! Oct 14 22:24:19.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 22:24:19.463 INFO kablam! su: No module specific data is present Oct 14 22:24:19.882 INFO running `"docker" "rm" "-f" "d0b01bec3aa72adbabcc7f150b43eb3669c4b98948d64e1b1740b147a74d3775"` Oct 14 22:24:19.975 INFO blam! d0b01bec3aa72adbabcc7f150b43eb3669c4b98948d64e1b1740b147a74d3775 Oct 14 22:24:19.979 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:24:20.525 INFO blam! 5e682729cfd6655e9aa093280fa972bb22142e70c30048e9a51416529897e7eb Oct 14 22:24:20.529 INFO running `"docker" "start" "-a" "5e682729cfd6655e9aa093280fa972bb22142e70c30048e9a51416529897e7eb"` Oct 14 22:24:20.860 INFO kablam! usermod: no changes Oct 14 22:24:20.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 22:24:20.899 INFO kablam! Running /target/debug/deps/rust_neuralnet-97fd724af49af0ef Oct 14 22:24:20.899 INFO blam! Oct 14 22:24:20.899 INFO blam! running 1 test Oct 14 22:24:20.903 INFO blam! test test_sigmoid ... ok Oct 14 22:24:20.904 INFO blam! Oct 14 22:24:20.904 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:24:20.904 INFO blam! Oct 14 22:24:20.905 INFO kablam! su: No module specific data is present Oct 14 22:24:21.226 INFO running `"docker" "rm" "-f" "5e682729cfd6655e9aa093280fa972bb22142e70c30048e9a51416529897e7eb"` Oct 14 22:24:21.351 INFO blam! 5e682729cfd6655e9aa093280fa972bb22142e70c30048e9a51416529897e7eb