[INFO] cloning repository Chemiseblanc/FEArs [INFO] running `"git" "clone" "--bare" "git://github.com/Chemiseblanc/FEArs.git" "work/cache/sources/gh/Chemiseblanc/FEArs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Chemiseblanc/FEArs'... [INFO] running `"git" "clone" "work/cache/sources/gh/Chemiseblanc/FEArs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Chemiseblanc/FEArs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Chemiseblanc/FEArs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Chemiseblanc/FEArs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Chemiseblanc/FEArs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Chemiseblanc/FEArs on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Chemiseblanc/FEArs against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] b223c71f95095995c198ad9344ff8ae26ff3ecc9a33b074e5bd6f0450f84cdc7 [INFO] running `"docker" "start" "-a" "b223c71f95095995c198ad9344ff8ae26ff3ecc9a33b074e5bd6f0450f84cdc7"` [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] = note: for more information, try `rustc --explain E0729` [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.54s [INFO] running `"docker" "inspect" "b223c71f95095995c198ad9344ff8ae26ff3ecc9a33b074e5bd6f0450f84cdc7"` [INFO] running `"docker" "rm" "-f" "b223c71f95095995c198ad9344ff8ae26ff3ecc9a33b074e5bd6f0450f84cdc7"` [INFO] [stdout] b223c71f95095995c198ad9344ff8ae26ff3ecc9a33b074e5bd6f0450f84cdc7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] c262cf6e5424018563eb40cb1e44d0187c354e39a32982b0005b1c1c312588f5 [INFO] running `"docker" "start" "-a" "c262cf6e5424018563eb40cb1e44d0187c354e39a32982b0005b1c1c312588f5"` [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.81s [INFO] running `"docker" "inspect" "c262cf6e5424018563eb40cb1e44d0187c354e39a32982b0005b1c1c312588f5"` [INFO] running `"docker" "rm" "-f" "c262cf6e5424018563eb40cb1e44d0187c354e39a32982b0005b1c1c312588f5"` [INFO] [stdout] c262cf6e5424018563eb40cb1e44d0187c354e39a32982b0005b1c1c312588f5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 56d40c71349ca6808f2ef49ddd551b559ce972bcda0cd08ab7f691ad07305739 [INFO] running `"docker" "start" "-a" "56d40c71349ca6808f2ef49ddd551b559ce972bcda0cd08ab7f691ad07305739"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/fea_rs-9424c322bb01ac27 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "56d40c71349ca6808f2ef49ddd551b559ce972bcda0cd08ab7f691ad07305739"` [INFO] running `"docker" "rm" "-f" "56d40c71349ca6808f2ef49ddd551b559ce972bcda0cd08ab7f691ad07305739"` [INFO] [stdout] 56d40c71349ca6808f2ef49ddd551b559ce972bcda0cd08ab7f691ad07305739