[INFO] cloning repository https://github.com/romananas/raytracing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/romananas/raytracing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromananas%2Fraytracing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromananas%2Fraytracing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c4c2cbecbd93fdc598859c83c70e660f0bc744d
[INFO] testing romananas/raytracing against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromananas%2Fraytracing" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/romananas/raytracing
[INFO] finished tweaking git repo https://github.com/romananas/raytracing
[INFO] tweaked toml for git repo https://github.com/romananas/raytracing written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/romananas/raytracing on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/romananas/raytracing 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1d24ecb579a6ef958ca2313e2515afa00908c48f9a042df2aceb34a0aaefc17
[INFO] running `Command { std: "docker" "start" "-a" "a1d24ecb579a6ef958ca2313e2515afa00908c48f9a042df2aceb34a0aaefc17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1d24ecb579a6ef958ca2313e2515afa00908c48f9a042df2aceb34a0aaefc17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1d24ecb579a6ef958ca2313e2515afa00908c48f9a042df2aceb34a0aaefc17", kill_on_drop: false }`
[INFO] [stdout] a1d24ecb579a6ef958ca2313e2515afa00908c48f9a042df2aceb34a0aaefc17
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f3ea03bccc1ccffcc61932d6169b97b057a8ca5563a32301e94842eaf98d16e
[INFO] running `Command { std: "docker" "start" "-a" "5f3ea03bccc1ccffcc61932d6169b97b057a8ca5563a32301e94842eaf98d16e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.20
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling rand_core v0.9.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.0
[INFO] [stderr]    Compiling raytracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.84s
[INFO] running `Command { std: "docker" "inspect" "5f3ea03bccc1ccffcc61932d6169b97b057a8ca5563a32301e94842eaf98d16e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f3ea03bccc1ccffcc61932d6169b97b057a8ca5563a32301e94842eaf98d16e", kill_on_drop: false }`
[INFO] [stdout] 5f3ea03bccc1ccffcc61932d6169b97b057a8ca5563a32301e94842eaf98d16e
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c23a54a0dc2e0beaf97bb38b227782a197670bdd925ef3746c1150827ba7c0e6
[INFO] running `Command { std: "docker" "start" "-a" "c23a54a0dc2e0beaf97bb38b227782a197670bdd925ef3746c1150827ba7c0e6", kill_on_drop: false }`
[INFO] [stderr]    Compiling raytracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "c23a54a0dc2e0beaf97bb38b227782a197670bdd925ef3746c1150827ba7c0e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c23a54a0dc2e0beaf97bb38b227782a197670bdd925ef3746c1150827ba7c0e6", kill_on_drop: false }`
[INFO] [stdout] c23a54a0dc2e0beaf97bb38b227782a197670bdd925ef3746c1150827ba7c0e6
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0478d0eff8fdb9d8df626161acd06daf0712c9ef4ec9f1e207bed342ffd90401
[INFO] running `Command { std: "docker" "start" "-a" "0478d0eff8fdb9d8df626161acd06daf0712c9ef4ec9f1e207bed342ffd90401", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/raytracer-ffdae05f845dd6bf)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/raytracer-68a293db2d289a3f)
[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; finished in 0.00s
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test src/cylinder.rs - cylinder::Cylinder::new (line 47) ... FAILED
[INFO] [stdout] test src/cylinder.rs - cylinder::Cylinder (line 14) ... FAILED
[INFO] [stdout] test src/disk.rs - disk::Disk::new (line 47) ... FAILED
[INFO] [stdout] test src/vec3.rs - vec3::Vec3 (line 11) ... FAILED
[INFO] [stdout] test src/disk.rs - disk::Disk (line 12) ... FAILED
[INFO] [stdout] test src/hittable_list.rs - hittable_list::HittableList (line 9) ... FAILED
[INFO] [stdout] test src/hittable_list.rs - hittable_list::HittableList::add (line 50) ... FAILED
[INFO] [stdout] test src/camera.rs - camera::Camera::get_ray (line 118) ... ok
[INFO] [stdout] test src/cube.rs - cube::Cube::new (line 42) ... FAILED
[INFO] [stdout] test src/ray.rs - ray::Ray::new (line 27) ... ok
[INFO] [stdout] test src/camera.rs - camera::Camera::new (line 58) ... ok
[INFO] [stdout] test src/common.rs - common::degrees_to_radians (line 12) ... ok
[INFO] [stdout] test src/cube.rs - cube::Cube (line 13) ... FAILED
[INFO] [stdout] test src/hittable_list.rs - hittable_list::HittableList::new (line 35) ... FAILED
[INFO] [stdout] test src/cube.rs - cube::Cube::from_center (line 90) ... FAILED
[INFO] [stdout] test src/vec3.rs - vec3::Vec3::new (line 41) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/cylinder.rs - cylinder::Cylinder::new (line 47) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cylinder`
[INFO] [stdout]   --> src/cylinder.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 | let cylinder = Cylinder::new(Point3::new(0.0, 0.0, 0.0), 1.0, 2.0, Arc::new(SomeMaterial), 16);
[INFO] [stdout]    |                ^^^^^^^^ use of undeclared type `Cylinder`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 47 + use raytracer::Cylinder;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point3`
[INFO] [stdout]   --> src/cylinder.rs:48:30
[INFO] [stdout]    |
[INFO] [stdout] 48 | let cylinder = Cylinder::new(Point3::new(0.0, 0.0, 0.0), 1.0, 2.0, Arc::new(SomeMaterial), 16);
[INFO] [stdout]    |                              ^^^^^^ use of undeclared type `Point3`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 47 + use raytracer::Point3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Arc`
[INFO] [stdout]   --> src/cylinder.rs:48:68
[INFO] [stdout]    |
[INFO] [stdout] 48 | let cylinder = Cylinder::new(Point3::new(0.0, 0.0, 0.0), 1.0, 2.0, Arc::new(SomeMaterial), 16);
[INFO] [stdout]    |                                                                    ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 47 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SomeMaterial` in this scope
[INFO] [stdout]   --> src/cylinder.rs:48:77
[INFO] [stdout]    |
[INFO] [stdout] 48 | let cylinder = Cylinder::new(Point3::new(0.0, 0.0, 0.0), 1.0, 2.0, Arc::new(SomeMaterial), 16);
[INFO] [stdout]    |                                                                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/cylinder.rs - cylinder::Cylinder (line 14) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::vec3`
[INFO] [stdout]   --> src/cylinder.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::vec3::Point3;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            unresolved import
[INFO] [stdout]    |            help: a similar path exists: `raytracer::vec3`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::material`
[INFO] [stdout]   --> src/cylinder.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::material::Lambertian;
[INFO] [stdout]    |            ^^^^^^^^ could not find `material` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::cylinder`
[INFO] [stdout]   --> src/cylinder.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::cylinder::Cylinder;
[INFO] [stdout]    |            ^^^^^^^^ could not find `cylinder` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> src/cylinder.rs:20:48
[INFO] [stdout]    |
[INFO] [stdout] 20 | let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                ^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 20 | let material = Arc::new(Lambertian::new(crate::raytracer::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                +++++++++++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 14 + use raytracer::Color;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 20 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 20 + let material = Arc::new(Lambertian::new(Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/disk.rs - disk::Disk::new (line 47) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point3`
[INFO] [stdout]   --> src/disk.rs:48:22
[INFO] [stdout]    |
[INFO] [stdout] 48 | let disk = Disk::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout]    |                      ^^^^^^ use of undeclared type `Point3`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 47 + use raytracer::Point3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Arc`
[INFO] [stdout]   --> src/disk.rs:48:55
[INFO] [stdout]    |
[INFO] [stdout] 48 | let disk = Disk::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout]    |                                                       ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 47 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SomeMaterial` in this scope
[INFO] [stdout]   --> src/disk.rs:48:64
[INFO] [stdout]    |
[INFO] [stdout] 48 | let disk = Disk::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Disk`
[INFO] [stdout]   --> src/disk.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | let disk = Disk::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout]    |            ^^^^ use of undeclared type `Disk`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an enum variant `std::path::Prefix::Disk`; try using the variant's enum
[INFO] [stdout]    |
[INFO] [stdout] 48 - let disk = Disk::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout] 48 + let disk = std::path::Prefix::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/vec3.rs - vec3::Vec3 (line 11) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vec3`
[INFO] [stdout]   --> src/vec3.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | let v = Vec3::new(1.0, 2.0, 3.0);
[INFO] [stdout]    |         ^^^^ use of undeclared type `Vec3`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 12 - let v = Vec3::new(1.0, 2.0, 3.0);
[INFO] [stdout] 12 + let v = Vec::new(1.0, 2.0, 3.0);
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 11 + use raytracer::Vec3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/disk.rs - disk::Disk (line 12) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::vec3`
[INFO] [stdout]   --> src/disk.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::vec3::Point3;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            unresolved import
[INFO] [stdout]    |            help: a similar path exists: `raytracer::vec3`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::material`
[INFO] [stdout]   --> src/disk.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::material::Lambertian;
[INFO] [stdout]    |            ^^^^^^^^ could not find `material` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::disk`
[INFO] [stdout]   --> src/disk.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::disk::Disk;
[INFO] [stdout]    |            ^^^^ could not find `disk` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> src/disk.rs:18:48
[INFO] [stdout]    |
[INFO] [stdout] 18 | let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                ^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 18 | let material = Arc::new(Lambertian::new(crate::raytracer::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                +++++++++++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 12 + use raytracer::Color;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 18 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 18 + let material = Arc::new(Lambertian::new(Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hittable_list.rs - hittable_list::HittableList (line 9) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::hittable`
[INFO] [stdout]   --> src/hittable_list.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::hittable::HittableList;
[INFO] [stdout]    |            ^^^^^^^^ could not find `hittable` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::sphere`
[INFO] [stdout]   --> src/hittable_list.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::sphere::Sphere;
[INFO] [stdout]    |            ^^^^^^ could not find `sphere` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::vec3`
[INFO] [stdout]   --> src/hittable_list.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::vec3::Point3;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            unresolved import
[INFO] [stdout]    |            help: a similar path exists: `raytracer::vec3`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::material`
[INFO] [stdout]   --> src/hittable_list.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::material::Lambertian;
[INFO] [stdout]    |            ^^^^^^^^ could not find `material` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> src/hittable_list.rs:17:48
[INFO] [stdout]    |
[INFO] [stdout] 17 | let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                ^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 17 | let material = Arc::new(Lambertian::new(crate::raytracer::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                +++++++++++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout]  9 + use raytracer::Color;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 17 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 17 + let material = Arc::new(Lambertian::new(Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hittable_list.rs - hittable_list::HittableList::add (line 50) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HittableList`
[INFO] [stdout]   --> src/hittable_list.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 | let mut list = HittableList::new();
[INFO] [stdout]    |                ^^^^^^^^^^^^ use of undeclared type `HittableList`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 50 + use raytracer::HittableList;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SomeHittableObject` in this scope
[INFO] [stdout]   --> src/hittable_list.rs:52:19
[INFO] [stdout]    |
[INFO] [stdout] 52 | list.add(Box::new(SomeHittableObject));
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/cube.rs - cube::Cube::new (line 42) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point3`
[INFO] [stdout]   --> src/cube.rs:43:11
[INFO] [stdout]    |
[INFO] [stdout] 43 | let min = Point3::new(0.0, 0.0, 0.0);
[INFO] [stdout]    |           ^^^^^^ use of undeclared type `Point3`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 42 + use raytracer::Point3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point3`
[INFO] [stdout]   --> src/cube.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | let max = Point3::new(1.0, 1.0, 1.0);
[INFO] [stdout]    |           ^^^^^^ use of undeclared type `Point3`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 42 + use raytracer::Point3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cube`
[INFO] [stdout]   --> src/cube.rs:45:12
[INFO] [stdout]    |
[INFO] [stdout] 45 | let cube = Cube::new(min, max, Arc::new(SomeMaterial));
[INFO] [stdout]    |            ^^^^ use of undeclared type `Cube`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 42 + use raytracer::Cube;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Arc`
[INFO] [stdout]   --> src/cube.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 | let cube = Cube::new(min, max, Arc::new(SomeMaterial));
[INFO] [stdout]    |                                ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 42 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SomeMaterial` in this scope
[INFO] [stdout]   --> src/cube.rs:45:41
[INFO] [stdout]    |
[INFO] [stdout] 45 | let cube = Cube::new(min, max, Arc::new(SomeMaterial));
[INFO] [stdout]    |                                         ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/cube.rs - cube::Cube (line 13) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::vec3`
[INFO] [stdout]   --> src/cube.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::vec3::Point3;
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |            |
[INFO] [stdout]    |            unresolved import
[INFO] [stdout]    |            help: a similar path exists: `raytracer::vec3`
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::material`
[INFO] [stdout]   --> src/cube.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | use crate::material::Lambertian;
[INFO] [stdout]    |            ^^^^^^^^ could not find `material` in the crate root
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::Cube`
[INFO] [stdout]   --> src/cube.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use crate::Cube;
[INFO] [stdout]    |     ^^^^^^^^^^^ no `Cube` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]    |
[INFO] [stdout] 17 - use crate::Cube;
[INFO] [stdout] 17 + use raytracer::Cube;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: unresolved import
[INFO] [stdout]   --> src/cube.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 | let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                ^^^^ unresolved import
[INFO] [stdout]    |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]    |
[INFO] [stdout] 19 | let material = Arc::new(Lambertian::new(crate::raytracer::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |                                                +++++++++++
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 13 + use raytracer::Color;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 19 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 19 + let material = Arc::new(Lambertian::new(Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hittable_list.rs - hittable_list::HittableList::new (line 35) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HittableList`
[INFO] [stdout]   --> src/hittable_list.rs:36:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | let list = HittableList::new();
[INFO] [stdout]    |            ^^^^^^^^^^^^ use of undeclared type `HittableList`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 35 + use raytracer::HittableList;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/cube.rs - cube::Cube::from_center (line 90) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Point3`
[INFO] [stdout]   --> src/cube.rs:91:14
[INFO] [stdout]    |
[INFO] [stdout] 91 | let center = Point3::new(0.0, 0.0, 0.0);
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Point3`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 90 + use raytracer::Point3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cube`
[INFO] [stdout]   --> src/cube.rs:93:12
[INFO] [stdout]    |
[INFO] [stdout] 93 | let cube = Cube::from_center(center, size, Arc::new(SomeMaterial));
[INFO] [stdout]    |            ^^^^ use of undeclared type `Cube`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 90 + use raytracer::Cube;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Arc`
[INFO] [stdout]   --> src/cube.rs:93:44
[INFO] [stdout]    |
[INFO] [stdout] 93 | let cube = Cube::from_center(center, size, Arc::new(SomeMaterial));
[INFO] [stdout]    |                                            ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 90 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SomeMaterial` in this scope
[INFO] [stdout]   --> src/cube.rs:93:53
[INFO] [stdout]    |
[INFO] [stdout] 93 | let cube = Cube::from_center(center, size, Arc::new(SomeMaterial));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/cube.rs - cube::Cube (line 13)
[INFO] [stdout]     src/cube.rs - cube::Cube::from_center (line 90)
[INFO] [stdout]     src/cube.rs - cube::Cube::new (line 42)
[INFO] [stdout]     src/cylinder.rs - cylinder::Cylinder (line 14)
[INFO] [stdout]     src/cylinder.rs - cylinder::Cylinder::new (line 47)
[INFO] [stdout]     src/disk.rs - disk::Disk (line 12)
[INFO] [stdout]     src/disk.rs - disk::Disk::new (line 47)
[INFO] [stdout]     src/hittable_list.rs - hittable_list::HittableList (line 9)
[INFO] [stdout]     src/hittable_list.rs - hittable_list::HittableList::add (line 50)
[INFO] [stdout]     src/hittable_list.rs - hittable_list::HittableList::new (line 35)
[INFO] [stdout]     src/vec3.rs - vec3::Vec3 (line 11)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 11 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0478d0eff8fdb9d8df626161acd06daf0712c9ef4ec9f1e207bed342ffd90401", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0478d0eff8fdb9d8df626161acd06daf0712c9ef4ec9f1e207bed342ffd90401", kill_on_drop: false }`
[INFO] [stdout] 0478d0eff8fdb9d8df626161acd06daf0712c9ef4ec9f1e207bed342ffd90401
