[INFO] cloning repository HadrienG2/3photons-rust [INFO] running `"git" "clone" "--bare" "git://github.com/HadrienG2/3photons-rust.git" "work/cache/sources/gh/HadrienG2/3photons-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/HadrienG2/3photons-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/HadrienG2/3photons-rust" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/HadrienG2/3photons-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/HadrienG2/3photons-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/HadrienG2/3photons-rust" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/HadrienG2/3photons-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/HadrienG2/3photons-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 35aeefb268b477aa2c3215707677405eba933849 [INFO] sha for GitHub repo HadrienG2/3photons-rust: 35aeefb268b477aa2c3215707677405eba933849 [INFO] validating manifest of HadrienG2/3photons-rust 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 HadrienG2/3photons-rust 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 HadrienG2/3photons-rust [INFO] finished frobbing HadrienG2/3photons-rust [INFO] frobbed toml for HadrienG2/3photons-rust written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/HadrienG2/3photons-rust/Cargo.toml [INFO] started frobbing HadrienG2/3photons-rust [INFO] finished frobbing HadrienG2/3photons-rust [INFO] frobbed toml for HadrienG2/3photons-rust written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/HadrienG2/3photons-rust/Cargo.toml [INFO] crate HadrienG2/3photons-rust 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 HadrienG2/3photons-rust against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/HadrienG2/3photons-rust:/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] 7ee5f3d52b314538cbe79b7fc2fee68c2bcb11daf48541048580fba37f6bb7db [INFO] running `"docker" "start" "-a" "7ee5f3d52b314538cbe79b7fc2fee68c2bcb11daf48541048580fba37f6bb7db"` [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling nalgebra v0.16.12 [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.12/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 trois_photons v2.0.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.72s [INFO] running `"docker" "inspect" "7ee5f3d52b314538cbe79b7fc2fee68c2bcb11daf48541048580fba37f6bb7db"` [INFO] running `"docker" "rm" "-f" "7ee5f3d52b314538cbe79b7fc2fee68c2bcb11daf48541048580fba37f6bb7db"` [INFO] [stdout] 7ee5f3d52b314538cbe79b7fc2fee68c2bcb11daf48541048580fba37f6bb7db [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/HadrienG2/3photons-rust:/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] fb6bbf37327ce2257532e2cf8273ce197186aea67d36ae14f545b81a2b90deb8 [INFO] running `"docker" "start" "-a" "fb6bbf37327ce2257532e2cf8273ce197186aea67d36ae14f545b81a2b90deb8"` [INFO] [stderr] Compiling trois_photons v2.0.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.91s [INFO] running `"docker" "inspect" "fb6bbf37327ce2257532e2cf8273ce197186aea67d36ae14f545b81a2b90deb8"` [INFO] running `"docker" "rm" "-f" "fb6bbf37327ce2257532e2cf8273ce197186aea67d36ae14f545b81a2b90deb8"` [INFO] [stdout] fb6bbf37327ce2257532e2cf8273ce197186aea67d36ae14f545b81a2b90deb8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/HadrienG2/3photons-rust:/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] 990801f1a1e6396b260a4acec16fc8cd8dac40948b0c08016c75f1ca7d47cc99 [INFO] running `"docker" "start" "-a" "990801f1a1e6396b260a4acec16fc8cd8dac40948b0c08016c75f1ca7d47cc99"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/trois_photons-d0bb42a70011d622 [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" "990801f1a1e6396b260a4acec16fc8cd8dac40948b0c08016c75f1ca7d47cc99"` [INFO] running `"docker" "rm" "-f" "990801f1a1e6396b260a4acec16fc8cd8dac40948b0c08016c75f1ca7d47cc99"` [INFO] [stdout] 990801f1a1e6396b260a4acec16fc8cd8dac40948b0c08016c75f1ca7d47cc99