[INFO] cloning repository https://github.com/vasilNnikolov/spinner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vasilNnikolov/spinner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FvasilNnikolov%2Fspinner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FvasilNnikolov%2Fspinner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2cf6642cf38cea71305bf2f62ad9b857220958a5
[INFO] checking vasilNnikolov/spinner against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FvasilNnikolov%2Fspinner" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vasilNnikolov/spinner
[INFO] finished tweaking git repo https://github.com/vasilNnikolov/spinner
[INFO] tweaked toml for git repo https://github.com/vasilNnikolov/spinner written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vasilNnikolov/spinner 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/vasilNnikolov/spinner 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]  Downloading crates ...
[INFO] [stderr]   Downloaded paste v1.0.12
[INFO] [stderr]   Downloaded nalgebra-macros v0.2.0
[INFO] [stderr]   Downloaded simba v0.8.0
[INFO] [stderr]   Downloaded parking_lot_core v0.9.7
[INFO] [stderr]   Downloaded safe_arch v0.6.0
[INFO] [stderr]   Downloaded quote v1.0.26
[INFO] [stderr]   Downloaded proc-macro2 v1.0.54
[INFO] [stderr]   Downloaded wide v0.7.8
[INFO] [stderr]   Downloaded mio v0.8.6
[INFO] [stderr]   Downloaded nalgebra v0.32.2
[INFO] [stderr]   Downloaded libc v0.2.141
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] deab550d5ed9e048f8d2d314d331b933dcb7b96918a9c77a1e6ebd0792c2edd6
[INFO] running `Command { std: "docker" "start" "-a" "deab550d5ed9e048f8d2d314d331b933dcb7b96918a9c77a1e6ebd0792c2edd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "deab550d5ed9e048f8d2d314d331b933dcb7b96918a9c77a1e6ebd0792c2edd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deab550d5ed9e048f8d2d314d331b933dcb7b96918a9c77a1e6ebd0792c2edd6", kill_on_drop: false }`
[INFO] [stdout] deab550d5ed9e048f8d2d314d331b933dcb7b96918a9c77a1e6ebd0792c2edd6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 5d51998e06d1232b80c77d7c0b15c1c3b673567b2f02b425a9b11b85ce64045d
[INFO] running `Command { std: "docker" "start" "-a" "5d51998e06d1232b80c77d7c0b15c1c3b673567b2f02b425a9b11b85ce64045d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.54
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]    Compiling paste v1.0.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling signal-hook v0.3.15
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking safe_arch v0.6.0
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking mio v0.8.6
[INFO] [stderr]     Checking wide v0.7.8
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking signal-hook-mio v0.2.3
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.3
[INFO] [stderr]     Checking crossterm v0.26.1
[INFO] [stderr]     Checking simba v0.8.0
[INFO] [stderr]    Compiling nalgebra-macros v0.2.0
[INFO] [stderr]     Checking nalgebra v0.32.2
[INFO] [stderr]     Checking spinner v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `union::Union`
[INFO] [stdout]  --> src/prelude.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         union::Union, ObjectOperation,
[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 import: `ExecutableCommand`
[INFO] [stdout]  --> src/terminal.rs:1:39
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crossterm::{cursor, queue, style, ExecutableCommand};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/terminal.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `union::Union`
[INFO] [stdout]  --> src/prelude.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 |         union::Union, ObjectOperation,
[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 import: `ExecutableCommand`
[INFO] [stdout]  --> src/terminal.rs:1:39
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crossterm::{cursor, queue, style, ExecutableCommand};
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `program_start`
[INFO] [stdout]   --> src/main.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let program_start = time::Instant::now();
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_program_start`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Movable` is never used
[INFO] [stdout]   --> src/objects/mod.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub trait Movable: OrientableMut {
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PP` is never constructed
[INFO] [stdout]  --> src/objects/compound_objects/pp.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct PP {
[INFO] [stdout]   |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `default` is never used
[INFO] [stdout]  --> src/objects/compound_objects/pp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl PP {
[INFO] [stdout]   | ------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn default() -> PP {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cylinder` is never constructed
[INFO] [stdout]  --> src/objects/cylinder.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Cylinder {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/objects/cylinder.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Cylinder {
[INFO] [stdout]   | ------------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn new(base_center: Vector, height: f32, radius: f32, shaft_axis: Vector) -> Cylinder {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfiniteCylinder` is never constructed
[INFO] [stdout]  --> src/objects/infinite_cylinder.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct InfiniteCylinder {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/objects/infinite_cylinder.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl InfiniteCylinder {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub fn new(center: Vector, radius: f32, shaft_axis: Vector) -> InfiniteCylinder {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ObjectOperation` is never used
[INFO] [stdout]   --> src/objects/operations/mod.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait ObjectOperation: Object3D {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Intersection` is never constructed
[INFO] [stdout]  --> src/objects/operations/intersection.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Intersection {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_objects` is never used
[INFO] [stdout]   --> src/objects/operations/intersection.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Intersection {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 10 |     pub fn from_objects(objects: Vec<Box<dyn Object3D>>) -> Intersection {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SoftUnion` is never constructed
[INFO] [stdout]  --> src/objects/operations/soft_union.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct SoftUnion {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_objects` is never used
[INFO] [stdout]   --> src/objects/operations/soft_union.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl SoftUnion {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn from_objects(objects: Vec<Box<dyn Object3D>>, smu_epsilon: f32) -> SoftUnion {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Union` is never constructed
[INFO] [stdout]  --> src/objects/operations/union.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Union {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_objects` is never used
[INFO] [stdout]   --> src/objects/operations/union.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Union {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 10 |     pub fn from_objects(objects: Vec<Box<dyn Object3D>>) -> Union {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sphere` is never constructed
[INFO] [stdout]  --> src/objects/sphere.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Sphere {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/objects/sphere.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Sphere {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(center: Vector, radius: f32) -> Sphere {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Write`
[INFO] [stdout]  --> src/terminal.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::io::Write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `program_start`
[INFO] [stdout]   --> src/main.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let program_start = time::Instant::now();
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_program_start`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Movable` is never used
[INFO] [stdout]   --> src/objects/mod.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub trait Movable: OrientableMut {
[INFO] [stdout]    |           ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PP` is never constructed
[INFO] [stdout]  --> src/objects/compound_objects/pp.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct PP {
[INFO] [stdout]   |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `default` is never used
[INFO] [stdout]  --> src/objects/compound_objects/pp.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl PP {
[INFO] [stdout]   | ------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn default() -> PP {
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Cylinder` is never constructed
[INFO] [stdout]  --> src/objects/cylinder.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Cylinder {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/objects/cylinder.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl Cylinder {
[INFO] [stdout]   | ------------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn new(base_center: Vector, height: f32, radius: f32, shaft_axis: Vector) -> Cylinder {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfiniteCylinder` is never constructed
[INFO] [stdout]  --> src/objects/infinite_cylinder.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub struct InfiniteCylinder {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/objects/infinite_cylinder.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl InfiniteCylinder {
[INFO] [stdout]    | --------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub fn new(center: Vector, radius: f32, shaft_axis: Vector) -> InfiniteCylinder {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ObjectOperation` is never used
[INFO] [stdout]   --> src/objects/operations/mod.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub trait ObjectOperation: Object3D {
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Intersection` is never constructed
[INFO] [stdout]  --> src/objects/operations/intersection.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Intersection {
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_objects` is never used
[INFO] [stdout]   --> src/objects/operations/intersection.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Intersection {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 10 |     pub fn from_objects(objects: Vec<Box<dyn Object3D>>) -> Intersection {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SoftUnion` is never constructed
[INFO] [stdout]  --> src/objects/operations/soft_union.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct SoftUnion {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_objects` is never used
[INFO] [stdout]   --> src/objects/operations/soft_union.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl SoftUnion {
[INFO] [stdout]    | -------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn from_objects(objects: Vec<Box<dyn Object3D>>, smu_epsilon: f32) -> SoftUnion {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Union` is never constructed
[INFO] [stdout]  --> src/objects/operations/union.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Union {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_objects` is never used
[INFO] [stdout]   --> src/objects/operations/union.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl Union {
[INFO] [stdout]    | ---------- associated function in this implementation
[INFO] [stdout] 10 |     pub fn from_objects(objects: Vec<Box<dyn Object3D>>) -> Union {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Sphere` is never constructed
[INFO] [stdout]  --> src/objects/sphere.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Sphere {
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/objects/sphere.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | impl Sphere {
[INFO] [stdout]    | ----------- associated function in this implementation
[INFO] [stdout] 12 |     pub fn new(center: Vector, radius: f32) -> Sphere {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `A` should have a snake case name
[INFO] [stdout]   --> src/math.rs:86:13
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let A = super::matrix_from_columns([vector!(2, 0, 0), vector!(0, 2, 0), vector!(0, 0, 2)]);
[INFO] [stdout]    |             ^ help: convert the identifier to snake case: `a`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.44s
[INFO] running `Command { std: "docker" "inspect" "5d51998e06d1232b80c77d7c0b15c1c3b673567b2f02b425a9b11b85ce64045d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d51998e06d1232b80c77d7c0b15c1c3b673567b2f02b425a9b11b85ce64045d", kill_on_drop: false }`
[INFO] [stdout] 5d51998e06d1232b80c77d7c0b15c1c3b673567b2f02b425a9b11b85ce64045d
