[INFO] fetching crate bullet_rs 0.0.1...
[INFO] testing bullet_rs-0.0.1 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate bullet_rs 0.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate bullet_rs 0.0.1 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bullet_rs 0.0.1
[INFO] finished tweaking crates.io crate bullet_rs 0.0.1
[INFO] tweaked toml for crates.io crate bullet_rs 0.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate bullet_rs 0.0.1 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32dfd6bb6d8c5296f2da3031bc9608f30d444122535be67b75eda7ae9b2f1c52
[INFO] running `Command { std: "docker" "start" "-a" "32dfd6bb6d8c5296f2da3031bc9608f30d444122535be67b75eda7ae9b2f1c52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32dfd6bb6d8c5296f2da3031bc9608f30d444122535be67b75eda7ae9b2f1c52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32dfd6bb6d8c5296f2da3031bc9608f30d444122535be67b75eda7ae9b2f1c52", kill_on_drop: false }`
[INFO] [stdout] 32dfd6bb6d8c5296f2da3031bc9608f30d444122535be67b75eda7ae9b2f1c52
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe5009bbddcbbddac643574d0556ce6674251d48df916c191ee4c71cff0fab5f
[INFO] running `Command { std: "docker" "start" "-a" "fe5009bbddcbbddac643574d0556ce6674251d48df916c191ee4c71cff0fab5f", kill_on_drop: false }`
[INFO] [stderr]    Compiling bullet_rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 296 |         return self * 1.0 / rhs;
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 424 |         return nrm.normalized();
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:705:27
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:705:45
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:705:63
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:714:27
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:714:45
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:714:63
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/bt_vector3.rs:422:23
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let nrm = self.clone();
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 422 -         let nrm = self.clone();
[INFO] [stdout] 422 +         let nrm = self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 120 + #[derive(Clone)]
[INFO] [stdout] 121 | pub struct BtVector3 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "fe5009bbddcbbddac643574d0556ce6674251d48df916c191ee4c71cff0fab5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe5009bbddcbbddac643574d0556ce6674251d48df916c191ee4c71cff0fab5f", kill_on_drop: false }`
[INFO] [stdout] fe5009bbddcbbddac643574d0556ce6674251d48df916c191ee4c71cff0fab5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0e3991f1c13ed74a1effe2c8c44da692086f940b450bd3993876b41311b3b5a
[INFO] running `Command { std: "docker" "start" "-a" "c0e3991f1c13ed74a1effe2c8c44da692086f940b450bd3993876b41311b3b5a", kill_on_drop: false }`
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 296 |         return self * 1.0 / rhs;
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 424 |         return nrm.normalized();
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:705:27
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:705:45
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:705:63
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:714:27
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:714:45
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bullet_rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:714:63
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/bt_vector3.rs:422:23
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let nrm = self.clone();
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 422 -         let nrm = self.clone();
[INFO] [stdout] 422 +         let nrm = self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 120 + #[derive(Clone)]
[INFO] [stdout] 121 | pub struct BtVector3 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 296 |         return self * 1.0 / rhs;
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 424 |         return nrm.normalized();
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:705:27
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:705:45
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:705:63
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:714:27
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:714:45
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:714:63
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/bt_vector3.rs:422:23
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let nrm = self.clone();
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 422 -         let nrm = self.clone();
[INFO] [stdout] 422 +         let nrm = self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 120 + #[derive(Clone)]
[INFO] [stdout] 121 | pub struct BtVector3 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "c0e3991f1c13ed74a1effe2c8c44da692086f940b450bd3993876b41311b3b5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0e3991f1c13ed74a1effe2c8c44da692086f940b450bd3993876b41311b3b5a", kill_on_drop: false }`
[INFO] [stdout] c0e3991f1c13ed74a1effe2c8c44da692086f940b450bd3993876b41311b3b5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 33aabf45a82a31cb8a4dc35372a4b8780c8f034b79b260074c2bca8c782f2062
[INFO] running `Command { std: "docker" "start" "-a" "33aabf45a82a31cb8a4dc35372a4b8780c8f034b79b260074c2bca8c782f2062", kill_on_drop: false }`
[INFO] [stderr] warning: function cannot return without recursing
[INFO] [stderr]    --> src/bt_vector3.rs:295:5
[INFO] [stderr]     |
[INFO] [stderr] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stderr] 296 |         return self * 1.0 / rhs;
[INFO] [stderr]     |                ---------------- recursive call site
[INFO] [stderr]     |
[INFO] [stderr]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stderr]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function cannot return without recursing
[INFO] [stderr]    --> src/bt_vector3.rs:421:5
[INFO] [stderr]     |
[INFO] [stderr] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stderr] ...
[INFO] [stderr] 424 |         return nrm.normalized();
[INFO] [stderr]     |                ---------------- recursive call site
[INFO] [stderr]     |
[INFO] [stderr]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array`
[INFO] [stderr]    --> src/bt_vector3.rs:705:27
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array_count`
[INFO] [stderr]    --> src/bt_vector3.rs:705:45
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dot_out`
[INFO] [stderr]    --> src/bt_vector3.rs:705:63
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array`
[INFO] [stderr]    --> src/bt_vector3.rs:714:27
[INFO] [stderr]     |
[INFO] [stderr] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array_count`
[INFO] [stderr]    --> src/bt_vector3.rs:714:45
[INFO] [stderr]     |
[INFO] [stderr] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dot_out`
[INFO] [stderr]    --> src/bt_vector3.rs:714:63
[INFO] [stderr]     |
[INFO] [stderr] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/bt_vector3.rs:422:23
[INFO] [stderr]     |
[INFO] [stderr] 422 |         let nrm = self.clone();
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 422 -         let nrm = self.clone();
[INFO] [stderr] 422 +         let nrm = self;
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr] 120 + #[derive(Clone)]
[INFO] [stderr] 121 | pub struct BtVector3 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `bullet_rs` (lib) generated 9 warnings (run `cargo fix --lib -p bullet_rs` to apply 1 suggestion)
[INFO] [stderr] warning: `bullet_rs` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bullet_rs-15a4f14fd1d0b066)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test bt_vector3::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bullet_rs-ecdce7d040feddc7)
[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] [stderr]    Doc-tests bullet_rs
[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" "33aabf45a82a31cb8a4dc35372a4b8780c8f034b79b260074c2bca8c782f2062", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33aabf45a82a31cb8a4dc35372a4b8780c8f034b79b260074c2bca8c782f2062", kill_on_drop: false }`
[INFO] [stdout] 33aabf45a82a31cb8a4dc35372a4b8780c8f034b79b260074c2bca8c782f2062
[INFO] testing bullet_rs-0.0.1 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate bullet_rs 0.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate bullet_rs 0.0.1 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bullet_rs 0.0.1
[INFO] finished tweaking crates.io crate bullet_rs 0.0.1
[INFO] tweaked toml for crates.io crate bullet_rs 0.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate bullet_rs 0.0.1 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a4597a6c6245cafa83fea37ed472ece272edf6502bf9337627cf4a21ddb8d14
[INFO] running `Command { std: "docker" "start" "-a" "0a4597a6c6245cafa83fea37ed472ece272edf6502bf9337627cf4a21ddb8d14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a4597a6c6245cafa83fea37ed472ece272edf6502bf9337627cf4a21ddb8d14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a4597a6c6245cafa83fea37ed472ece272edf6502bf9337627cf4a21ddb8d14", kill_on_drop: false }`
[INFO] [stdout] 0a4597a6c6245cafa83fea37ed472ece272edf6502bf9337627cf4a21ddb8d14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1d1d8f20c713b074c74e55ca82e2bfb710a3508d23be03a6efaa5ea6539aab2a
[INFO] running `Command { std: "docker" "start" "-a" "1d1d8f20c713b074c74e55ca82e2bfb710a3508d23be03a6efaa5ea6539aab2a", kill_on_drop: false }`
[INFO] [stderr]    Compiling bullet_rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 296 |         return self * 1.0 / rhs;
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 424 |         return nrm.normalized();
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:705:27
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:705:45
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:705:63
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:714:27
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:714:45
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:714:63
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/bt_vector3.rs:422:23
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let nrm = self.clone();
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 422 -         let nrm = self.clone();
[INFO] [stdout] 422 +         let nrm = self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 120 + #[derive(Clone)]
[INFO] [stdout] 121 | pub struct BtVector3 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "1d1d8f20c713b074c74e55ca82e2bfb710a3508d23be03a6efaa5ea6539aab2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d1d8f20c713b074c74e55ca82e2bfb710a3508d23be03a6efaa5ea6539aab2a", kill_on_drop: false }`
[INFO] [stdout] 1d1d8f20c713b074c74e55ca82e2bfb710a3508d23be03a6efaa5ea6539aab2a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6702139d6946c938157a154f8bc835d5cebba5a1c17097d1a88123e08d4af2f1
[INFO] running `Command { std: "docker" "start" "-a" "6702139d6946c938157a154f8bc835d5cebba5a1c17097d1a88123e08d4af2f1", kill_on_drop: false }`
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 296 |         return self * 1.0 / rhs;
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 424 |         return nrm.normalized();
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:705:27
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:705:45
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:705:63
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:714:27
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:714:45
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:714:63
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bullet_rs v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/bt_vector3.rs:422:23
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let nrm = self.clone();
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 422 -         let nrm = self.clone();
[INFO] [stdout] 422 +         let nrm = self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 120 + #[derive(Clone)]
[INFO] [stdout] 121 | pub struct BtVector3 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] 296 |         return self * 1.0 / rhs;
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function cannot return without recursing
[INFO] [stdout]    --> src/bt_vector3.rs:421:5
[INFO] [stdout]     |
[INFO] [stdout] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stdout] ...
[INFO] [stdout] 424 |         return nrm.normalized();
[INFO] [stdout]     |                ---------------- recursive call site
[INFO] [stdout]     |
[INFO] [stdout]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:705:27
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:705:45
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:705:63
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array`
[INFO] [stdout]    --> src/bt_vector3.rs:714:27
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `array_count`
[INFO] [stdout]    --> src/bt_vector3.rs:714:45
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dot_out`
[INFO] [stdout]    --> src/bt_vector3.rs:714:63
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stdout]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/bt_vector3.rs:422:23
[INFO] [stdout]     |
[INFO] [stdout] 422 |         let nrm = self.clone();
[INFO] [stdout]     |                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 422 -         let nrm = self.clone();
[INFO] [stdout] 422 +         let nrm = self;
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stdout]     |
[INFO] [stdout] 120 + #[derive(Clone)]
[INFO] [stdout] 121 | pub struct BtVector3 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] running `Command { std: "docker" "inspect" "6702139d6946c938157a154f8bc835d5cebba5a1c17097d1a88123e08d4af2f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6702139d6946c938157a154f8bc835d5cebba5a1c17097d1a88123e08d4af2f1", kill_on_drop: false }`
[INFO] [stdout] 6702139d6946c938157a154f8bc835d5cebba5a1c17097d1a88123e08d4af2f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 367605a396b7a839c57c23592837aa925fa1316d9cde7105fccccc76d569c528
[INFO] running `Command { std: "docker" "start" "-a" "367605a396b7a839c57c23592837aa925fa1316d9cde7105fccccc76d569c528", kill_on_drop: false }`
[INFO] [stderr] warning: function cannot return without recursing
[INFO] [stderr]    --> src/bt_vector3.rs:295:5
[INFO] [stderr]     |
[INFO] [stderr] 295 |     fn div(self, rhs: f32) -> Self::Output {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stderr] 296 |         return self * 1.0 / rhs;
[INFO] [stderr]     |                ---------------- recursive call site
[INFO] [stderr]     |
[INFO] [stderr]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stderr]     = note: `#[warn(unconditional_recursion)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function cannot return without recursing
[INFO] [stderr]    --> src/bt_vector3.rs:421:5
[INFO] [stderr]     |
[INFO] [stderr] 421 |     pub fn normalized(&self) -> &BtVector3 {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing
[INFO] [stderr] ...
[INFO] [stderr] 424 |         return nrm.normalized();
[INFO] [stderr]     |                ---------------- recursive call site
[INFO] [stderr]     |
[INFO] [stderr]     = help: a `loop` may express intention better if this is on purpose
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array`
[INFO] [stderr]    --> src/bt_vector3.rs:705:27
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array_count`
[INFO] [stderr]    --> src/bt_vector3.rs:705:45
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dot_out`
[INFO] [stderr]    --> src/bt_vector3.rs:705:63
[INFO] [stderr]     |
[INFO] [stderr] 705 |     pub fn max_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array`
[INFO] [stderr]    --> src/bt_vector3.rs:714:27
[INFO] [stderr]     |
[INFO] [stderr] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_array`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `array_count`
[INFO] [stderr]    --> src/bt_vector3.rs:714:45
[INFO] [stderr]     |
[INFO] [stderr] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_array_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dot_out`
[INFO] [stderr]    --> src/bt_vector3.rs:714:63
[INFO] [stderr]     |
[INFO] [stderr] 714 |     pub fn min_dot(&self, array: BtVector3, array_count: i64, dot_out: &mut BtScalar) -> i64 {
[INFO] [stderr]     |                                                               ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dot_out`
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> src/bt_vector3.rs:422:23
[INFO] [stderr]     |
[INFO] [stderr] 422 |         let nrm = self.clone();
[INFO] [stderr]     |                       ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `BtVector3` does not implement `Clone`, so calling `clone` on `&BtVector3` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 422 -         let nrm = self.clone();
[INFO] [stderr] 422 +         let nrm = self;
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `BtVector3`, implement `Clone` for it
[INFO] [stderr]     |
[INFO] [stderr] 120 + #[derive(Clone)]
[INFO] [stderr] 121 | pub struct BtVector3 {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `bullet_rs` (lib) generated 9 warnings (run `cargo fix --lib -p bullet_rs` to apply 1 suggestion)
[INFO] [stderr] warning: `bullet_rs` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bullet_rs-15a4f14fd1d0b066)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test bt_vector3::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bullet_rs-ecdce7d040feddc7)
[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] [stderr]    Doc-tests bullet_rs
[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" "367605a396b7a839c57c23592837aa925fa1316d9cde7105fccccc76d569c528", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "367605a396b7a839c57c23592837aa925fa1316d9cde7105fccccc76d569c528", kill_on_drop: false }`
[INFO] [stdout] 367605a396b7a839c57c23592837aa925fa1316d9cde7105fccccc76d569c528
