[INFO] updating cached repository Chemiseblanc/FEArs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Chemiseblanc/FEArs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Chemiseblanc/FEArs" "work/ex/beta-1.37-6/sources/1.36.0/gh/Chemiseblanc/FEArs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Chemiseblanc/FEArs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Chemiseblanc/FEArs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Chemiseblanc/FEArs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Chemiseblanc/FEArs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b8cfe16830f60464643a2fb5e81af9d19e5e7816 [INFO] sha for GitHub repo Chemiseblanc/FEArs: b8cfe16830f60464643a2fb5e81af9d19e5e7816 [INFO] validating manifest of Chemiseblanc/FEArs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Chemiseblanc/FEArs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Chemiseblanc/FEArs [INFO] finished frobbing Chemiseblanc/FEArs [INFO] frobbed toml for Chemiseblanc/FEArs written to work/ex/beta-1.37-6/sources/1.36.0/gh/Chemiseblanc/FEArs/Cargo.toml [INFO] started frobbing Chemiseblanc/FEArs [INFO] finished frobbing Chemiseblanc/FEArs [INFO] frobbed toml for Chemiseblanc/FEArs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Chemiseblanc/FEArs/Cargo.toml [INFO] crate Chemiseblanc/FEArs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Chemiseblanc/FEArs against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Chemiseblanc/FEArs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 6a658fdf65737f344fa097fb4e39ceeec866947149ac1f9816b669e9d065a759 [INFO] running `"docker" "start" "-a" "6a658fdf65737f344fa097fb4e39ceeec866947149ac1f9816b669e9d065a759"` [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling nalgebra v0.16.13 [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.16.13/src/base/cg.rs:291:44 [INFO] [stderr] | [INFO] [stderr] 291 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling fea_rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `nodes` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | nodes: Vec<[f64; 2]>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.46s [INFO] running `"docker" "inspect" "6a658fdf65737f344fa097fb4e39ceeec866947149ac1f9816b669e9d065a759"` [INFO] running `"docker" "rm" "-f" "6a658fdf65737f344fa097fb4e39ceeec866947149ac1f9816b669e9d065a759"` [INFO] [stdout] 6a658fdf65737f344fa097fb4e39ceeec866947149ac1f9816b669e9d065a759 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Chemiseblanc/FEArs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2051a951084c672abc1e85c164b4f73ccf2ff16e536b7a3e819f5f22f340d9f3 [INFO] running `"docker" "start" "-a" "2051a951084c672abc1e85c164b4f73ccf2ff16e536b7a3e819f5f22f340d9f3"` [INFO] [stderr] Compiling fea_rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: field is never used: `nodes` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | nodes: Vec<[f64; 2]>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `"docker" "inspect" "2051a951084c672abc1e85c164b4f73ccf2ff16e536b7a3e819f5f22f340d9f3"` [INFO] running `"docker" "rm" "-f" "2051a951084c672abc1e85c164b4f73ccf2ff16e536b7a3e819f5f22f340d9f3"` [INFO] [stdout] 2051a951084c672abc1e85c164b4f73ccf2ff16e536b7a3e819f5f22f340d9f3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Chemiseblanc/FEArs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] fed65a895f984a84ee46090b9fef24e51c633dc7eb9bfad40f91e7a11167f704 [INFO] running `"docker" "start" "-a" "fed65a895f984a84ee46090b9fef24e51c633dc7eb9bfad40f91e7a11167f704"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/fea_rs-d25fbefd402ed2c4 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fed65a895f984a84ee46090b9fef24e51c633dc7eb9bfad40f91e7a11167f704"` [INFO] running `"docker" "rm" "-f" "fed65a895f984a84ee46090b9fef24e51c633dc7eb9bfad40f91e7a11167f704"` [INFO] [stdout] fed65a895f984a84ee46090b9fef24e51c633dc7eb9bfad40f91e7a11167f704