[INFO] fetching crate ray_tracing_in_one_weekend 0.1.0...
[INFO] checking ray_tracing_in_one_weekend-0.1.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate ray_tracing_in_one_weekend 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate ray_tracing_in_one_weekend 0.1.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ray_tracing_in_one_weekend 0.1.0
[INFO] finished tweaking crates.io crate ray_tracing_in_one_weekend 0.1.0
[INFO] tweaked toml for crates.io crate ray_tracing_in_one_weekend 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate crates.io crate ray_tracing_in_one_weekend 0.1.0 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6f85a23e61d9fdf20ced63b4790462541eecf9bfadecc307522c72589fb20a83
[INFO] running `Command { std: "docker" "start" "-a" "6f85a23e61d9fdf20ced63b4790462541eecf9bfadecc307522c72589fb20a83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f85a23e61d9fdf20ced63b4790462541eecf9bfadecc307522c72589fb20a83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f85a23e61d9fdf20ced63b4790462541eecf9bfadecc307522c72589fb20a83", kill_on_drop: false }`
[INFO] [stdout] 6f85a23e61d9fdf20ced63b4790462541eecf9bfadecc307522c72589fb20a83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8ac33439912b80720aa6630456e8f89f102c83725c1fb54be9c46d5538cd9dda
[INFO] running `Command { std: "docker" "start" "-a" "8ac33439912b80720aa6630456e8f89f102c83725c1fb54be9c46d5538cd9dda", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.95
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking getrandom v0.2.3
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]     Checking ray_tracing_in_one_weekend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `w` is never read
[INFO] [stdout]   --> src/camera.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Camera {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     w: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `w` is never read
[INFO] [stdout]   --> src/camera.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Camera {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     w: Vec3,
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> examples/chapter-6.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,0.,-1.)), 0.5))));
[INFO] [stdout]    |                                    ^^^^^^^^^^^------------------------------- argument #3 of type `Rc<RefCell<(dyn Material + 'static)>>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hittable.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(center: Point3, radius: f64, mat_ptr: Rc<RefCell<dyn Material>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 11 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,0.,-1.)), 0.5, /* Rc<RefCell<(dyn Material + 'static)>> */))));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> examples/chapter-6.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,-100.5,-1.)), 100.))));
[INFO] [stdout]    |                                    ^^^^^^^^^^^------------------------------------ argument #3 of type `Rc<RefCell<(dyn Material + 'static)>>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hittable.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(center: Point3, radius: f64, mat_ptr: Rc<RefCell<dyn Material>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 12 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,-100.5,-1.)), 100., /* Rc<RefCell<(dyn Material + 'static)>> */))));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> examples/chapter-8.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,0.,-1.)), 0.5))));
[INFO] [stdout]    |                                    ^^^^^^^^^^^------------------------------- argument #3 of type `Rc<RefCell<(dyn Material + 'static)>>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hittable.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(center: Point3, radius: f64, mat_ptr: Rc<RefCell<dyn Material>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 12 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,0.,-1.)), 0.5, /* Rc<RefCell<(dyn Material + 'static)>> */))));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> examples/chapter-8.rs:13:36
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,-100.5,-1.)), 100.))));
[INFO] [stdout]    |                                    ^^^^^^^^^^^------------------------------------ argument #3 of type `Rc<RefCell<(dyn Material + 'static)>>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hittable.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(center: Point3, radius: f64, mat_ptr: Rc<RefCell<dyn Material>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 13 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,-100.5,-1.)), 100., /* Rc<RefCell<(dyn Material + 'static)>> */))));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> examples/chapter-4.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 |             println!("{}", r.ray_color());
[INFO] [stdout]    |                              ^^^^^^^^^-- two arguments of type `&dyn Hittable` and `isize` are missing
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/ray.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn ray_color(&self, world: &dyn Hittable, depth: isize) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 29 |             println!("{}", r.ray_color(/* &dyn Hittable */, /* isize */));
[INFO] [stdout]    |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> examples/chapter-6.rs:35:30
[INFO] [stdout]    |
[INFO] [stdout] 35 |             println!("{}", r.ray_color(&world));
[INFO] [stdout]    |                              ^^^^^^^^^-------- argument #2 of type `isize` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/ray.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn ray_color(&self, world: &dyn Hittable, depth: isize) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 35 |             println!("{}", r.ray_color(&world, /* isize */));
[INFO] [stdout]    |                                       ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> examples/chapter-7.rs:11:36
[INFO] [stdout]    |
[INFO] [stdout] 11 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,0.,-1.)), 0.5))));
[INFO] [stdout]    |                                    ^^^^^^^^^^^------------------------------- argument #3 of type `Rc<RefCell<(dyn Material + 'static)>>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hittable.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(center: Point3, radius: f64, mat_ptr: Rc<RefCell<dyn Material>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 11 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,0.,-1.)), 0.5, /* Rc<RefCell<(dyn Material + 'static)>> */))));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied
[INFO] [stdout]   --> examples/chapter-7.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 12 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,-100.5,-1.)), 100.))));
[INFO] [stdout]    |                                    ^^^^^^^^^^^------------------------------------ argument #3 of type `Rc<RefCell<(dyn Material + 'static)>>` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/hittable.rs:47:12
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn new(center: Point3, radius: f64, mat_ptr: Rc<RefCell<dyn Material>>) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 12 |     world.add(Rc::new(RefCell::new(Sphere::new(Point3::new((0.,-100.5,-1.)), 100., /* Rc<RefCell<(dyn Material + 'static)>> */))));
[INFO] [stdout]    |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracing_in_one_weekend` (example "chapter-8") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracing_in_one_weekend` (example "chapter-6") due to 3 previous errors
[INFO] [stderr] error: could not compile `ray_tracing_in_one_weekend` (example "chapter-4") due to 1 previous error
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> examples/chapter-7.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 pixel_color += r.ray_color(&world);
[INFO] [stdout]    |                                  ^^^^^^^^^-------- argument #2 of type `isize` is missing
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/ray.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn ray_color(&self, world: &dyn Hittable, depth: isize) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 25 |                 pixel_color += r.ray_color(&world, /* isize */);
[INFO] [stdout]    |                                           ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fmt` and `ops`
[INFO] [stdout]  --> examples/chapter-3.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{fmt, ops};
[INFO] [stdout]   |           ^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracing_in_one_weekend` (example "chapter-7") due to 3 previous errors
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 0 arguments were supplied
[INFO] [stdout]   --> examples/chapter-5.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 |             println!("{}", r.ray_color());
[INFO] [stdout]    |                              ^^^^^^^^^-- two arguments of type `&dyn Hittable` and `isize` are missing
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /opt/rustwide/workdir/src/ray.rs:29:12
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn ray_color(&self, world: &dyn Hittable, depth: isize) -> Color {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] help: provide the arguments
[INFO] [stdout]    |
[INFO] [stdout] 29 |             println!("{}", r.ray_color(/* &dyn Hittable */, /* isize */));
[INFO] [stdout]    |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ray_tracing_in_one_weekend` (example "chapter-5") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "8ac33439912b80720aa6630456e8f89f102c83725c1fb54be9c46d5538cd9dda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ac33439912b80720aa6630456e8f89f102c83725c1fb54be9c46d5538cd9dda", kill_on_drop: false }`
[INFO] [stdout] 8ac33439912b80720aa6630456e8f89f102c83725c1fb54be9c46d5538cd9dda
