[INFO] cloning repository tirr-c/tiny-raytracer [INFO] running `"git" "clone" "--bare" "git://github.com/tirr-c/tiny-raytracer.git" "work/cache/sources/gh/tirr-c/tiny-raytracer"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/tirr-c/tiny-raytracer'... [INFO] running `"git" "clone" "work/cache/sources/gh/tirr-c/tiny-raytracer" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/tirr-c/tiny-raytracer"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/tirr-c/tiny-raytracer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tirr-c/tiny-raytracer" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tirr-c/tiny-raytracer"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tirr-c/tiny-raytracer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3a307bc002b273278474e813cd11eb446df44673 [INFO] sha for GitHub repo tirr-c/tiny-raytracer: 3a307bc002b273278474e813cd11eb446df44673 [INFO] validating manifest of tirr-c/tiny-raytracer 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 tirr-c/tiny-raytracer 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 tirr-c/tiny-raytracer [INFO] finished frobbing tirr-c/tiny-raytracer [INFO] frobbed toml for tirr-c/tiny-raytracer written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/tirr-c/tiny-raytracer/Cargo.toml [INFO] started frobbing tirr-c/tiny-raytracer [INFO] finished frobbing tirr-c/tiny-raytracer [INFO] frobbed toml for tirr-c/tiny-raytracer written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tirr-c/tiny-raytracer/Cargo.toml [INFO] crate tirr-c/tiny-raytracer 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded alga v0.8.1 [INFO] [stderr] Downloaded nalgebra v0.17.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tirr-c/tiny-raytracer against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tirr-c/tiny-raytracer:/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] c4a49078c24b9d374e889e63135034d8bfcde39bc202b8031b9c19ca69d57054 [INFO] running `"docker" "start" "-a" "c4a49078c24b9d374e889e63135034d8bfcde39bc202b8031b9c19ca69d57054"` [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling approx v0.3.1 [INFO] [stderr] Compiling png v0.14.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling alga v0.8.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling nalgebra v0.17.0 [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.17.0/src/base/cg.rs:297:44 [INFO] [stderr] | [INFO] [stderr] 297 | 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 tiny-raytracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `DiffuseKind`, `Diffuse`, `Refract`, `Specular`, `reflect`, `refract` [INFO] [stderr] --> src/object.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | material::{Diffuse, DiffuseKind, Material, Refract, Specular}, [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^ [INFO] [stderr] 4 | math::{reflect, refract}, [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.45s [INFO] running `"docker" "inspect" "c4a49078c24b9d374e889e63135034d8bfcde39bc202b8031b9c19ca69d57054"` [INFO] running `"docker" "rm" "-f" "c4a49078c24b9d374e889e63135034d8bfcde39bc202b8031b9c19ca69d57054"` [INFO] [stdout] c4a49078c24b9d374e889e63135034d8bfcde39bc202b8031b9c19ca69d57054 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tirr-c/tiny-raytracer:/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] 00535acf07e9df885a5849271103a85e0d36481557ffd5f35d39885d8f3e7284 [INFO] running `"docker" "start" "-a" "00535acf07e9df885a5849271103a85e0d36481557ffd5f35d39885d8f3e7284"` [INFO] [stderr] Compiling tiny-raytracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `DiffuseKind`, `Diffuse`, `Refract`, `Specular`, `reflect`, `refract` [INFO] [stderr] --> src/object.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | material::{Diffuse, DiffuseKind, Material, Refract, Specular}, [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^ [INFO] [stderr] 4 | math::{reflect, refract}, [INFO] [stderr] | ^^^^^^^ ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `"docker" "inspect" "00535acf07e9df885a5849271103a85e0d36481557ffd5f35d39885d8f3e7284"` [INFO] running `"docker" "rm" "-f" "00535acf07e9df885a5849271103a85e0d36481557ffd5f35d39885d8f3e7284"` [INFO] [stdout] 00535acf07e9df885a5849271103a85e0d36481557ffd5f35d39885d8f3e7284 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/tirr-c/tiny-raytracer:/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] 13190e66070bd4a3a6d4ec21b8bf7ef1834339334150fb75b30627550507ce2f [INFO] running `"docker" "start" "-a" "13190e66070bd4a3a6d4ec21b8bf7ef1834339334150fb75b30627550507ce2f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/tiny_raytracer-1b4ca0707289fdc3 [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] [stderr] Running /opt/crater/target/debug/deps/tiny_raytracer-b95c4db0a1dab0ef [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] [stderr] Doc-tests tiny-raytracer [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" "13190e66070bd4a3a6d4ec21b8bf7ef1834339334150fb75b30627550507ce2f"` [INFO] running `"docker" "rm" "-f" "13190e66070bd4a3a6d4ec21b8bf7ef1834339334150fb75b30627550507ce2f"` [INFO] [stdout] 13190e66070bd4a3a6d4ec21b8bf7ef1834339334150fb75b30627550507ce2f