[INFO] updating cached repository bgourlie/ray-cray [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bgourlie/ray-cray [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bgourlie/ray-cray" "work/ex/beta-1.38-1/sources/1.37.0/gh/bgourlie/ray-cray"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/bgourlie/ray-cray'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bgourlie/ray-cray" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bgourlie/ray-cray"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bgourlie/ray-cray'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a477e159c74f4921f3f4a30e8609b8190fdd4d08 [INFO] sha for GitHub repo bgourlie/ray-cray: a477e159c74f4921f3f4a30e8609b8190fdd4d08 [INFO] validating manifest of bgourlie/ray-cray on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bgourlie/ray-cray on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bgourlie/ray-cray [INFO] finished frobbing bgourlie/ray-cray [INFO] frobbed toml for bgourlie/ray-cray written to work/ex/beta-1.38-1/sources/1.37.0/gh/bgourlie/ray-cray/Cargo.toml [INFO] started frobbing bgourlie/ray-cray [INFO] finished frobbing bgourlie/ray-cray [INFO] frobbed toml for bgourlie/ray-cray written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bgourlie/ray-cray/Cargo.toml [INFO] crate bgourlie/ray-cray already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing bgourlie/ray-cray against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bgourlie/ray-cray:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] ed2a5b6881f113550172327cfcd6212d115cbee4bda65fb9ee4a61048b3efdae [INFO] running `"docker" "start" "-a" "ed2a5b6881f113550172327cfcd6212d115cbee4bda65fb9ee4a61048b3efdae"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-complex v0.2.0 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling alga v0.7.1 [INFO] [stderr] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling nalgebra v0.16.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.16.0/src/base/cg.rs:292:44 [INFO] [stderr] | [INFO] [stderr] 292 | 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 ray-cray v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:47:22 [INFO] [stderr] | [INFO] [stderr] 47 | objects: Vec<&'a Hittable>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hittable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:51:29 [INFO] [stderr] | [INFO] [stderr] 51 | fn new(objects: Vec<&'a Hittable>) -> Self { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hittable` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:128:32 [INFO] [stderr] | [INFO] [stderr] 128 | fn color(ray: &Ray, hittable: &Hittable) -> Vec3 { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hittable` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s [INFO] running `"docker" "inspect" "ed2a5b6881f113550172327cfcd6212d115cbee4bda65fb9ee4a61048b3efdae"` [INFO] running `"docker" "rm" "-f" "ed2a5b6881f113550172327cfcd6212d115cbee4bda65fb9ee4a61048b3efdae"` [INFO] [stdout] ed2a5b6881f113550172327cfcd6212d115cbee4bda65fb9ee4a61048b3efdae [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bgourlie/ray-cray:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] d8b46bdc8bdcb43ea22406abc1fa0087f7e41bf7d3a7de8ff224cdb72f1eef0d [INFO] running `"docker" "start" "-a" "d8b46bdc8bdcb43ea22406abc1fa0087f7e41bf7d3a7de8ff224cdb72f1eef0d"` [INFO] [stderr] Compiling ray-cray v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:47:22 [INFO] [stderr] | [INFO] [stderr] 47 | objects: Vec<&'a Hittable>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hittable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:51:29 [INFO] [stderr] | [INFO] [stderr] 51 | fn new(objects: Vec<&'a Hittable>) -> Self { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hittable` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:128:32 [INFO] [stderr] | [INFO] [stderr] 128 | fn color(ray: &Ray, hittable: &Hittable) -> Vec3 { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hittable` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `"docker" "inspect" "d8b46bdc8bdcb43ea22406abc1fa0087f7e41bf7d3a7de8ff224cdb72f1eef0d"` [INFO] running `"docker" "rm" "-f" "d8b46bdc8bdcb43ea22406abc1fa0087f7e41bf7d3a7de8ff224cdb72f1eef0d"` [INFO] [stdout] d8b46bdc8bdcb43ea22406abc1fa0087f7e41bf7d3a7de8ff224cdb72f1eef0d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bgourlie/ray-cray:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] c66cb05172a00ba03700d074d3303ed56870115d175c474f34d57641e508472d [INFO] running `"docker" "start" "-a" "c66cb05172a00ba03700d074d3303ed56870115d175c474f34d57641e508472d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/ray_cray-cdad13efee7cdb9e [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" "c66cb05172a00ba03700d074d3303ed56870115d175c474f34d57641e508472d"` [INFO] running `"docker" "rm" "-f" "c66cb05172a00ba03700d074d3303ed56870115d175c474f34d57641e508472d"` [INFO] [stdout] c66cb05172a00ba03700d074d3303ed56870115d175c474f34d57641e508472d