[INFO] updating cached repository pixelspark/tyray [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pixelspark/tyray [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pixelspark/tyray" "work/ex/beta-1.38-1/sources/1.37.0/gh/pixelspark/tyray"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/pixelspark/tyray'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pixelspark/tyray" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pixelspark/tyray"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pixelspark/tyray'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5812d89e4f3599e2c8b1bc429afce9b16b2e2dd8 [INFO] sha for GitHub repo pixelspark/tyray: 5812d89e4f3599e2c8b1bc429afce9b16b2e2dd8 [INFO] validating manifest of pixelspark/tyray 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 pixelspark/tyray 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 pixelspark/tyray [INFO] finished frobbing pixelspark/tyray [INFO] frobbed toml for pixelspark/tyray written to work/ex/beta-1.38-1/sources/1.37.0/gh/pixelspark/tyray/Cargo.toml [INFO] started frobbing pixelspark/tyray [INFO] finished frobbing pixelspark/tyray [INFO] frobbed toml for pixelspark/tyray written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pixelspark/tyray/Cargo.toml [INFO] crate pixelspark/tyray 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 pixelspark/tyray against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pixelspark/tyray:/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.37.0" "build" "--frozen"` [INFO] [stdout] 00902b2a4a04498b233e6f15ee34a025ec4a80ace7626e30d3df86d1c7d1b839 [INFO] running `"docker" "start" "-a" "00902b2a4a04498b233e6f15ee34a025ec4a80ace7626e30d3df86d1c7d1b839"` [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling png v0.14.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling tyray v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | pub objects: Vec>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [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/scene.rs:35:60 [INFO] [stderr] | [INFO] [stderr] 35 | fn intersect(self: &Scene, ray: &Ray) -> (f64, Option>) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:37:34 [INFO] [stderr] | [INFO] [stderr] 37 | let mut hit_object: Option> = None; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.58s [INFO] running `"docker" "inspect" "00902b2a4a04498b233e6f15ee34a025ec4a80ace7626e30d3df86d1c7d1b839"` [INFO] running `"docker" "rm" "-f" "00902b2a4a04498b233e6f15ee34a025ec4a80ace7626e30d3df86d1c7d1b839"` [INFO] [stdout] 00902b2a4a04498b233e6f15ee34a025ec4a80ace7626e30d3df86d1c7d1b839 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pixelspark/tyray:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e85d595f9ced94d98a9e70d9444de21679c99b96e326c6993b4e5d43ae6dc2af [INFO] running `"docker" "start" "-a" "e85d595f9ced94d98a9e70d9444de21679c99b96e326c6993b4e5d43ae6dc2af"` [INFO] [stderr] Compiling tyray v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | pub objects: Vec>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [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/scene.rs:35:60 [INFO] [stderr] | [INFO] [stderr] 35 | fn intersect(self: &Scene, ray: &Ray) -> (f64, Option>) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene.rs:37:34 [INFO] [stderr] | [INFO] [stderr] 37 | let mut hit_object: Option> = None; [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Traceable` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s [INFO] running `"docker" "inspect" "e85d595f9ced94d98a9e70d9444de21679c99b96e326c6993b4e5d43ae6dc2af"` [INFO] running `"docker" "rm" "-f" "e85d595f9ced94d98a9e70d9444de21679c99b96e326c6993b4e5d43ae6dc2af"` [INFO] [stdout] e85d595f9ced94d98a9e70d9444de21679c99b96e326c6993b4e5d43ae6dc2af [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pixelspark/tyray:/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.37.0" "test" "--frozen"` [INFO] [stdout] 316b0ec1d45612cac40fb411f8e36b4f418e3c5e35e05ebfd6d8098a0cecaafa [INFO] running `"docker" "start" "-a" "316b0ec1d45612cac40fb411f8e36b4f418e3c5e35e05ebfd6d8098a0cecaafa"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/tyray-d922d08c8c7db650 [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" "316b0ec1d45612cac40fb411f8e36b4f418e3c5e35e05ebfd6d8098a0cecaafa"` [INFO] running `"docker" "rm" "-f" "316b0ec1d45612cac40fb411f8e36b4f418e3c5e35e05ebfd6d8098a0cecaafa"` [INFO] [stdout] 316b0ec1d45612cac40fb411f8e36b4f418e3c5e35e05ebfd6d8098a0cecaafa