[INFO] cloning repository https://github.com/nrayamajhee/artha
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nrayamajhee/artha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrayamajhee%2Fartha", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrayamajhee%2Fartha'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 273535858a681071bac1ce800815a8da67a558a8
[INFO] testing nrayamajhee/artha against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnrayamajhee%2Fartha" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nrayamajhee/artha
[INFO] finished tweaking git repo https://github.com/nrayamajhee/artha
[INFO] tweaked toml for git repo https://github.com/nrayamajhee/artha written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nrayamajhee/artha on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nrayamajhee/artha already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30f91e2a99b878fa624c49d299687f017d50dab508852f51fb8550fb48077eda
[INFO] running `Command { std: "docker" "start" "-a" "30f91e2a99b878fa624c49d299687f017d50dab508852f51fb8550fb48077eda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30f91e2a99b878fa624c49d299687f017d50dab508852f51fb8550fb48077eda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30f91e2a99b878fa624c49d299687f017d50dab508852f51fb8550fb48077eda", kill_on_drop: false }`
[INFO] [stdout] 30f91e2a99b878fa624c49d299687f017d50dab508852f51fb8550fb48077eda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7be580db810dab9d2126f72961967c62194d7b47a483c38a33aec42e66738e94
[INFO] running `Command { std: "docker" "start" "-a" "7be580db810dab9d2126f72961967c62194d7b47a483c38a33aec42e66738e94", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.5
[INFO] [stderr]    Compiling rand_core v0.4.0
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling matrixmultiply v0.1.15
[INFO] [stderr]    Compiling ndarray v0.12.1
[INFO] [stderr]    Compiling rawpointer v0.1.0
[INFO] [stderr]    Compiling either v1.5.2
[INFO] [stderr]    Compiling itertools v0.7.11
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-complex v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling pbr v1.0.1
[INFO] [stderr]    Compiling ndarray-rand v0.9.0
[INFO] [stderr]    Compiling artha v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `hidden_sizes` is never read
[INFO] [stdout]   --> src/neural_net.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct NeuralNetwork {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 11 |     hidden_sizes: Vec<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NeuralNetwork` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s
[INFO] running `Command { std: "docker" "inspect" "7be580db810dab9d2126f72961967c62194d7b47a483c38a33aec42e66738e94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7be580db810dab9d2126f72961967c62194d7b47a483c38a33aec42e66738e94", kill_on_drop: false }`
[INFO] [stdout] 7be580db810dab9d2126f72961967c62194d7b47a483c38a33aec42e66738e94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3cb19bc54439c5bf3dddc4ca65bb1fda9c13fcf284bdbf7958274c4cece026fe
[INFO] running `Command { std: "docker" "start" "-a" "3cb19bc54439c5bf3dddc4ca65bb1fda9c13fcf284bdbf7958274c4cece026fe", kill_on_drop: false }`
[INFO] [stdout] warning: field `hidden_sizes` is never read
[INFO] [stdout]   --> src/neural_net.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct NeuralNetwork {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 11 |     hidden_sizes: Vec<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NeuralNetwork` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling artha v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `hidden_sizes` is never read
[INFO] [stdout]   --> src/neural_net.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct NeuralNetwork {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 11 |     hidden_sizes: Vec<usize>,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NeuralNetwork` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "3cb19bc54439c5bf3dddc4ca65bb1fda9c13fcf284bdbf7958274c4cece026fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cb19bc54439c5bf3dddc4ca65bb1fda9c13fcf284bdbf7958274c4cece026fe", kill_on_drop: false }`
[INFO] [stdout] 3cb19bc54439c5bf3dddc4ca65bb1fda9c13fcf284bdbf7958274c4cece026fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e0d04d2cebf5ecd3e5ca453b1ba2ce698bed8ead47bc4b07fd1fbe7d6c6357b2
[INFO] running `Command { std: "docker" "start" "-a" "e0d04d2cebf5ecd3e5ca453b1ba2ce698bed8ead47bc4b07fd1fbe7d6c6357b2", kill_on_drop: false }`
[INFO] [stderr] warning: field `hidden_sizes` is never read
[INFO] [stderr]   --> src/neural_net.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct NeuralNetwork {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] 11 |     hidden_sizes: Vec<usize>,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `NeuralNetwork` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `artha` (lib) generated 1 warning
[INFO] [stderr] warning: `artha` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/artha-f2f792737e1c14bf)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/artha-11ec0076e1431e6c)
[INFO] [stderr]    Doc-tests artha
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 4) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 4) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `artha::neural_net::normaize_val`
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         normaize_val,
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |         |
[INFO] [stdout]   |         no `normaize_val` in `neural_net`
[INFO] [stdout]   |         help: a similar name exists in the module: `normalize_val`
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:22:32
[INFO] [stdout]     |
[INFO] [stdout]  20 |     let loss =  mean_loss(&ys, &predicted);
[INFO] [stdout]     |                 ---------      ^^^^^^^^^^ expected `&ArrayBase<OwnedRepr<f64>, ...>`, found `&()`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&ArrayBase<OwnedRepr<f64>, Dim<[usize; 2]>>`
[INFO] [stdout]                found reference `&()`
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/neural_net.rs:181:8
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub fn mean_loss<T>(a: &Array2<T>, b: &Array2<T>) -> f64 
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `()` doesn't implement `std::fmt::Display`
[INFO] [stdout]   --> src/lib.rs:27:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |     logln!("Predicted Output: ", predicted);
[INFO] [stdout]    |     -----------------------------^^^^^^^^^-
[INFO] [stdout]    |     |                            |
[INFO] [stdout]    |     |                            `()` cannot be formatted with the default formatter
[INFO] [stdout]    |     required by this formatting parameter
[INFO] [stdout]    |
[INFO] [stdout]    = help: the trait `std::fmt::Display` is not implemented for `()`
[INFO] [stdout]    = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead
[INFO] [stdout]    = note: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `logln` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0432.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 4)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e0d04d2cebf5ecd3e5ca453b1ba2ce698bed8ead47bc4b07fd1fbe7d6c6357b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0d04d2cebf5ecd3e5ca453b1ba2ce698bed8ead47bc4b07fd1fbe7d6c6357b2", kill_on_drop: false }`
[INFO] [stdout] e0d04d2cebf5ecd3e5ca453b1ba2ce698bed8ead47bc4b07fd1fbe7d6c6357b2
