[INFO] cloning repository https://github.com/jeremythorne/physics
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeremythorne/physics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremythorne%2Fphysics", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremythorne%2Fphysics'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 75e1295e4b8799975ccf0585a8ebcb2a669c7cbc
[INFO] testing jeremythorne/physics against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeremythorne%2Fphysics" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jeremythorne/physics
[INFO] finished tweaking git repo https://github.com/jeremythorne/physics
[INFO] tweaked toml for git repo https://github.com/jeremythorne/physics written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jeremythorne/physics on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jeremythorne/physics 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b
[INFO] running `Command { std: "docker" "start" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling sapp-linux v0.1.13
[INFO] [stderr]    Compiling glam v0.20.2
[INFO] [stderr]    Compiling quad-rand v0.2.1
[INFO] [stderr]    Compiling miniquad v0.3.0-alpha.42
[INFO] [stderr]    Compiling physics v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `null_render` is never used
[INFO] [stdout]    --> src/main.rs:144:4
[INFO] [stdout]     |
[INFO] [stdout] 144 | fn null_render() {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cube_verts` is never used
[INFO] [stdout]   --> src/objects.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn cube_verts() -> (&'static[f32], &'static[u16]) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cube_bindings` is never used
[INFO] [stdout]   --> src/objects.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn cube_bindings(ctx: &mut Context) -> Bindings {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `octahedral_bindings` is never used
[INFO] [stdout]    --> src/objects.rs:132:8
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub fn octahedral_bindings(ctx: &mut Context) -> Bindings {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_bounds` and `as_any` are never used
[INFO] [stdout]   --> src/engine.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | trait Shaped {
[INFO] [stdout]    |       ------ methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn get_bounds(&self) -> Bounds;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn as_any(&self) -> &dyn Any;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_centre_of_mass_model_space` and `body_space_to_world_space` are never used
[INFO] [stdout]   --> src/engine.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl Body {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     fn get_centre_of_mass_model_space(&self) -> Vec3 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |     fn body_space_to_world_space(&self, body_pt:Vec3) -> Vec3 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `does_intersect`, `expand_vec`, and `expand_bound` are never used
[INFO] [stdout]    --> src/engine.rs:160:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Bounds {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 160 |     fn new() -> Bounds {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     fn does_intersect(self:&Bounds, other:&Bounds) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     fn expand_vec(&mut self, bounds: &[Bounds]) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     fn expand_bound(&mut self, other: &Bounds) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pt_on_a_local_space`, `pt_on_b_local_space`, and `separation_distance` are never read
[INFO] [stdout]    --> src/engine.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 266 | struct Contact {
[INFO] [stdout]     |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 269 |     pt_on_a_local_space: Vec3,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 270 |     pt_on_b_local_space: Vec3,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 271 |     normal: Vec3, 
[INFO] [stdout] 272 |     separation_distance: f32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Contact` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new_simple` and `new_many` are never used
[INFO] [stdout]    --> src/engine.rs:434:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | impl Scene {
[INFO] [stdout]     | ---------- associated functions in this implementation
[INFO] [stdout] 434 |     pub fn new_simple() -> Scene {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 |     pub fn new_many() -> Scene {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 5.62s
[INFO] running `Command { std: "docker" "inspect" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling physics v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `null_render` is never used
[INFO] [stdout]    --> src/main.rs:144:4
[INFO] [stdout]     |
[INFO] [stdout] 144 | fn null_render() {
[INFO] [stdout]     |    ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cube_verts` is never used
[INFO] [stdout]   --> src/objects.rs:16:4
[INFO] [stdout]    |
[INFO] [stdout] 16 | fn cube_verts() -> (&'static[f32], &'static[u16]) {
[INFO] [stdout]    |    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cube_bindings` is never used
[INFO] [stdout]   --> src/objects.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub fn cube_bindings(ctx: &mut Context) -> Bindings {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `octahedral_bindings` is never used
[INFO] [stdout]    --> src/objects.rs:132:8
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub fn octahedral_bindings(ctx: &mut Context) -> Bindings {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_bounds` and `as_any` are never used
[INFO] [stdout]   --> src/engine.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 17 | trait Shaped {
[INFO] [stdout]    |       ------ methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn get_bounds(&self) -> Bounds;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 25 |     fn as_any(&self) -> &dyn Any;
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_centre_of_mass_model_space` and `body_space_to_world_space` are never used
[INFO] [stdout]   --> src/engine.rs:85:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl Body {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 85 |     fn get_centre_of_mass_model_space(&self) -> Vec3 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 92 |     fn body_space_to_world_space(&self, body_pt:Vec3) -> Vec3 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `does_intersect`, `expand_vec`, and `expand_bound` are never used
[INFO] [stdout]    --> src/engine.rs:160:8
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl Bounds {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 160 |     fn new() -> Bounds {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 |     fn does_intersect(self:&Bounds, other:&Bounds) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     fn expand_vec(&mut self, bounds: &[Bounds]) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     fn expand_bound(&mut self, other: &Bounds) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `pt_on_a_local_space`, `pt_on_b_local_space`, and `separation_distance` are never read
[INFO] [stdout]    --> src/engine.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 266 | struct Contact {
[INFO] [stdout]     |        ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 269 |     pt_on_a_local_space: Vec3,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 270 |     pt_on_b_local_space: Vec3,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 271 |     normal: Vec3, 
[INFO] [stdout] 272 |     separation_distance: f32,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Contact` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new_simple` and `new_many` are never used
[INFO] [stdout]    --> src/engine.rs:434:12
[INFO] [stdout]     |
[INFO] [stdout] 433 | impl Scene {
[INFO] [stdout]     | ---------- associated functions in this implementation
[INFO] [stdout] 434 |     pub fn new_simple() -> Scene {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 534 |     pub fn new_many() -> Scene {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: function `null_render` is never used
[INFO] [stderr]    --> src/main.rs:144:4
[INFO] [stderr]     |
[INFO] [stderr] 144 | fn null_render() {
[INFO] [stderr]     |    ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `cube_verts` is never used
[INFO] [stderr]   --> src/objects.rs:16:4
[INFO] [stderr]    |
[INFO] [stderr] 16 | fn cube_verts() -> (&'static[f32], &'static[u16]) {
[INFO] [stderr]    |    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `cube_bindings` is never used
[INFO] [stderr]   --> src/objects.rs:76:8
[INFO] [stderr]    |
[INFO] [stderr] 76 | pub fn cube_bindings(ctx: &mut Context) -> Bindings {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `octahedral_bindings` is never used
[INFO] [stderr]    --> src/objects.rs:132:8
[INFO] [stderr]     |
[INFO] [stderr] 132 | pub fn octahedral_bindings(ctx: &mut Context) -> Bindings {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_bounds` and `as_any` are never used
[INFO] [stderr]   --> src/engine.rs:20:8
[INFO] [stderr]    |
[INFO] [stderr] 17 | trait Shaped {
[INFO] [stderr]    |       ------ methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 20 |     fn get_bounds(&self) -> Bounds;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 25 |     fn as_any(&self) -> &dyn Any;
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_centre_of_mass_model_space` and `body_space_to_world_space` are never used
[INFO] [stderr]   --> src/engine.rs:85:8
[INFO] [stderr]    |
[INFO] [stderr] 80 | impl Body {
[INFO] [stderr]    | --------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 85 |     fn get_centre_of_mass_model_space(&self) -> Vec3 {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 92 |     fn body_space_to_world_space(&self, body_pt:Vec3) -> Vec3 {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `new`, `does_intersect`, `expand_vec`, and `expand_bound` are never used
[INFO] [stderr]    --> src/engine.rs:160:8
[INFO] [stderr]     |
[INFO] [stderr] 159 | impl Bounds {
[INFO] [stderr]     | ----------- associated items in this implementation
[INFO] [stderr] 160 |     fn new() -> Bounds {
[INFO] [stderr]     |        ^^^
[INFO] [stderr] ...
[INFO] [stderr] 166 |     fn does_intersect(self:&Bounds, other:&Bounds) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 175 |     fn expand_vec(&mut self, bounds: &[Bounds]) {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 180 |     fn expand_bound(&mut self, other: &Bounds) {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `pt_on_a_local_space`, `pt_on_b_local_space`, and `separation_distance` are never read
[INFO] [stderr]    --> src/engine.rs:269:5
[INFO] [stderr]     |
[INFO] [stderr] 266 | struct Contact {
[INFO] [stderr]     |        ------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 269 |     pt_on_a_local_space: Vec3,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 270 |     pt_on_b_local_space: Vec3,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 271 |     normal: Vec3, 
[INFO] [stderr] 272 |     separation_distance: f32,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Contact` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `new_simple` and `new_many` are never used
[INFO] [stderr]    --> src/engine.rs:434:12
[INFO] [stderr]     |
[INFO] [stderr] 433 | impl Scene {
[INFO] [stderr]     | ---------- associated functions in this implementation
[INFO] [stderr] 434 |     pub fn new_simple() -> Scene {
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 534 |     pub fn new_many() -> Scene {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `physics` (bin "physics" test) generated 9 warnings
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/physics-140ec264a24fadbc)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/physics-a9f5ba13821daa35)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests physics
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b", kill_on_drop: false }`
[INFO] [stdout] be198ef388c9f91f19016622c657e72c3d15862e76ceaeca4c736d333101b88b
