[INFO] cloning repository https://github.com/debater-coder/rust-tracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/debater-coder/rust-tracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebater-coder%2Frust-tracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebater-coder%2Frust-tracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e9360745d99a7f975be6d2a6bfdce5f30093b870
[INFO] testing debater-coder/rust-tracer against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdebater-coder%2Frust-tracer" "/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/debater-coder/rust-tracer
[INFO] finished tweaking git repo https://github.com/debater-coder/rust-tracer
[INFO] tweaked toml for git repo https://github.com/debater-coder/rust-tracer written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/debater-coder/rust-tracer on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/debater-coder/rust-tracer 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b791219cebfff8681e8981477721162f3e88c0283e8c1cd7ea6b76c86473d875
[INFO] running `Command { std: "docker" "start" "-a" "b791219cebfff8681e8981477721162f3e88c0283e8c1cd7ea6b76c86473d875", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b791219cebfff8681e8981477721162f3e88c0283e8c1cd7ea6b76c86473d875", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b791219cebfff8681e8981477721162f3e88c0283e8c1cd7ea6b76c86473d875", kill_on_drop: false }`
[INFO] [stdout] b791219cebfff8681e8981477721162f3e88c0283e8c1cd7ea6b76c86473d875
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36d42a84ce44d2fad1703105173d32cf276b09aa622211ab6e978be10c2dc743
[INFO] running `Command { std: "docker" "start" "-a" "36d42a84ce44d2fad1703105173d32cf276b09aa622211ab6e978be10c2dc743", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rust-tracer v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittables.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord>;
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittables.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittables.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
[INFO] running `Command { std: "docker" "inspect" "36d42a84ce44d2fad1703105173d32cf276b09aa622211ab6e978be10c2dc743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36d42a84ce44d2fad1703105173d32cf276b09aa622211ab6e978be10c2dc743", kill_on_drop: false }`
[INFO] [stdout] 36d42a84ce44d2fad1703105173d32cf276b09aa622211ab6e978be10c2dc743
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f2ac4cacb7b256a644549f6f8aa7cc748136ac0f3ea90bb79e621027aeb56d1a
[INFO] running `Command { std: "docker" "start" "-a" "f2ac4cacb7b256a644549f6f8aa7cc748136ac0f3ea90bb79e621027aeb56d1a", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittables.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord>;
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittables.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rust-tracer v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittables.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittables.rs:42:12
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord>;
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittables.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stdout]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittables.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stdout]     |                ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "f2ac4cacb7b256a644549f6f8aa7cc748136ac0f3ea90bb79e621027aeb56d1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f2ac4cacb7b256a644549f6f8aa7cc748136ac0f3ea90bb79e621027aeb56d1a", kill_on_drop: false }`
[INFO] [stdout] f2ac4cacb7b256a644549f6f8aa7cc748136ac0f3ea90bb79e621027aeb56d1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5496ea3b37368376aee32514fbc524bc3e5cdfee5eac696871b2db902a5e3e35
[INFO] running `Command { std: "docker" "start" "-a" "5496ea3b37368376aee32514fbc524bc3e5cdfee5eac696871b2db902a5e3e35", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hittables.rs:42:12
[INFO] [stderr]    |
[INFO] [stderr] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord>;
[INFO] [stderr]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 42 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>>;
[INFO] [stderr]    |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/hittables.rs:62:12
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stderr]    |            ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 62 |     fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stderr]    |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/hittables.rs:117:16
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord> {
[INFO] [stderr]     |                ^^^^^ the lifetime is elided here                  ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 117 |     pub fn hit(&self, ray: Ray, t_min: f64, t_max: f64) -> Option<HitRecord<'_>> {
[INFO] [stderr]     |                                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `rust-tracer` (lib) generated 3 warnings (run `cargo fix --lib -p rust-tracer` to apply 3 suggestions)
[INFO] [stderr] warning: `rust-tracer` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_tracer-8a224add61071c80)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test math::tests::vector_div_assign ... ok
[INFO] [stdout] test math::tests::vector_div ... ok
[INFO] [stdout] test math::tests::vector_add_assign ... ok
[INFO] [stdout] test math::tests::vector_mul ... ok
[INFO] [stdout] test math::tests::vector_mul_assign ... ok
[INFO] [stdout] test math::tests::vector_eq ... ok
[INFO] [stdout] test math::tests::vector_neg ... ok
[INFO] [stdout] test math::tests::vector_sub ... ok
[INFO] [stdout] test math::tests::vector_sub_assign ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rust_tracer-0034602a05980bb2)
[INFO] [stdout] test math::tests::vector_add ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 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] [stderr]    Doc-tests rust_tracer
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - render_to_stdout (line 82) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - render_to_stdout (line 82) stdout ----
[INFO] [stdout] error[E0277]: expected a `Fn()` closure, found `HittableList`
[INFO] [stdout]    --> src/lib.rs:137:46
[INFO] [stdout]     |
[INFO] [stdout]  58 | rust_tracer::render_to_stdout(400, 100, 50, &world, &camera);
[INFO] [stdout]     | -----------------------------                ^^^^^ expected an `Fn()` closure, found `HittableList`
[INFO] [stdout]     | |
[INFO] [stdout]     | required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `Fn()` is not implemented for `HittableList`
[INFO] [stdout]     = note: wrap the `HittableList` in a closure with no arguments: `|| { /* code */ }`
[INFO] [stdout]     = note: required for `&HittableList` to implement `Fn()`
[INFO] [stdout] note: required by a bound in `render_to_stdout`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:147:8
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn render_to_stdout<F>(
[INFO] [stdout]     |        ---------------- required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 147 |     F: Fn() -> HittableList + Send + 'static + Copy,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^ required by this bound in `render_to_stdout`
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: expected a `FnOnce()` closure, found `HittableList`
[INFO] [stdout]    --> src/lib.rs:137:45
[INFO] [stdout]     |
[INFO] [stdout]  58 | rust_tracer::render_to_stdout(400, 100, 50, &world, &camera);
[INFO] [stdout]     | -----------------------------               ^^^^^^ expected an `FnOnce()` closure, found `HittableList`
[INFO] [stdout]     | |
[INFO] [stdout]     | required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the trait `FnOnce()` is not implemented for `HittableList`
[INFO] [stdout]     = note: wrap the `HittableList` in a closure with no arguments: `|| { /* code */ }`
[INFO] [stdout] note: required by a bound in `render_to_stdout`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:147:16
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn render_to_stdout<F>(
[INFO] [stdout]     |        ---------------- required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 147 |     F: Fn() -> HittableList + Send + 'static + Copy,
[INFO] [stdout]     |                ^^^^^^^^^^^^ required by this bound in `render_to_stdout`
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 6 arguments but 5 arguments were supplied
[INFO] [stdout]    --> src/lib.rs:137:1
[INFO] [stdout]     |
[INFO] [stdout]  58 | rust_tracer::render_to_stdout(400, 100, 50, &world, &camera);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------------------------------
[INFO] [stdout]     |                              |                      |
[INFO] [stdout]     |                              |                      expected `Camera`, found `&Camera`
[INFO] [stdout]     |                              argument #6 of type `usize` is missing
[INFO] [stdout]     |
[INFO] [stdout] note: function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:138:8
[INFO] [stdout]     |
[INFO] [stdout] 138 | pub fn render_to_stdout<F>(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider removing the borrow
[INFO] [stdout]     |
[INFO] [stdout]  58 - rust_tracer::render_to_stdout(400, 100, 50, &world, &camera);
[INFO] [stdout]  58 + rust_tracer::render_to_stdout(400, 100, 50, &world, camera);
[INFO] [stdout]     |
[INFO] [stdout] help: provide the argument
[INFO] [stdout]     |
[INFO] [stdout]  58 - rust_tracer::render_to_stdout(400, 100, 50, &world, &camera);
[INFO] [stdout]  58 + rust_tracer::render_to_stdout(400, 100, 50, &world, /* Camera */, /* usize */);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0277.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - render_to_stdout (line 82)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "5496ea3b37368376aee32514fbc524bc3e5cdfee5eac696871b2db902a5e3e35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5496ea3b37368376aee32514fbc524bc3e5cdfee5eac696871b2db902a5e3e35", kill_on_drop: false }`
[INFO] [stdout] 5496ea3b37368376aee32514fbc524bc3e5cdfee5eac696871b2db902a5e3e35
