[INFO] fetching crate vec_arith 1.0.4...
[INFO] checking vec_arith-1.0.4 against try#0611f7de057c584b8771102fde7aed6c70c71d3b for pr-146440
[INFO] extracting crate vec_arith 1.0.4 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate vec_arith 1.0.4
[INFO] finished tweaking crates.io crate vec_arith 1.0.4
[INFO] tweaked toml for crates.io crate vec_arith 1.0.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate vec_arith 1.0.4 on toolchain 0611f7de057c584b8771102fde7aed6c70c71d3b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 13b04ac73fec3a025885e907703d972d90ae911d2c2f693f0598b5784b8afd58
[INFO] running `Command { std: "docker" "start" "-a" "13b04ac73fec3a025885e907703d972d90ae911d2c2f693f0598b5784b8afd58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13b04ac73fec3a025885e907703d972d90ae911d2c2f693f0598b5784b8afd58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13b04ac73fec3a025885e907703d972d90ae911d2c2f693f0598b5784b8afd58", kill_on_drop: false }`
[INFO] [stdout] 13b04ac73fec3a025885e907703d972d90ae911d2c2f693f0598b5784b8afd58
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ff687aadc1370b42b5e502a9a292a8a55a0a5b127588b19b6401b119607d6223
[INFO] running `Command { std: "docker" "start" "-a" "ff687aadc1370b42b5e502a9a292a8a55a0a5b127588b19b6401b119607d6223", kill_on_drop: false }`
[INFO] [stderr]     Checking vec_arith v1.0.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |   pub use self::{
[INFO] [stdout]    |  _________^
[INFO] [stdout] 30 | |     vec2::*,
[INFO] [stdout] 31 | |     vec3::*,
[INFO] [stdout] 32 | |     vec4::*,
[INFO] [stdout]    | |     ------- but the name `Iter` in the type namespace is also re-exported here
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     sdf::*
[INFO] [stdout] 50 | | };
[INFO] [stdout]    | |_^ the name `Iter` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |   pub use self::{
[INFO] [stdout]    |  _________^
[INFO] [stdout] 30 | |     vec2::*,
[INFO] [stdout] 31 | |     vec3::*,
[INFO] [stdout] 32 | |     vec4::*,
[INFO] [stdout]    | |     ------- but the name `IterRef` in the type namespace is also re-exported here
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     sdf::*
[INFO] [stdout] 50 | | };
[INFO] [stdout]    | |_^ the name `IterRef` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |   pub use self::{
[INFO] [stdout]    |  _________^
[INFO] [stdout] 30 | |     vec2::*,
[INFO] [stdout] 31 | |     vec3::*,
[INFO] [stdout] 32 | |     vec4::*,
[INFO] [stdout]    | |     ------- but the name `IterMut` in the type namespace is also re-exported here
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     sdf::*
[INFO] [stdout] 50 | | };
[INFO] [stdout]    | |_^ the name `IterMut` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/lib.rs:3889:6
[INFO] [stdout]      |
[INFO] [stdout] 3889 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |   pub use self::{
[INFO] [stdout]    |  _________^
[INFO] [stdout] 30 | |     vec2::*,
[INFO] [stdout] 31 | |     vec3::*,
[INFO] [stdout] 32 | |     vec4::*,
[INFO] [stdout]    | |     ------- but the name `Iter` in the type namespace is also re-exported here
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     sdf::*
[INFO] [stdout] 50 | | };
[INFO] [stdout]    | |_^ the name `Iter` in the type namespace is first re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |   pub use self::{
[INFO] [stdout]    |  _________^
[INFO] [stdout] 30 | |     vec2::*,
[INFO] [stdout] 31 | |     vec3::*,
[INFO] [stdout] 32 | |     vec4::*,
[INFO] [stdout]    | |     ------- but the name `IterRef` in the type namespace is also re-exported here
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     sdf::*
[INFO] [stdout] 50 | | };
[INFO] [stdout]    | |_^ the name `IterRef` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> src/lib.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 29 |   pub use self::{
[INFO] [stdout]    |  _________^
[INFO] [stdout] 30 | |     vec2::*,
[INFO] [stdout] 31 | |     vec3::*,
[INFO] [stdout] 32 | |     vec4::*,
[INFO] [stdout]    | |     ------- but the name `IterMut` in the type namespace is also re-exported here
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | |     sdf::*
[INFO] [stdout] 50 | | };
[INFO] [stdout]    | |_^ the name `IterMut` in the type namespace is first re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/lib.rs:3751:7
[INFO] [stdout]      |
[INFO] [stdout] 3751 |         use super::*;
[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: `super::*`
[INFO] [stdout]     --> src/lib.rs:3889:6
[INFO] [stdout]      |
[INFO] [stdout] 3889 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #![feature(clamp)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `clamp` has been stable since 1.50.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:23:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | #![feature(clamp)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Cuboid` is never constructed
[INFO] [stdout]     --> src/lib.rs:3717:13
[INFO] [stdout]      |
[INFO] [stdout] 3717 |     pub struct Cuboid(Vec3<f32>);
[INFO] [stdout]      |                ^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]      = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Plane` is never constructed
[INFO] [stdout]     --> src/lib.rs:3741:13
[INFO] [stdout]      |
[INFO] [stdout] 3741 |     pub struct Plane(Vec4<f32>);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Plane` is never constructed
[INFO] [stdout]     --> src/lib.rs:3741:13
[INFO] [stdout]      |
[INFO] [stdout] 3741 |     pub struct Plane(Vec4<f32>);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]      = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Cylinder` is never constructed
[INFO] [stdout]     --> src/lib.rs:3764:13
[INFO] [stdout]      |
[INFO] [stdout] 3764 |     pub struct Cylinder(Vec2<f32>);
[INFO] [stdout]      |                ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Union` is never constructed
[INFO] [stdout]     --> src/lib.rs:3949:13
[INFO] [stdout]      |
[INFO] [stdout] 3949 |     pub struct Union<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Subtraction` is never constructed
[INFO] [stdout]     --> src/lib.rs:3957:13
[INFO] [stdout]      |
[INFO] [stdout] 3957 |     pub struct Subtraction<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U);
[INFO] [stdout]      |                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Intersection` is never constructed
[INFO] [stdout]     --> src/lib.rs:3965:13
[INFO] [stdout]      |
[INFO] [stdout] 3965 |     pub struct Intersection<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U);
[INFO] [stdout]      |                ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `SmoothUnion` is never constructed
[INFO] [stdout]     --> src/lib.rs:3973:13
[INFO] [stdout]      |
[INFO] [stdout] 3973 |     pub struct SmoothUnion<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U, f32);
[INFO] [stdout]      |                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `SmoothSubtraction` is never constructed
[INFO] [stdout]     --> src/lib.rs:3981:13
[INFO] [stdout]      |
[INFO] [stdout] 3981 |     pub struct SmoothSubtraction<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U, f32);
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `SmoothIntersection` is never constructed
[INFO] [stdout]     --> src/lib.rs:3989:13
[INFO] [stdout]      |
[INFO] [stdout] 3989 |     pub struct SmoothIntersection<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U, f32);
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Round` is never constructed
[INFO] [stdout]     --> src/lib.rs:3997:13
[INFO] [stdout]      |
[INFO] [stdout] 3997 |     pub struct Round<T: Distance<Vec3<f32>>>(T, f32);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Translation` is never constructed
[INFO] [stdout]     --> src/lib.rs:4005:13
[INFO] [stdout]      |
[INFO] [stdout] 4005 |     pub struct Translation<T: Distance<Vec3<f32>>>(T, Vec3<f32>);
[INFO] [stdout]      |                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Rotation` is never constructed
[INFO] [stdout]     --> src/lib.rs:4014:13
[INFO] [stdout]      |
[INFO] [stdout] 4014 |     pub struct Rotation<T: Distance<Vec3<f32>>>(T, Quat32);
[INFO] [stdout]      |                ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Scale` is never constructed
[INFO] [stdout]     --> src/lib.rs:4023:13
[INFO] [stdout]      |
[INFO] [stdout] 4023 |     pub struct Scale<T: Distance<Vec3<f32>>>(T, f32);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Union` is never constructed
[INFO] [stdout]     --> src/lib.rs:3949:13
[INFO] [stdout]      |
[INFO] [stdout] 3949 |     pub struct Union<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Subtraction` is never constructed
[INFO] [stdout]     --> src/lib.rs:3957:13
[INFO] [stdout]      |
[INFO] [stdout] 3957 |     pub struct Subtraction<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U);
[INFO] [stdout]      |                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Intersection` is never constructed
[INFO] [stdout]     --> src/lib.rs:3965:13
[INFO] [stdout]      |
[INFO] [stdout] 3965 |     pub struct Intersection<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U);
[INFO] [stdout]      |                ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `SmoothUnion` is never constructed
[INFO] [stdout]     --> src/lib.rs:3973:13
[INFO] [stdout]      |
[INFO] [stdout] 3973 |     pub struct SmoothUnion<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U, f32);
[INFO] [stdout]      |                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `SmoothSubtraction` is never constructed
[INFO] [stdout]     --> src/lib.rs:3981:13
[INFO] [stdout]      |
[INFO] [stdout] 3981 |     pub struct SmoothSubtraction<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U, f32);
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `SmoothIntersection` is never constructed
[INFO] [stdout]     --> src/lib.rs:3989:13
[INFO] [stdout]      |
[INFO] [stdout] 3989 |     pub struct SmoothIntersection<T: Distance<Vec3<f32>>, U: Distance<Vec3<f32>>>(T, U, f32);
[INFO] [stdout]      |                ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Round` is never constructed
[INFO] [stdout]     --> src/lib.rs:3997:13
[INFO] [stdout]      |
[INFO] [stdout] 3997 |     pub struct Round<T: Distance<Vec3<f32>>>(T, f32);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Translation` is never constructed
[INFO] [stdout]     --> src/lib.rs:4005:13
[INFO] [stdout]      |
[INFO] [stdout] 4005 |     pub struct Translation<T: Distance<Vec3<f32>>>(T, Vec3<f32>);
[INFO] [stdout]      |                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Rotation` is never constructed
[INFO] [stdout]     --> src/lib.rs:4014:13
[INFO] [stdout]      |
[INFO] [stdout] 4014 |     pub struct Rotation<T: Distance<Vec3<f32>>>(T, Quat32);
[INFO] [stdout]      |                ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: struct `Scale` is never constructed
[INFO] [stdout]     --> src/lib.rs:4023:13
[INFO] [stdout]      |
[INFO] [stdout] 4023 |     pub struct Scale<T: Distance<Vec3<f32>>>(T, f32);
[INFO] [stdout]      |                ^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vec_arith` (lib test) due to 11 previous errors; 6 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `vec_arith` (lib) due to 13 previous errors; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ff687aadc1370b42b5e502a9a292a8a55a0a5b127588b19b6401b119607d6223", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff687aadc1370b42b5e502a9a292a8a55a0a5b127588b19b6401b119607d6223", kill_on_drop: false }`
[INFO] [stdout] ff687aadc1370b42b5e502a9a292a8a55a0a5b127588b19b6401b119607d6223
