[INFO] cloning repository 1danielcoelho/raytracing-rust [INFO] running `"git" "clone" "--bare" "git://github.com/1danielcoelho/raytracing-rust.git" "work/cache/sources/gh/1danielcoelho/raytracing-rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/1danielcoelho/raytracing-rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/1danielcoelho/raytracing-rust" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/1danielcoelho/raytracing-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/1danielcoelho/raytracing-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/1danielcoelho/raytracing-rust" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/1danielcoelho/raytracing-rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/1danielcoelho/raytracing-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 24867c4554ae215a9860c9f5f5f6cd5bc97a39f9 [INFO] sha for GitHub repo 1danielcoelho/raytracing-rust: 24867c4554ae215a9860c9f5f5f6cd5bc97a39f9 [INFO] validating manifest of 1danielcoelho/raytracing-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 1danielcoelho/raytracing-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 1danielcoelho/raytracing-rust [INFO] finished frobbing 1danielcoelho/raytracing-rust [INFO] frobbed toml for 1danielcoelho/raytracing-rust written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/1danielcoelho/raytracing-rust/Cargo.toml [INFO] started frobbing 1danielcoelho/raytracing-rust [INFO] finished frobbing 1danielcoelho/raytracing-rust [INFO] frobbed toml for 1danielcoelho/raytracing-rust written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/1danielcoelho/raytracing-rust/Cargo.toml [INFO] crate 1danielcoelho/raytracing-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 1danielcoelho/raytracing-rust against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/1danielcoelho/raytracing-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] eea0fb6ea6729d0450a6c631065f05e2f5d6e329799080e77f47cfd447ee7a94 [INFO] running `"docker" "start" "-a" "eea0fb6ea6729d0450a6c631065f05e2f5d6e329799080e77f47cfd447ee7a94"` [INFO] [stderr] Compiling open v1.2.2 [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hitable.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | pub mat_ptr: &'a Material, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [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/sphere.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | pub material: Rc, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `"docker" "inspect" "eea0fb6ea6729d0450a6c631065f05e2f5d6e329799080e77f47cfd447ee7a94"` [INFO] running `"docker" "rm" "-f" "eea0fb6ea6729d0450a6c631065f05e2f5d6e329799080e77f47cfd447ee7a94"` [INFO] [stdout] eea0fb6ea6729d0450a6c631065f05e2f5d6e329799080e77f47cfd447ee7a94 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/1danielcoelho/raytracing-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 7da1562deea05b85a5ae82a8ff6e2179d49625ca3349a16d0f987901e1f31dd2 [INFO] running `"docker" "start" "-a" "7da1562deea05b85a5ae82a8ff6e2179d49625ca3349a16d0f987901e1f31dd2"` [INFO] [stderr] Compiling raytracer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/hitable.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | pub mat_ptr: &'a Material, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [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/sphere.rs:11:22 [INFO] [stderr] | [INFO] [stderr] 11 | pub material: Rc, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Material` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `"docker" "inspect" "7da1562deea05b85a5ae82a8ff6e2179d49625ca3349a16d0f987901e1f31dd2"` [INFO] running `"docker" "rm" "-f" "7da1562deea05b85a5ae82a8ff6e2179d49625ca3349a16d0f987901e1f31dd2"` [INFO] [stdout] 7da1562deea05b85a5ae82a8ff6e2179d49625ca3349a16d0f987901e1f31dd2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/1danielcoelho/raytracing-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 0f05a09e24d83a556bd21c644764837b3094b2d74a96306849c65e99d08b86ff [INFO] running `"docker" "start" "-a" "0f05a09e24d83a556bd21c644764837b3094b2d74a96306849c65e99d08b86ff"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/raytracer-5cad419bfef06032 [INFO] [stderr] Running /opt/crater/target/debug/deps/main-8a8ac4a554b05494 [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] [stdout] [INFO] [stderr] Doc-tests raytracer [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] [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" "0f05a09e24d83a556bd21c644764837b3094b2d74a96306849c65e99d08b86ff"` [INFO] running `"docker" "rm" "-f" "0f05a09e24d83a556bd21c644764837b3094b2d74a96306849c65e99d08b86ff"` [INFO] [stdout] 0f05a09e24d83a556bd21c644764837b3094b2d74a96306849c65e99d08b86ff