[INFO] cloning repository https://github.com/ErikBot42/rust-raytracing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ErikBot42/rust-raytracing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErikBot42%2Frust-raytracing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErikBot42%2Frust-raytracing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 93de06400c1458f7a27e3592b9674c57c2a2f416
[INFO] checking ErikBot42/rust-raytracing against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErikBot42%2Frust-raytracing" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ErikBot42/rust-raytracing
[INFO] finished tweaking git repo https://github.com/ErikBot42/rust-raytracing
[INFO] tweaked toml for git repo https://github.com/ErikBot42/rust-raytracing written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ErikBot42/rust-raytracing on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ErikBot42/rust-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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded once_cell v1.16.0
[INFO] [stderr]   Downloaded num_cpus v1.14.0
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.2
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.12
[INFO] [stderr]   Downloaded bit_field v0.10.1
[INFO] [stderr]   Downloaded lebe v0.5.2
[INFO] [stderr]   Downloaded threadpool v1.8.1
[INFO] [stderr]   Downloaded futures-core v0.3.25
[INFO] [stderr]   Downloaded either v1.8.0
[INFO] [stderr]   Downloaded crossbeam-epoch v0.9.11
[INFO] [stderr]   Downloaded futures-sink v0.3.25
[INFO] [stderr]   Downloaded quote v1.0.21
[INFO] [stderr]   Downloaded unicode-ident v1.0.5
[INFO] [stderr]   Downloaded pin-project-internal v1.0.12
[INFO] [stderr]   Downloaded spin v0.9.4
[INFO] [stderr]   Downloaded half v2.1.0
[INFO] [stderr]   Downloaded pin-project v1.0.12
[INFO] [stderr]   Downloaded crossbeam-channel v0.5.6
[INFO] [stderr]   Downloaded flume v0.10.14
[INFO] [stderr]   Downloaded rayon v1.6.0
[INFO] [stderr]   Downloaded libm v0.2.6
[INFO] [stderr]   Downloaded weezl v0.1.7
[INFO] [stderr]   Downloaded proc-macro2 v1.0.47
[INFO] [stderr]   Downloaded rand_distr v0.4.3
[INFO] [stderr]   Downloaded rayon-core v1.10.1
[INFO] [stderr]   Downloaded exr v1.5.2
[INFO] [stderr]   Downloaded syn v1.0.103
[INFO] [stderr]   Downloaded miniz_oxide v0.5.4
[INFO] [stderr]   Downloaded ordered-float v3.4.0
[INFO] [stderr]   Downloaded image v0.24.5
[INFO] [stderr]   Downloaded gif v0.11.4
[INFO] [stderr]   Downloaded libc v0.2.137
[INFO] [stderr]   Downloaded jpeg-decoder v0.3.0
[INFO] [stderr]   Downloaded tiff v0.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2df79bed860ff57a24e6f32f8a1a0f448a390634f86e8dce42e28c918ed02abc
[INFO] running `Command { std: "docker" "start" "-a" "2df79bed860ff57a24e6f32f8a1a0f448a390634f86e8dce42e28c918ed02abc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2df79bed860ff57a24e6f32f8a1a0f448a390634f86e8dce42e28c918ed02abc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2df79bed860ff57a24e6f32f8a1a0f448a390634f86e8dce42e28c918ed02abc", kill_on_drop: false }`
[INFO] [stdout] 2df79bed860ff57a24e6f32f8a1a0f448a390634f86e8dce42e28c918ed02abc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3b336edad8238bdc5bb55a780eb451be2cd71937b637c847c5e72f24ec45159
[INFO] running `Command { std: "docker" "start" "-a" "a3b336edad8238bdc5bb55a780eb451be2cd71937b637c847c5e72f24ec45159", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking futures-sink v0.3.25
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking half v2.1.0
[INFO] [stderr]     Checking bit_field v0.10.1
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking once_cell v1.16.0
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking bytemuck v1.12.3
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking scoped_threadpool v0.1.9
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking gif v0.11.4
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking getrandom v0.2.8
[INFO] [stderr]     Checking num_cpus v1.14.0
[INFO] [stderr]     Checking png v0.17.7
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ordered-float v3.4.0
[INFO] [stderr]     Checking rayon v1.6.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]     Checking tiff v0.8.0
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.5.2
[INFO] [stderr]     Checking image v0.24.5
[INFO] [stderr]     Checking raytracing-fixed-point v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `CheckerTexture` and `SolidColor`
[INFO] [stdout]   --> src/main.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 | use crate::texture::{SolidColor, CheckerTexture};
[INFO] [stdout]    |                      ^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CheckerTexture` and `SolidColor`
[INFO] [stdout]   --> src/main.rs:26:22
[INFO] [stdout]    |
[INFO] [stdout] 26 | use crate::texture::{SolidColor, CheckerTexture};
[INFO] [stdout]    |                      ^^^^^^^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rec` is assigned to, but never used
[INFO] [stdout]    --> src/hittable.rs:323:13
[INFO] [stdout]     |
[INFO] [stdout] 323 |         let mut rec = HitRecord::default();
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_rec` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `rec` is never read
[INFO] [stdout]    --> src/hittable.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         rec.t = t;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]    --> src/hittable.rs:418:14
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let (u,v) = (outward_normal.x+1.0,outward_normal.z+1.0);
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]    --> src/hittable.rs:418:16
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let (u,v) = (outward_normal.x+1.0,outward_normal.z+1.0);
[INFO] [stdout]     |                ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rec` is assigned to, but never used
[INFO] [stdout]    --> src/hittable.rs:323:13
[INFO] [stdout]     |
[INFO] [stdout] 323 |         let mut rec = HitRecord::default();
[INFO] [stdout]     |             ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_rec` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `rec` is never read
[INFO] [stdout]    --> src/hittable.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         rec.t = t;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `u`
[INFO] [stdout]    --> src/hittable.rs:418:14
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let (u,v) = (outward_normal.x+1.0,outward_normal.z+1.0);
[INFO] [stdout]     |              ^ help: if this is intentional, prefix it with an underscore: `_u`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `v`
[INFO] [stdout]    --> src/hittable.rs:418:16
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let (u,v) = (outward_normal.x+1.0,outward_normal.z+1.0);
[INFO] [stdout]     |                ^ help: if this is intentional, prefix it with an underscore: `_v`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/light.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let mut light_rd = light_ro-point;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/light.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let mut light_rd = light_rd/light_dist;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color` is never read
[INFO] [stdout]   --> src/light.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct PointLight {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 21 |     position: Vec3,
[INFO] [stdout] 22 |     color: Vec3,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittable.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 69 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittable.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 92 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 192 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:261:12
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 261 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:314:12
[INFO] [stdout]     |
[INFO] [stdout] 314 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 314 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>{
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:375:12
[INFO] [stdout]     |
[INFO] [stdout] 375 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 375 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>{
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:401:12
[INFO] [stdout]     |
[INFO] [stdout] 401 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 401 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:493:12
[INFO] [stdout]     |
[INFO] [stdout] 493 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 493 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:559:12
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 559 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:780:12
[INFO] [stdout]     |
[INFO] [stdout] 780 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> 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] 780 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> Option<HitRecord<'_>>
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:836:12
[INFO] [stdout]     |
[INFO] [stdout] 836 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 836 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:912:12
[INFO] [stdout]     |
[INFO] [stdout] 912 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 912 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> 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] 25 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 74 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn hit_recursive(&self, ray: &Ray, ray_t: Interval, index: usize) -> 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] 80 |     fn hit_recursive(&self, ray: &Ray, ray_t: Interval, index: usize) -> Option<HitRecord<'_>>{
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/render.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 142 |     BUFFER.par_iter_mut()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/light.rs:32:9
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let mut light_rd = light_ro-point;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/light.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |     let mut light_rd = light_rd/light_dist;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color` is never read
[INFO] [stdout]   --> src/light.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub struct PointLight {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 21 |     position: Vec3,
[INFO] [stdout] 22 |     color: Vec3,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittable.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 69 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 69 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>;
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/hittable.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 92 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 192 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:261:12
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 261 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:314:12
[INFO] [stdout]     |
[INFO] [stdout] 314 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 314 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>{
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:375:12
[INFO] [stdout]     |
[INFO] [stdout] 375 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 375 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>{
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:401:12
[INFO] [stdout]     |
[INFO] [stdout] 401 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 401 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:493:12
[INFO] [stdout]     |
[INFO] [stdout] 493 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 493 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:559:12
[INFO] [stdout]     |
[INFO] [stdout] 559 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 559 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>>
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:780:12
[INFO] [stdout]     |
[INFO] [stdout] 780 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> 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] 780 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> Option<HitRecord<'_>>
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:836:12
[INFO] [stdout]     |
[INFO] [stdout] 836 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 836 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/hittable.rs:912:12
[INFO] [stdout]     |
[INFO] [stdout] 912 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 912 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> 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] 25 |     fn hit(&self, _ray: &Ray, _ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:74:12
[INFO] [stdout]    |
[INFO] [stdout] 74 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> 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] 74 |     fn hit(&self, ray: &Ray, ray_t: Interval) -> Option<HitRecord<'_>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bvh.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 80 |     fn hit_recursive(&self, ray: &Ray, ray_t: Interval, index: usize) -> 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] 80 |     fn hit_recursive(&self, ray: &Ray, ray_t: Interval, index: usize) -> Option<HitRecord<'_>>{
[INFO] [stdout]    |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/render.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 142 |     BUFFER.par_iter_mut()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.26s
[INFO] running `Command { std: "docker" "inspect" "a3b336edad8238bdc5bb55a780eb451be2cd71937b637c847c5e72f24ec45159", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3b336edad8238bdc5bb55a780eb451be2cd71937b637c847c5e72f24ec45159", kill_on_drop: false }`
[INFO] [stdout] a3b336edad8238bdc5bb55a780eb451be2cd71937b637c847c5e72f24ec45159
