Oct 14 18:56:57.639 INFO testing helloooooo/learn_deep_learning against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 18:56:57.641 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:56:58.240 INFO blam! 2aeae5c273ad38ff4b7f0d37f4ef1368516141f9bd9583fce062eb62064e8691 Oct 14 18:56:58.244 INFO running `"docker" "start" "-a" "2aeae5c273ad38ff4b7f0d37f4ef1368516141f9bd9583fce062eb62064e8691"` Oct 14 18:57:01.015 INFO kablam! usermod: no changes Oct 14 18:57:01.382 INFO kablam! Compiling typenum v1.9.0 Oct 14 18:57:01.385 INFO kablam! Compiling gnuplot v0.0.23 Oct 14 18:57:01.395 INFO kablam! Compiling iovec v0.1.1 Oct 14 18:57:01.408 INFO kablam! Compiling memchr v0.1.11 Oct 14 18:57:01.423 INFO kablam! Compiling net2 v0.2.31 Oct 14 18:57:01.425 INFO kablam! Compiling futures-cpupool v0.1.7 Oct 14 18:57:01.426 INFO kablam! Compiling alga v0.5.2 Oct 14 18:57:01.427 INFO kablam! Compiling openssl v0.9.23 Oct 14 18:57:04.497 INFO kablam! Compiling thread-id v2.0.0 Oct 14 18:57:04.595 INFO kablam! Compiling chrono v0.4.0 Oct 14 18:57:10.543 INFO kablam! Compiling bytes v0.4.5 Oct 14 18:57:10.559 INFO kablam! Compiling aho-corasick v0.5.3 Oct 14 18:57:10.611 INFO kablam! Compiling thread_local v0.2.7 Oct 14 18:57:11.415 INFO kablam! Compiling mio v0.6.11 Oct 14 18:57:18.681 INFO kablam! Compiling regex v0.1.80 Oct 14 18:57:18.697 INFO kablam! Compiling tokio-io v0.1.4 Oct 14 18:57:23.159 INFO kablam! Compiling generic-array v0.8.3 Oct 14 18:57:26.215 INFO kablam! Compiling tokio-core v0.1.11 Oct 14 18:57:26.445 INFO kablam! Compiling digest v0.6.2 Oct 14 18:57:26.445 INFO kablam! Compiling crypto-mac v0.4.0 Oct 14 18:57:27.431 INFO kablam! Compiling hmac v0.4.2 Oct 14 18:57:27.431 INFO kablam! Compiling sha-1 v0.4.1 Oct 14 18:57:27.655 INFO kablam! Compiling nalgebra v0.13.1 Oct 14 18:57:41.287 INFO kablam! Compiling native-tls v0.1.4 Oct 14 18:57:43.407 INFO kablam! Compiling tokio-proto v0.1.1 Oct 14 18:57:44.519 INFO kablam! Compiling tokio-tls v0.1.3 Oct 14 18:57:48.959 INFO kablam! Compiling hyper v0.11.9 Oct 14 18:58:05.476 INFO kablam! Compiling hyper-tls v0.1.2 Oct 14 18:58:07.967 INFO kablam! Compiling egg-mode v0.12.0 Oct 14 18:58:38.401 INFO kablam! Compiling test1 v0.1.0 (/source) Oct 14 18:58:38.981 INFO kablam! warning: unused imports: `RefMut`, `Ref` Oct 14 18:58:38.981 INFO kablam! --> src/gradient.rs:5:26 Oct 14 18:58:38.982 INFO kablam! | Oct 14 18:58:38.982 INFO kablam! 5 | use std::cell::{RefCell, Ref, RefMut}; Oct 14 18:58:38.982 INFO kablam! | ^^^ ^^^^^^ Oct 14 18:58:38.982 INFO kablam! | Oct 14 18:58:38.982 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:58:38.982 INFO kablam! Oct 14 18:58:38.982 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 14 18:58:38.982 INFO kablam! --> src/nural.rs:5:5 Oct 14 18:58:38.982 INFO kablam! | Oct 14 18:58:38.984 INFO kablam! 5 | use std::cell::RefCell; Oct 14 18:58:38.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:58:38.984 INFO kablam! Oct 14 18:58:39.155 INFO kablam! warning: unused variable: `rows` Oct 14 18:58:39.155 INFO kablam! --> src/main.rs:21:16 Oct 14 18:58:39.155 INFO kablam! | Oct 14 18:58:39.156 INFO kablam! 21 | let (size, rows, cols) = (60_000, 28, 28); Oct 14 18:58:39.156 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 18:58:39.156 INFO kablam! | Oct 14 18:58:39.156 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:39.156 INFO kablam! Oct 14 18:58:39.156 INFO kablam! warning: unused variable: `cols` Oct 14 18:58:39.156 INFO kablam! --> src/main.rs:21:22 Oct 14 18:58:39.156 INFO kablam! | Oct 14 18:58:39.156 INFO kablam! 21 | let (size, rows, cols) = (60_000, 28, 28); Oct 14 18:58:39.156 INFO kablam! | ^^^^ help: consider using `_cols` instead Oct 14 18:58:39.156 INFO kablam! Oct 14 18:58:39.156 INFO kablam! warning: unused variable: `batch_size` Oct 14 18:58:39.156 INFO kablam! --> src/main.rs:40:9 Oct 14 18:58:39.156 INFO kablam! | Oct 14 18:58:39.156 INFO kablam! 40 | let batch_size = 100; Oct 14 18:58:39.156 INFO kablam! | ^^^^^^^^^^ help: consider using `_batch_size` instead Oct 14 18:58:39.156 INFO kablam! Oct 14 18:58:39.165 INFO kablam! warning: variable does not need to be mutable Oct 14 18:58:39.165 INFO kablam! --> src/main.rs:33:9 Oct 14 18:58:39.165 INFO kablam! | Oct 14 18:58:39.165 INFO kablam! 33 | let mut Two_layer_network = two_layer_net::Two_layer_network { Oct 14 18:58:39.165 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.165 INFO kablam! | | Oct 14 18:58:39.165 INFO kablam! | help: remove this `mut` Oct 14 18:58:39.165 INFO kablam! | Oct 14 18:58:39.167 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:58:39.167 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: function is never used: `mean_squared_error` Oct 14 18:58:39.207 INFO kablam! --> src/lossfunc.rs:11:1 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 11 | pub fn mean_squared_error(y: DMatrix, t: DMatrix) -> f64 { Oct 14 18:58:39.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: function is never used: `numerical_gradient` Oct 14 18:58:39.207 INFO kablam! --> src/gradient.rs:8:1 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 8 | / pub fn numerical_gradient< Oct 14 18:58:39.207 INFO kablam! 9 | | F: Fn(&DMatrix, Oct 14 18:58:39.207 INFO kablam! 10 | | &DMatrix, Oct 14 18:58:39.207 INFO kablam! 11 | | &DMatrix, Oct 14 18:58:39.207 INFO kablam! ... | Oct 14 18:58:39.207 INFO kablam! 38 | | grad Oct 14 18:58:39.207 INFO kablam! 39 | | } Oct 14 18:58:39.207 INFO kablam! | |_^ Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: function is never used: `function_2` Oct 14 18:58:39.207 INFO kablam! --> src/gradient.rs:40:1 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 40 | pub fn function_2(x: &mut DMatrix) -> f64 { Oct 14 18:58:39.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: method is never used: `predict` Oct 14 18:58:39.207 INFO kablam! --> src/nural.rs:11:5 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 11 | pub fn predict(self, x: &DMatrix) -> DMatrix { Oct 14 18:58:39.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: method is never used: `loss` Oct 14 18:58:39.207 INFO kablam! --> src/nural.rs:14:5 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 14 | pub fn loss(self, x: &DMatrix, t: &DMatrix) -> f64 { Oct 14 18:58:39.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: method is never used: `numerical_gradient` Oct 14 18:58:39.207 INFO kablam! --> src/two_layer_net.rs:91:5 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 91 | pub fn numerical_gradient(&mut self, x: &DMatrix, t: &DMatrix) -> grad { Oct 14 18:58:39.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: function is never used: `loss_w` Oct 14 18:58:39.207 INFO kablam! --> src/two_layer_net.rs:128:1 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 128 | / pub fn loss_w( Oct 14 18:58:39.207 INFO kablam! 129 | | param: &DMatrix, Oct 14 18:58:39.207 INFO kablam! 130 | | x: &DMatrix, Oct 14 18:58:39.207 INFO kablam! 131 | | t: &DMatrix, Oct 14 18:58:39.207 INFO kablam! ... | Oct 14 18:58:39.207 INFO kablam! 135 | | two.loss(param, x, t, &patern) Oct 14 18:58:39.207 INFO kablam! 136 | | } Oct 14 18:58:39.207 INFO kablam! | |_^ Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: function `axisZerosum` should have a snake case name such as `axis_zerosum` Oct 14 18:58:39.207 INFO kablam! --> src/nural.rs:32:1 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 32 | / pub fn axisZerosum(x: &DMatrix) -> DMatrix { Oct 14 18:58:39.207 INFO kablam! 33 | | let zerosum = DMatrix::::from_iterator( Oct 14 18:58:39.207 INFO kablam! 34 | | 1, Oct 14 18:58:39.207 INFO kablam! 35 | | x.shape().1, Oct 14 18:58:39.207 INFO kablam! ... | Oct 14 18:58:39.207 INFO kablam! 44 | | Oct 14 18:58:39.207 INFO kablam! 45 | | } Oct 14 18:58:39.207 INFO kablam! | |_^ Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:58:39.207 INFO kablam! Oct 14 18:58:39.207 INFO kablam! warning: function `createVec` should have a snake case name such as `create_vec` Oct 14 18:58:39.207 INFO kablam! --> src/nural.rs:47:1 Oct 14 18:58:39.207 INFO kablam! | Oct 14 18:58:39.207 INFO kablam! 47 | / pub fn createVec(x: usize) -> Vec { Oct 14 18:58:39.207 INFO kablam! 48 | | let mut vec = Vec::with_capacity(x); Oct 14 18:58:39.207 INFO kablam! 49 | | for i in 0..x { Oct 14 18:58:39.207 INFO kablam! 50 | | vec.push(i); Oct 14 18:58:39.207 INFO kablam! 51 | | } Oct 14 18:58:39.207 INFO kablam! 52 | | vec Oct 14 18:58:39.207 INFO kablam! 53 | | } Oct 14 18:58:39.207 INFO kablam! | |_^ Oct 14 18:58:39.208 INFO kablam! Oct 14 18:58:39.208 INFO kablam! warning: type `grad` should have a camel case name such as `Grad` Oct 14 18:58:39.208 INFO kablam! --> src/two_layer_net.rs:13:1 Oct 14 18:58:39.208 INFO kablam! | Oct 14 18:58:39.208 INFO kablam! 13 | / pub struct grad { Oct 14 18:58:39.208 INFO kablam! 14 | | pub w1: DMatrix, Oct 14 18:58:39.208 INFO kablam! 15 | | pub b1: DMatrix, Oct 14 18:58:39.208 INFO kablam! 16 | | pub w2: DMatrix, Oct 14 18:58:39.208 INFO kablam! 17 | | pub b2: DMatrix, Oct 14 18:58:39.208 INFO kablam! 18 | | } Oct 14 18:58:39.208 INFO kablam! | |_^ Oct 14 18:58:39.208 INFO kablam! | Oct 14 18:58:39.208 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 18:58:39.208 INFO kablam! Oct 14 18:58:39.208 INFO kablam! warning: type `Two_layer_network` should have a camel case name such as `TwoLayerNetwork` Oct 14 18:58:39.208 INFO kablam! --> src/two_layer_net.rs:19:1 Oct 14 18:58:39.208 INFO kablam! | Oct 14 18:58:39.208 INFO kablam! 19 | / pub struct Two_layer_network { Oct 14 18:58:39.208 INFO kablam! 20 | | pub w1: Rc>>, Oct 14 18:58:39.208 INFO kablam! 21 | | pub b1: Rc>>, Oct 14 18:58:39.208 INFO kablam! 22 | | pub w2: Rc>>, Oct 14 18:58:39.208 INFO kablam! 23 | | pub b2: Rc>>, Oct 14 18:58:39.208 INFO kablam! 24 | | } Oct 14 18:58:39.208 INFO kablam! | |_^ Oct 14 18:58:39.208 INFO kablam! Oct 14 18:58:39.208 INFO kablam! warning: variable `Two_layer_network` should have a snake case name such as `two_layer_network` Oct 14 18:58:39.208 INFO kablam! --> src/main.rs:33:9 Oct 14 18:58:39.208 INFO kablam! | Oct 14 18:58:39.208 INFO kablam! 33 | let mut Two_layer_network = two_layer_net::Two_layer_network { Oct 14 18:58:39.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:39.208 INFO kablam! Oct 14 18:58:40.953 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 39s Oct 14 18:58:40.967 INFO kablam! su: No module specific data is present Oct 14 18:58:42.239 INFO running `"docker" "rm" "-f" "2aeae5c273ad38ff4b7f0d37f4ef1368516141f9bd9583fce062eb62064e8691"` Oct 14 18:58:42.491 INFO blam! 2aeae5c273ad38ff4b7f0d37f4ef1368516141f9bd9583fce062eb62064e8691 Oct 14 18:58:42.511 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:58:42.959 INFO blam! 060e7d2ed019500cf933e4ff4f92d1644333089f5dd073db5f7c778601a40712 Oct 14 18:58:42.967 INFO running `"docker" "start" "-a" "060e7d2ed019500cf933e4ff4f92d1644333089f5dd073db5f7c778601a40712"` Oct 14 18:58:44.379 INFO kablam! usermod: no changes Oct 14 18:58:44.596 INFO kablam! Compiling test1 v0.1.0 (/source) Oct 14 18:58:45.103 INFO kablam! warning: unused imports: `RefMut`, `Ref` Oct 14 18:58:45.103 INFO kablam! --> src/gradient.rs:5:26 Oct 14 18:58:45.103 INFO kablam! | Oct 14 18:58:45.103 INFO kablam! 5 | use std::cell::{RefCell, Ref, RefMut}; Oct 14 18:58:45.103 INFO kablam! | ^^^ ^^^^^^ Oct 14 18:58:45.103 INFO kablam! | Oct 14 18:58:45.103 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:58:45.103 INFO kablam! Oct 14 18:58:45.103 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 14 18:58:45.103 INFO kablam! --> src/nural.rs:5:5 Oct 14 18:58:45.103 INFO kablam! | Oct 14 18:58:45.103 INFO kablam! 5 | use std::cell::RefCell; Oct 14 18:58:45.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 18:58:45.103 INFO kablam! Oct 14 18:58:45.387 INFO kablam! warning: unused variable: `rows` Oct 14 18:58:45.387 INFO kablam! --> src/main.rs:21:16 Oct 14 18:58:45.388 INFO kablam! | Oct 14 18:58:45.388 INFO kablam! 21 | let (size, rows, cols) = (60_000, 28, 28); Oct 14 18:58:45.388 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 18:58:45.389 INFO kablam! | Oct 14 18:58:45.389 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:58:45.389 INFO kablam! Oct 14 18:58:45.390 INFO kablam! warning: unused variable: `cols` Oct 14 18:58:45.390 INFO kablam! --> src/main.rs:21:22 Oct 14 18:58:45.390 INFO kablam! | Oct 14 18:58:45.390 INFO kablam! 21 | let (size, rows, cols) = (60_000, 28, 28); Oct 14 18:58:45.391 INFO kablam! | ^^^^ help: consider using `_cols` instead Oct 14 18:58:45.391 INFO kablam! Oct 14 18:58:45.391 INFO kablam! warning: unused variable: `batch_size` Oct 14 18:58:45.391 INFO kablam! --> src/main.rs:40:9 Oct 14 18:58:45.392 INFO kablam! | Oct 14 18:58:45.392 INFO kablam! 40 | let batch_size = 100; Oct 14 18:58:45.392 INFO kablam! | ^^^^^^^^^^ help: consider using `_batch_size` instead Oct 14 18:58:45.393 INFO kablam! Oct 14 18:58:45.403 INFO kablam! warning: variable does not need to be mutable Oct 14 18:58:45.403 INFO kablam! --> src/main.rs:33:9 Oct 14 18:58:45.404 INFO kablam! | Oct 14 18:58:45.404 INFO kablam! 33 | let mut Two_layer_network = two_layer_net::Two_layer_network { Oct 14 18:58:45.404 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 14 18:58:45.405 INFO kablam! | | Oct 14 18:58:45.405 INFO kablam! | help: remove this `mut` Oct 14 18:58:45.405 INFO kablam! | Oct 14 18:58:45.405 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 18:58:45.406 INFO kablam! Oct 14 18:58:45.459 INFO kablam! warning: function is never used: `numerical_gradient` Oct 14 18:58:45.459 INFO kablam! --> src/gradient.rs:8:1 Oct 14 18:58:45.460 INFO kablam! | Oct 14 18:58:45.460 INFO kablam! 8 | / pub fn numerical_gradient< Oct 14 18:58:45.460 INFO kablam! 9 | | F: Fn(&DMatrix, Oct 14 18:58:45.461 INFO kablam! 10 | | &DMatrix, Oct 14 18:58:45.461 INFO kablam! 11 | | &DMatrix, Oct 14 18:58:45.461 INFO kablam! ... | Oct 14 18:58:45.462 INFO kablam! 38 | | grad Oct 14 18:58:45.462 INFO kablam! 39 | | } Oct 14 18:58:45.462 INFO kablam! | |_^ Oct 14 18:58:45.463 INFO kablam! | Oct 14 18:58:45.467 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 18:58:45.467 INFO kablam! Oct 14 18:58:45.468 INFO kablam! warning: method is never used: `numerical_gradient` Oct 14 18:58:45.468 INFO kablam! --> src/two_layer_net.rs:91:5 Oct 14 18:58:45.468 INFO kablam! | Oct 14 18:58:45.468 INFO kablam! 91 | pub fn numerical_gradient(&mut self, x: &DMatrix, t: &DMatrix) -> grad { Oct 14 18:58:45.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:45.469 INFO kablam! Oct 14 18:58:45.469 INFO kablam! warning: function is never used: `loss_w` Oct 14 18:58:45.469 INFO kablam! --> src/two_layer_net.rs:128:1 Oct 14 18:58:45.470 INFO kablam! | Oct 14 18:58:45.470 INFO kablam! 128 | / pub fn loss_w( Oct 14 18:58:45.470 INFO kablam! 129 | | param: &DMatrix, Oct 14 18:58:45.471 INFO kablam! 130 | | x: &DMatrix, Oct 14 18:58:45.471 INFO kablam! 131 | | t: &DMatrix, Oct 14 18:58:45.471 INFO kablam! ... | Oct 14 18:58:45.471 INFO kablam! 135 | | two.loss(param, x, t, &patern) Oct 14 18:58:45.472 INFO kablam! 136 | | } Oct 14 18:58:45.472 INFO kablam! | |_^ Oct 14 18:58:45.472 INFO kablam! Oct 14 18:58:45.472 INFO kablam! warning: function `axisZerosum` should have a snake case name such as `axis_zerosum` Oct 14 18:58:45.473 INFO kablam! --> src/nural.rs:32:1 Oct 14 18:58:45.473 INFO kablam! | Oct 14 18:58:45.473 INFO kablam! 32 | / pub fn axisZerosum(x: &DMatrix) -> DMatrix { Oct 14 18:58:45.474 INFO kablam! 33 | | let zerosum = DMatrix::::from_iterator( Oct 14 18:58:45.474 INFO kablam! 34 | | 1, Oct 14 18:58:45.474 INFO kablam! 35 | | x.shape().1, Oct 14 18:58:45.475 INFO kablam! ... | Oct 14 18:58:45.475 INFO kablam! 44 | | Oct 14 18:58:45.475 INFO kablam! 45 | | } Oct 14 18:58:45.476 INFO kablam! | |_^ Oct 14 18:58:45.476 INFO kablam! | Oct 14 18:58:45.476 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 18:58:45.476 INFO kablam! Oct 14 18:58:45.477 INFO kablam! warning: function `createVec` should have a snake case name such as `create_vec` Oct 14 18:58:45.477 INFO kablam! --> src/nural.rs:47:1 Oct 14 18:58:45.477 INFO kablam! | Oct 14 18:58:45.478 INFO kablam! 47 | / pub fn createVec(x: usize) -> Vec { Oct 14 18:58:45.478 INFO kablam! 48 | | let mut vec = Vec::with_capacity(x); Oct 14 18:58:45.478 INFO kablam! 49 | | for i in 0..x { Oct 14 18:58:45.479 INFO kablam! 50 | | vec.push(i); Oct 14 18:58:45.479 INFO kablam! 51 | | } Oct 14 18:58:45.479 INFO kablam! 52 | | vec Oct 14 18:58:45.479 INFO kablam! 53 | | } Oct 14 18:58:45.480 INFO kablam! | |_^ Oct 14 18:58:45.480 INFO kablam! Oct 14 18:58:45.480 INFO kablam! warning: type `grad` should have a camel case name such as `Grad` Oct 14 18:58:45.480 INFO kablam! --> src/two_layer_net.rs:13:1 Oct 14 18:58:45.480 INFO kablam! | Oct 14 18:58:45.481 INFO kablam! 13 | / pub struct grad { Oct 14 18:58:45.481 INFO kablam! 14 | | pub w1: DMatrix, Oct 14 18:58:45.481 INFO kablam! 15 | | pub b1: DMatrix, Oct 14 18:58:45.482 INFO kablam! 16 | | pub w2: DMatrix, Oct 14 18:58:45.482 INFO kablam! 17 | | pub b2: DMatrix, Oct 14 18:58:45.482 INFO kablam! 18 | | } Oct 14 18:58:45.482 INFO kablam! | |_^ Oct 14 18:58:45.482 INFO kablam! | Oct 14 18:58:45.483 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 18:58:45.483 INFO kablam! Oct 14 18:58:45.483 INFO kablam! warning: type `Two_layer_network` should have a camel case name such as `TwoLayerNetwork` Oct 14 18:58:45.484 INFO kablam! --> src/two_layer_net.rs:19:1 Oct 14 18:58:45.484 INFO kablam! | Oct 14 18:58:45.484 INFO kablam! 19 | / pub struct Two_layer_network { Oct 14 18:58:45.485 INFO kablam! 20 | | pub w1: Rc>>, Oct 14 18:58:45.485 INFO kablam! 21 | | pub b1: Rc>>, Oct 14 18:58:45.485 INFO kablam! 22 | | pub w2: Rc>>, Oct 14 18:58:45.486 INFO kablam! 23 | | pub b2: Rc>>, Oct 14 18:58:45.486 INFO kablam! 24 | | } Oct 14 18:58:45.486 INFO kablam! | |_^ Oct 14 18:58:45.486 INFO kablam! Oct 14 18:58:45.486 INFO kablam! warning: variable `Two_layer_network` should have a snake case name such as `two_layer_network` Oct 14 18:58:45.486 INFO kablam! --> src/main.rs:33:9 Oct 14 18:58:45.486 INFO kablam! | Oct 14 18:58:45.486 INFO kablam! 33 | let mut Two_layer_network = two_layer_net::Two_layer_network { Oct 14 18:58:45.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 18:58:45.486 INFO kablam! Oct 14 18:58:46.659 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.23s Oct 14 18:58:46.671 INFO kablam! su: No module specific data is present Oct 14 18:58:47.895 INFO running `"docker" "rm" "-f" "060e7d2ed019500cf933e4ff4f92d1644333089f5dd073db5f7c778601a40712"` Oct 14 18:58:48.186 INFO blam! 060e7d2ed019500cf933e4ff4f92d1644333089f5dd073db5f7c778601a40712 Oct 14 18:58:48.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 18:58:48.591 INFO blam! 73ea91884853b3c1815689e2950c4ab19c44cf682d37e62c27b5c0281ceed6b9 Oct 14 18:58:48.594 INFO running `"docker" "start" "-a" "73ea91884853b3c1815689e2950c4ab19c44cf682d37e62c27b5c0281ceed6b9"` Oct 14 18:58:49.639 INFO kablam! usermod: no changes Oct 14 18:58:49.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 14 18:58:49.819 INFO kablam! Running /target/debug/deps/test1-3c1f6d84ce962cfb Oct 14 18:58:49.823 INFO blam! Oct 14 18:58:49.823 INFO blam! running 6 tests Oct 14 18:58:49.823 INFO blam! test gradient::p102 ... ok Oct 14 18:58:49.823 INFO blam! test lossfunc::p89 ... ok Oct 14 18:58:49.823 INFO blam! test nural::sig ... ok Oct 14 18:58:49.823 INFO blam! test nural::p111 ... ok Oct 14 18:58:49.823 INFO blam! test lossfunc::p91 ... ok Oct 14 18:58:49.824 INFO blam! test nural::soft ... ok Oct 14 18:58:49.824 INFO blam! Oct 14 18:58:49.825 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:58:49.825 INFO blam! Oct 14 18:58:49.831 INFO kablam! su: No module specific data is present Oct 14 18:58:50.695 INFO running `"docker" "rm" "-f" "73ea91884853b3c1815689e2950c4ab19c44cf682d37e62c27b5c0281ceed6b9"` Oct 14 18:58:50.967 INFO blam! 73ea91884853b3c1815689e2950c4ab19c44cf682d37e62c27b5c0281ceed6b9