[INFO] cloning repository https://github.com/m-shaka/ray-tracing-in-one-weekend-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/m-shaka/ray-tracing-in-one-weekend-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-shaka%2Fray-tracing-in-one-weekend-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-shaka%2Fray-tracing-in-one-weekend-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0fb5392c6f19c1658206106f387aa532b7dfc589
[INFO] testing m-shaka/ray-tracing-in-one-weekend-rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fm-shaka%2Fray-tracing-in-one-weekend-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/m-shaka/ray-tracing-in-one-weekend-rust
[INFO] finished tweaking git repo https://github.com/m-shaka/ray-tracing-in-one-weekend-rust
[INFO] tweaked toml for git repo https://github.com/m-shaka/ray-tracing-in-one-weekend-rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/m-shaka/ray-tracing-in-one-weekend-rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/m-shaka/ray-tracing-in-one-weekend-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120
[INFO] running `Command { std: "docker" "start" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling libc v0.2.80
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling ray_tracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]   --> src/bin/chap8.rs:10:87
[INFO] [stdout]    |
[INFO] [stdout] 10 |     if let Some((attenuation, scattered)) = hitable::hit(world, ray, 0.001, std::f32::MAX) {
[INFO] [stdout]    |                                                                                       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]  --> src/bin/chap5.rs:7:63
[INFO] [stdout]   |
[INFO] [stdout] 7 |     if let Some(rec) = hitable::hit(world, ray, 0., std::f32::MAX) {
[INFO] [stdout]   |                                                               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `normal` on type `(Vec3, Ray)`
[INFO] [stdout]  --> src/bin/chap5.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 |         return (rec.normal + 1.) * 0.5;
[INFO] [stdout]   |                     ^^^^^^ unknown field
[INFO] [stdout]   |
[INFO] [stdout]   = note: available fields are: `0`, `1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/bin/chap5.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let s1 = hitable::Sphere::new(Vec3::new(0., 0., -1.), 0.5);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^----------------------------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/hitable.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(center: Vec3, radius: f32, mat: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 24 |     let s1 = hitable::Sphere::new(Vec3::new(0., 0., -1.), 0.5, /* mat */);
[INFO] [stdout]    |                                                              +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/bin/chap5.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let s2 = hitable::Sphere::new(Vec3::new(0., -100.5, -1.), 100.);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^---------------------------------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/hitable.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(center: Vec3, radius: f32, mat: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let s2 = hitable::Sphere::new(Vec3::new(0., -100.5, -1.), 100., /* mat */);
[INFO] [stdout]    |                                                                   +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracer` (bin "chap5") due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]  --> src/bin/chap6.rs:9:63
[INFO] [stdout]   |
[INFO] [stdout] 9 |     if let Some(rec) = hitable::hit(world, ray, 0., std::f32::MAX) {
[INFO] [stdout]   |                                                               ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `normal` on type `(Vec3, Ray)`
[INFO] [stdout]   --> src/bin/chap6.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |         return (rec.normal + 1.) * 0.5;
[INFO] [stdout]    |                     ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `0`, `1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/bin/chap6.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let s1 = hitable::Sphere::new(Vec3::new(0., 0., -1.), 0.5);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^----------------------------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/hitable.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(center: Vec3, radius: f32, mat: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 25 |     let s1 = hitable::Sphere::new(Vec3::new(0., 0., -1.), 0.5, /* mat */);
[INFO] [stdout]    |                                                              +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/bin/chap6.rs:26:14
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let s2 = hitable::Sphere::new(Vec3::new(0., -100.5, -1.), 100.);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^---------------------------------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/hitable.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(center: Vec3, radius: f32, mat: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let s2 = hitable::Sphere::new(Vec3::new(0., -100.5, -1.), 100., /* mat */);
[INFO] [stdout]    |                                                                   +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracer` (bin "chap6") due to 3 previous errors; 1 warning emitted
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]   --> src/bin/chap7.rs:25:66
[INFO] [stdout]    |
[INFO] [stdout] 25 |     if let Some(rec) = hitable::hit(world, ray, 0.001, std::f32::MAX) {
[INFO] [stdout]    |                                                                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `p` on type `(Vec3, Ray)`
[INFO] [stdout]   --> src/bin/chap7.rs:26:26
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let target = rec.p + rec.normal + random_in_unit_sphere();
[INFO] [stdout]    |                          ^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: a field with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 26 -         let target = rec.p + rec.normal + random_in_unit_sphere();
[INFO] [stdout] 26 +         let target = rec.0 + rec.normal + random_in_unit_sphere();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `normal` on type `(Vec3, Ray)`
[INFO] [stdout]   --> src/bin/chap7.rs:26:34
[INFO] [stdout]    |
[INFO] [stdout] 26 |         let target = rec.p + rec.normal + random_in_unit_sphere();
[INFO] [stdout]    |                                  ^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `0`, `1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `p` on type `(Vec3, Ray)`
[INFO] [stdout]   --> src/bin/chap7.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |         return color(Ray::new(rec.p, target - rec.p), world) * 0.5;
[INFO] [stdout]    |                                   ^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: a field with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 27 -         return color(Ray::new(rec.p, target - rec.p), world) * 0.5;
[INFO] [stdout] 27 +         return color(Ray::new(rec.0, target - rec.p), world) * 0.5;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `p` on type `(Vec3, Ray)`
[INFO] [stdout]   --> src/bin/chap7.rs:27:51
[INFO] [stdout]    |
[INFO] [stdout] 27 |         return color(Ray::new(rec.p, target - rec.p), world) * 0.5;
[INFO] [stdout]    |                                                   ^ unknown field
[INFO] [stdout]    |
[INFO] [stdout] help: a field with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 27 -         return color(Ray::new(rec.p, target - rec.p), world) * 0.5;
[INFO] [stdout] 27 +         return color(Ray::new(rec.p, target - rec.0), world) * 0.5;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/bin/chap7.rs:43:14
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let s1 = hitable::Sphere::new(Vec3::new(0., 0., -1.), 0.5);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^----------------------------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/hitable.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(center: Vec3, radius: f32, mat: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 43 |     let s1 = hitable::Sphere::new(Vec3::new(0., 0., -1.), 0.5, /* mat */);
[INFO] [stdout]    |                                                              +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> src/bin/chap7.rs:44:14
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let s2 = hitable::Sphere::new(Vec3::new(0., -100.5, -1.), 100.);
[INFO] [stdout]    |              ^^^^^^^^^^^^^^^^^^^^---------------------------------- argument #3 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/hitable.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn new(center: Vec3, radius: f32, mat: T) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let s2 = hitable::Sphere::new(Vec3::new(0., -100.5, -1.), 100., /* mat */);
[INFO] [stdout]    |                                                                   +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracer` (bin "chap7") due to 6 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120", kill_on_drop: false }`
[INFO] [stdout] 6b1455bd739d8768574843a1c64cda0b4a13dade4014379482eac977aacdf120
