[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#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fromananas%2Fraytracing" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/romananas/raytracing on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c4526ac3ec6bd700543cb64c4118383c4bd7dac56ef5bb29be747b24b28c146
[INFO] running `Command { std: "docker" "start" "-a" "0c4526ac3ec6bd700543cb64c4118383c4bd7dac56ef5bb29be747b24b28c146", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c4526ac3ec6bd700543cb64c4118383c4bd7dac56ef5bb29be747b24b28c146", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c4526ac3ec6bd700543cb64c4118383c4bd7dac56ef5bb29be747b24b28c146", kill_on_drop: false }`
[INFO] [stdout] 0c4526ac3ec6bd700543cb64c4118383c4bd7dac56ef5bb29be747b24b28c146
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 607b33b45e88d8a6668e1d79b9d01cff9fb1bba07e0612aabca9939b58f11364
[INFO] running `Command { std: "docker" "start" "-a" "607b33b45e88d8a6668e1d79b9d01cff9fb1bba07e0612aabca9939b58f11364", 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 getrandom v0.3.1
[INFO] [stderr]    Compiling zerocopy v0.8.20
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling rand_core v0.9.2
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_json v1.0.140
[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 8.73s
[INFO] running `Command { std: "docker" "inspect" "607b33b45e88d8a6668e1d79b9d01cff9fb1bba07e0612aabca9939b58f11364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "607b33b45e88d8a6668e1d79b9d01cff9fb1bba07e0612aabca9939b58f11364", kill_on_drop: false }`
[INFO] [stdout] 607b33b45e88d8a6668e1d79b9d01cff9fb1bba07e0612aabca9939b58f11364
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 201e783606d71f68984830fccf3d5f0fb075c5bbe260b2167c88b4d721c9e1a4
[INFO] running `Command { std: "docker" "start" "-a" "201e783606d71f68984830fccf3d5f0fb075c5bbe260b2167c88b4d721c9e1a4", 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.51s
[INFO] running `Command { std: "docker" "inspect" "201e783606d71f68984830fccf3d5f0fb075c5bbe260b2167c88b4d721c9e1a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "201e783606d71f68984830fccf3d5f0fb075c5bbe260b2167c88b4d721c9e1a4", kill_on_drop: false }`
[INFO] [stdout] 201e783606d71f68984830fccf3d5f0fb075c5bbe260b2167c88b4d721c9e1a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f7b5c3cd0544685577fce8fa60b0ce7379029fc73eb1f8c55544312b18df5c02
[INFO] running `Command { std: "docker" "start" "-a" "f7b5c3cd0544685577fce8fa60b0ce7379029fc73eb1f8c55544312b18df5c02", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/raytracer-4fdff1e751021c5c)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/raytracer-6f6b93f6c7eda74a)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests raytracer
[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/hittable_list.rs - hittable_list::HittableList::add (line 50) ... FAILED
[INFO] [stdout] test src/cube.rs - cube::Cube::new (line 42) ... FAILED
[INFO] [stdout] test src/disk.rs - disk::Disk (line 12) ... 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/hittable_list.rs - hittable_list::HittableList (line 9) ... FAILED
[INFO] [stdout] test src/hittable_list.rs - hittable_list::HittableList::new (line 35) ... FAILED
[INFO] [stdout] test src/cube.rs - cube::Cube (line 13) ... FAILED
[INFO] [stdout] test src/cube.rs - cube::Cube::from_center (line 90) ... FAILED
[INFO] [stdout] test src/camera.rs - camera::Camera::get_ray (line 118) ... ok
[INFO] [stdout] test src/cylinder.rs - cylinder::Cylinder (line 14) ... FAILED
[INFO] [stdout] test src/ray.rs - ray::Ray::new (line 27) ... ok
[INFO] [stdout] test src/common.rs - common::degrees_to_radians (line 12) ... ok
[INFO] [stdout] test src/camera.rs - camera::Camera::new (line 58) ... ok
[INFO] [stdout] test src/vec3.rs - vec3::Vec3::new (line 41) ... ok
[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] 3 | 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] 2 + 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] 3 | 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] 2 + 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] 3 | 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] 2 + 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] 3 | 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/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] 3 | 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] 2 + 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] 4 | 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] 3 | 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] 2 + 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] 4 | 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] 2 + 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] 5 | 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] 2 + 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] 5 | 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] 2 + 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] 5 | 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/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] 4 | 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] 5 | 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] 6 | 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] 8 | 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] 8 | 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] 2 + use raytracer::Color;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 8 + 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] 3 | 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] 2 + 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] 3 | 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] 2 + 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] 3 | 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] 3 | 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] 3 - let disk = Disk::new(Point3::new(0.0, 0.0, 0.0), 1.0, Arc::new(SomeMaterial));
[INFO] [stdout] 3 + 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] 3 | 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] 3 - let v = Vec3::new(1.0, 2.0, 3.0);
[INFO] [stdout] 3 + let v = Vec::new(1.0, 2.0, 3.0);
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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/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] 3 | 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] 4 | 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] 5 | 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] 7 | 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] 10 | 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] 10 | 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]  2 + use raytracer::Color;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 10 + 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::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] 3 | let list = HittableList::new();
[INFO] [stdout]   |            ^^^^^^^^^^^^ use of undeclared type `HittableList`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 2 + 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 (line 13) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `crate::vec3`
[INFO] [stdout]  --> src/cube.rs:15:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | 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] 5 | 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] 6 | use crate::Cube;
[INFO] [stdout]   |     ^^^^^^^^^^^ no `Cube` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct instead
[INFO] [stdout]   |
[INFO] [stdout] 6 - use crate::Cube;
[INFO] [stdout] 6 + 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] 8 | 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] 8 | 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] 2 + use raytracer::Color;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 8 + 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/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] 3 | 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] 2 + 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] 5 | 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] 2 + 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] 5 | 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] 2 + 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] 5 | 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] ---- 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] 4 | 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] 5 | 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] 6 | 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] 8 | 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] 8 | 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] 2 + use raytracer::Color;
[INFO] [stdout]   |
[INFO] [stdout] help: if you import `Color`, refer to it directly
[INFO] [stdout]   |
[INFO] [stdout] 8 - let material = Arc::new(Lambertian::new(crate::vec3::Color::new(0.8, 0.3, 0.3)));
[INFO] [stdout] 8 + 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] 
[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.51s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "f7b5c3cd0544685577fce8fa60b0ce7379029fc73eb1f8c55544312b18df5c02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f7b5c3cd0544685577fce8fa60b0ce7379029fc73eb1f8c55544312b18df5c02", kill_on_drop: false }`
[INFO] [stdout] f7b5c3cd0544685577fce8fa60b0ce7379029fc73eb1f8c55544312b18df5c02
