[INFO] updating cached repository fralken/ray-tracing-the-next-week [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fralken/ray-tracing-the-next-week [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fralken/ray-tracing-the-next-week" "work/ex/beta-1.37-6/sources/1.36.0/gh/fralken/ray-tracing-the-next-week"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/fralken/ray-tracing-the-next-week'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fralken/ray-tracing-the-next-week" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fralken/ray-tracing-the-next-week"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fralken/ray-tracing-the-next-week'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a29bd42d96d3b287cedd92a6a0547f03a416d212 [INFO] sha for GitHub repo fralken/ray-tracing-the-next-week: a29bd42d96d3b287cedd92a6a0547f03a416d212 [INFO] validating manifest of fralken/ray-tracing-the-next-week on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fralken/ray-tracing-the-next-week on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fralken/ray-tracing-the-next-week [INFO] finished frobbing fralken/ray-tracing-the-next-week [INFO] frobbed toml for fralken/ray-tracing-the-next-week written to work/ex/beta-1.37-6/sources/1.36.0/gh/fralken/ray-tracing-the-next-week/Cargo.toml [INFO] started frobbing fralken/ray-tracing-the-next-week [INFO] finished frobbing fralken/ray-tracing-the-next-week [INFO] frobbed toml for fralken/ray-tracing-the-next-week written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/fralken/ray-tracing-the-next-week/Cargo.toml [INFO] crate fralken/ray-tracing-the-next-week already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing fralken/ray-tracing-the-next-week against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/fralken/ray-tracing-the-next-week:/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.36.0" "build" "--frozen"` [INFO] [stdout] 60616d8f096466fbbb155c0fd09466ededaeccd6a2e61b06e2a9b35c72dd37be [INFO] running `"docker" "start" "-a" "60616d8f096466fbbb155c0fd09466ededaeccd6a2e61b06e2a9b35c72dd37be"` [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling alga v0.9.0 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling ray-tracing-the-next-week v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/texture.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn new(odd: T, even: U) -> Self { CheckerTexture { odd, even } } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `X` [INFO] [stderr] --> src/rotate.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | X, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Z` [INFO] [stderr] --> src/rotate.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Z [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `random_scene` [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | fn random_scene() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `two_spheres` [INFO] [stderr] --> src/main.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | fn two_spheres() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `two_perlin_spheres` [INFO] [stderr] --> src/main.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | fn two_perlin_spheres() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `earth` [INFO] [stderr] --> src/main.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | fn earth() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `simple_light` [INFO] [stderr] --> src/main.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | fn simple_light() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cornell_box` [INFO] [stderr] --> src/main.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | fn cornell_box() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cornell_smoke` [INFO] [stderr] --> src/main.rs:128:1 [INFO] [stderr] | [INFO] [stderr] 128 | fn cornell_smoke() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.06s [INFO] running `"docker" "inspect" "60616d8f096466fbbb155c0fd09466ededaeccd6a2e61b06e2a9b35c72dd37be"` [INFO] running `"docker" "rm" "-f" "60616d8f096466fbbb155c0fd09466ededaeccd6a2e61b06e2a9b35c72dd37be"` [INFO] [stdout] 60616d8f096466fbbb155c0fd09466ededaeccd6a2e61b06e2a9b35c72dd37be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/fralken/ray-tracing-the-next-week:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ab82583d7328707a30b6f30612cdf91019ba6f617c4dc1c43fbf7936a43ee811 [INFO] running `"docker" "start" "-a" "ab82583d7328707a30b6f30612cdf91019ba6f617c4dc1c43fbf7936a43ee811"` [INFO] [stderr] Compiling ray-tracing-the-next-week v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/texture.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn new(odd: T, even: U) -> Self { CheckerTexture { odd, even } } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `X` [INFO] [stderr] --> src/rotate.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | X, [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Z` [INFO] [stderr] --> src/rotate.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | Z [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `random_scene` [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | fn random_scene() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `two_spheres` [INFO] [stderr] --> src/main.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | fn two_spheres() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `two_perlin_spheres` [INFO] [stderr] --> src/main.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | fn two_perlin_spheres() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `earth` [INFO] [stderr] --> src/main.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | fn earth() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `simple_light` [INFO] [stderr] --> src/main.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | fn simple_light() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cornell_box` [INFO] [stderr] --> src/main.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | fn cornell_box() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `cornell_smoke` [INFO] [stderr] --> src/main.rs:128:1 [INFO] [stderr] | [INFO] [stderr] 128 | fn cornell_smoke() -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.85s [INFO] running `"docker" "inspect" "ab82583d7328707a30b6f30612cdf91019ba6f617c4dc1c43fbf7936a43ee811"` [INFO] running `"docker" "rm" "-f" "ab82583d7328707a30b6f30612cdf91019ba6f617c4dc1c43fbf7936a43ee811"` [INFO] [stdout] ab82583d7328707a30b6f30612cdf91019ba6f617c4dc1c43fbf7936a43ee811 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/fralken/ray-tracing-the-next-week:/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.36.0" "test" "--frozen"` [INFO] [stdout] e380583d0b531dc2d5d3b886be1dcb770bf1323998baf09d60d5a13d72384059 [INFO] running `"docker" "start" "-a" "e380583d0b531dc2d5d3b886be1dcb770bf1323998baf09d60d5a13d72384059"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/ray_tracing_the_next_week-7deb9e7ac20b88d0 [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" "e380583d0b531dc2d5d3b886be1dcb770bf1323998baf09d60d5a13d72384059"` [INFO] running `"docker" "rm" "-f" "e380583d0b531dc2d5d3b886be1dcb770bf1323998baf09d60d5a13d72384059"` [INFO] [stdout] e380583d0b531dc2d5d3b886be1dcb770bf1323998baf09d60d5a13d72384059