[INFO] updating cached repository https://github.com/corka149/simple_neural_network [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a84a0fbfb7483b1e8f59e1e7e0278565251d61ca [INFO] testing corka149/simple_neural_network against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcorka149%2Fsimple_neural_network" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/corka149/simple_neural_network on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/corka149/simple_neural_network [INFO] finished tweaking git repo https://github.com/corka149/simple_neural_network [INFO] tweaked toml for git repo https://github.com/corka149/simple_neural_network written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/corka149/simple_neural_network already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 92ff7c24a94d1fa5c3daf82bb281e2b94efca6bdb7ce90414ac6eb40350211c4 [INFO] running `"docker" "start" "-a" "92ff7c24a94d1fa5c3daf82bb281e2b94efca6bdb7ce90414ac6eb40350211c4"` [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling rand v0.3.16 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling neural_network v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix/error.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.10s [INFO] running `"docker" "inspect" "92ff7c24a94d1fa5c3daf82bb281e2b94efca6bdb7ce90414ac6eb40350211c4"` [INFO] running `"docker" "rm" "-f" "92ff7c24a94d1fa5c3daf82bb281e2b94efca6bdb7ce90414ac6eb40350211c4"` [INFO] [stdout] 92ff7c24a94d1fa5c3daf82bb281e2b94efca6bdb7ce90414ac6eb40350211c4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 2029f58377596f344314bc88374e43461cbbdcbb1fe4ceef009d210c8df00d08 [INFO] running `"docker" "start" "-a" "2029f58377596f344314bc88374e43461cbbdcbb1fe4ceef009d210c8df00d08"` [INFO] [stderr] Compiling neural_network v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find function `transpose_matrix` in this scope [INFO] [stderr] --> src/matrix/math.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | let new_a = transpose_matrix(&a); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `test_transpose_matrix` [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::*` [INFO] [stderr] --> src/matrix/math.rs:213:9 [INFO] [stderr] | [INFO] [stderr] 213 | use super::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/matrix/error.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `input_nodes` on type `NeuralNetwork<[closure@src/lib.rs:134:51: 134:62]>` [INFO] [stderr] --> src/lib.rs:136:23 [INFO] [stderr] | [INFO] [stderr] 136 | assert_eq!(nn.input_nodes, 3); [INFO] [stderr] | ^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `learning_rate`, `activation_function`, `wih`, `who` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `hidden_nodes` on type `NeuralNetwork<[closure@src/lib.rs:134:51: 134:62]>` [INFO] [stderr] --> src/lib.rs:137:23 [INFO] [stderr] | [INFO] [stderr] 137 | assert_eq!(nn.hidden_nodes, 3); [INFO] [stderr] | ^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `learning_rate`, `activation_function`, `wih`, `who` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `output_nodes` on type `NeuralNetwork<[closure@src/lib.rs:134:51: 134:62]>` [INFO] [stderr] --> src/lib.rs:138:23 [INFO] [stderr] | [INFO] [stderr] 138 | assert_eq!(nn.output_nodes, 3); [INFO] [stderr] | ^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `learning_rate`, `activation_function`, `wih`, `who` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `len` found for type `matrix::Matrix` in the current scope [INFO] [stderr] --> src/matrix/mod.rs:155:24 [INFO] [stderr] | [INFO] [stderr] 6 | pub struct Matrix { [INFO] [stderr] | ----------------- method `len` not found for this [INFO] [stderr] ... [INFO] [stderr] 155 | assert_eq!(vec.len(), 4); [INFO] [stderr] | ^^^ method not found in `matrix::Matrix` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following trait defines an item `len`, perhaps you need to implement it: [INFO] [stderr] candidate #1: `std::iter::ExactSizeIterator` [INFO] [stderr] [INFO] [stderr] error[E0608]: cannot index into a value of type `matrix::Matrix` [INFO] [stderr] --> src/matrix/mod.rs:156:20 [INFO] [stderr] | [INFO] [stderr] 156 | assert_eq!(vec[0].len(), 3); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0599, E0608, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `neural_network`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2029f58377596f344314bc88374e43461cbbdcbb1fe4ceef009d210c8df00d08"` [INFO] running `"docker" "rm" "-f" "2029f58377596f344314bc88374e43461cbbdcbb1fe4ceef009d210c8df00d08"` [INFO] [stdout] 2029f58377596f344314bc88374e43461cbbdcbb1fe4ceef009d210c8df00d08