[INFO] cloning repository https://github.com/kilork/abctracer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kilork/abctracer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkilork%2Fabctracer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkilork%2Fabctracer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96f8d00996bbd6e5d056b13a1c2753114e70bc77
[INFO] checking kilork/abctracer against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkilork%2Fabctracer" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kilork/abctracer
[INFO] finished tweaking git repo https://github.com/kilork/abctracer
[INFO] tweaked toml for git repo https://github.com/kilork/abctracer written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kilork/abctracer 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/kilork/abctracer 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] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 63d6f6b9edb0e605031d0cdcad39d7c14e41576abe9de028fdc0426376cb59e2
[INFO] running `Command { std: "docker" "start" "-a" "63d6f6b9edb0e605031d0cdcad39d7c14e41576abe9de028fdc0426376cb59e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "63d6f6b9edb0e605031d0cdcad39d7c14e41576abe9de028fdc0426376cb59e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "63d6f6b9edb0e605031d0cdcad39d7c14e41576abe9de028fdc0426376cb59e2", kill_on_drop: false }`
[INFO] [stdout] 63d6f6b9edb0e605031d0cdcad39d7c14e41576abe9de028fdc0426376cb59e2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] c3c6ab4fa660527b4014f1aee7d358e3816807dcae6a97016e729da281e23796
[INFO] running `Command { std: "docker" "start" "-a" "c3c6ab4fa660527b4014f1aee7d358e3816807dcae6a97016e729da281e23796", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking abctracer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |     lights: Vec<&'a LightSource>,
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     lights: Vec<&'a dyn LightSource>,
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |     solids: Vec<&'a GObject>,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     solids: Vec<&'a dyn GObject>,
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:54:44
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn add_solid(&mut self, solid: &'a GObject) {
[INFO] [stdout]    |                                            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn add_solid(&mut self, solid: &'a dyn GObject) {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:58:44
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn add_light(&mut self, light: &'a LightSource) {
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn add_light(&mut self, light: &'a dyn LightSource) {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:62:71
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn intersect(&self, ray: &Ray, distance: &mut f64) -> Option<&GObject> {
[INFO] [stdout]    |                                                                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn intersect(&self, ray: &Ray, distance: &mut f64) -> Option<&dyn GObject> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/environment.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         solid: &GObject,
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 143 |         solid: &dyn GObject,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/mod.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     backend: &mut RenderBackend,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     backend: &mut dyn RenderBackend,
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/mod.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     backend: &mut RenderBackend,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |     backend: &mut dyn RenderBackend,
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/mod.rs:111:19
[INFO] [stdout]     |
[INFO] [stdout] 111 |     backend: &mut RenderBackend,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 111 |     backend: &mut dyn RenderBackend,
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/geometry/plane.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn find_normal(&self, p: &Vector) -> Vector {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/geometry/rect.rs:67:27
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn find_normal(&self, p: &Vector) -> Vector {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ray`
[INFO] [stdout]   --> src/environment.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn shade_background(&self, ray: &Ray) -> Color {
[INFO] [stdout]    |                                ^^^ help: if this is intentional, prefix it with an underscore: `_ray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `buffer` is never read
[INFO] [stdout]  --> src/render/backend/dummy.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct DummyRenderBackend {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     buffer: [u8; DEFAULT_BUFFER_SIZE],
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `side_a` and `side_b` are never read
[INFO] [stdout]  --> src/geometry/rect.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Rect {
[INFO] [stdout]   |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     side_a: Vector,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 7 |     side_b: Vector,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `loc`, `e1`, `e2`, and `e3` are never read
[INFO] [stdout]   --> src/geometry/_box.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Box {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout]  4 |     material: Surface,
[INFO] [stdout]  5 |     loc: Vector,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     e1: Vector,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 11 |     e2: Vector,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 12 |     e3: Vector,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `radius` is never read
[INFO] [stdout]   --> src/geometry/cylinder.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Cylinder {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     radius: f64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/render/backend/htmlcanvas.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(filename: &'a str) -> HtmlCanvasBackend {
[INFO] [stdout]    |                           --         ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(filename: &'a str) -> HtmlCanvasBackend<'a> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |     lights: Vec<&'a LightSource>,
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     lights: Vec<&'a dyn LightSource>,
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:19:21
[INFO] [stdout]    |
[INFO] [stdout] 19 |     solids: Vec<&'a GObject>,
[INFO] [stdout]    |                     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |     solids: Vec<&'a dyn GObject>,
[INFO] [stdout]    |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:54:44
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn add_solid(&mut self, solid: &'a GObject) {
[INFO] [stdout]    |                                            ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn add_solid(&mut self, solid: &'a dyn GObject) {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:58:44
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn add_light(&mut self, light: &'a LightSource) {
[INFO] [stdout]    |                                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn add_light(&mut self, light: &'a dyn LightSource) {
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/environment.rs:62:71
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn intersect(&self, ray: &Ray, distance: &mut f64) -> Option<&GObject> {
[INFO] [stdout]    |                                                                       ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn intersect(&self, ray: &Ray, distance: &mut f64) -> Option<&dyn GObject> {
[INFO] [stdout]    |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/environment.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |         solid: &GObject,
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 143 |         solid: &dyn GObject,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/mod.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     backend: &mut RenderBackend,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     backend: &mut dyn RenderBackend,
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/render/mod.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     backend: &mut RenderBackend,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 56 |     backend: &mut dyn RenderBackend,
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/render/mod.rs:111:19
[INFO] [stdout]     |
[INFO] [stdout] 111 |     backend: &mut RenderBackend,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 111 |     backend: &mut dyn RenderBackend,
[INFO] [stdout]     |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/vector.rs:584:13
[INFO] [stdout]     |
[INFO] [stdout] 584 |         let mut v = Vector {
[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: unused variable: `p`
[INFO] [stdout]   --> src/geometry/plane.rs:55:27
[INFO] [stdout]    |
[INFO] [stdout] 55 |     fn find_normal(&self, p: &Vector) -> Vector {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `p`
[INFO] [stdout]   --> src/geometry/rect.rs:67:27
[INFO] [stdout]    |
[INFO] [stdout] 67 |     fn find_normal(&self, p: &Vector) -> Vector {
[INFO] [stdout]    |                           ^ help: if this is intentional, prefix it with an underscore: `_p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> benches/render.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(test)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `test::Bencher`
[INFO] [stdout]   --> benches/render.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |     use test::Bencher;
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `abctracer` (bench "render") due to 1 previous error; 1 warning emitted
[INFO] [stdout] For more information about this error, try `rustc --explain E0554`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused variable: `ray`
[INFO] [stdout]   --> src/environment.rs:77:32
[INFO] [stdout]    |
[INFO] [stdout] 77 |     fn shade_background(&self, ray: &Ray) -> Color {
[INFO] [stdout]    |                                ^^^ help: if this is intentional, prefix it with an underscore: `_ray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `buffer` is never read
[INFO] [stdout]  --> src/render/backend/dummy.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct DummyRenderBackend {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 8 |     buffer: [u8; DEFAULT_BUFFER_SIZE],
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `side_a` and `side_b` are never read
[INFO] [stdout]  --> src/geometry/rect.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Rect {
[INFO] [stdout]   |            ---- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 6 |     side_a: Vector,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 7 |     side_b: Vector,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `loc`, `e1`, `e2`, and `e3` are never read
[INFO] [stdout]   --> src/geometry/_box.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Box {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout]  4 |     material: Surface,
[INFO] [stdout]  5 |     loc: Vector,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 |     e1: Vector,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 11 |     e2: Vector,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 12 |     e3: Vector,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `radius` is never read
[INFO] [stdout]   --> src/geometry/cylinder.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Cylinder {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 15 |     radius: f64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `must_use` that must be used
[INFO] [stdout]    --> src/vector.rs:238:9
[INFO] [stdout]     |
[INFO] [stdout] 238 | /         format!(
[INFO] [stdout] 239 | |             "{:?}",
[INFO] [stdout] 240 | |             Vector {
[INFO] [stdout] 241 | |                 x: 1.,
[INFO] [stdout] ...   |
[INFO] [stdout] 245 | |         );
[INFO] [stdout]     | |_________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let _ = format!(
[INFO] [stdout]     |         +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/render/backend/htmlcanvas.rs:14:38
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(filename: &'a str) -> HtmlCanvasBackend {
[INFO] [stdout]    |                           --         ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is named 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: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub fn new(filename: &'a str) -> HtmlCanvasBackend<'a> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3c6ab4fa660527b4014f1aee7d358e3816807dcae6a97016e729da281e23796", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3c6ab4fa660527b4014f1aee7d358e3816807dcae6a97016e729da281e23796", kill_on_drop: false }`
[INFO] [stdout] c3c6ab4fa660527b4014f1aee7d358e3816807dcae6a97016e729da281e23796
