[INFO] fetching crate bullet_rs 0.0.1... [INFO] testing bullet_rs-0.0.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate bullet_rs 0.0.1 into /workspace/builds/worker-75/source [INFO] validating manifest of crates.io crate bullet_rs 0.0.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-75/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: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20eec8c338c08f3c34b878d5a5ac7816d92cb9216139f1625e5cc1ce40aee010 [INFO] running `Command { std: "docker" "start" "-a" "20eec8c338c08f3c34b878d5a5ac7816d92cb9216139f1625e5cc1ce40aee010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20eec8c338c08f3c34b878d5a5ac7816d92cb9216139f1625e5cc1ce40aee010", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20eec8c338c08f3c34b878d5a5ac7816d92cb9216139f1625e5cc1ce40aee010", kill_on_drop: false }` [INFO] [stdout] 20eec8c338c08f3c34b878d5a5ac7816d92cb9216139f1625e5cc1ce40aee010 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 49432b79f72f33a3e3e22ba34125a8d27e3f4a15e216e165808228c3c692e818 [INFO] running `Command { std: "docker" "start" "-a" "49432b79f72f33a3e3e22ba34125a8d27e3f4a15e216e165808228c3c692e818", kill_on_drop: false }` [INFO] [stderr] Compiling bullet_rs v0.0.1 (/opt/rustwide/workdir) [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: 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] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.68s [INFO] running `Command { std: "docker" "inspect" "49432b79f72f33a3e3e22ba34125a8d27e3f4a15e216e165808228c3c692e818", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49432b79f72f33a3e3e22ba34125a8d27e3f4a15e216e165808228c3c692e818", kill_on_drop: false }` [INFO] [stdout] 49432b79f72f33a3e3e22ba34125a8d27e3f4a15e216e165808228c3c692e818 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c4d3719fe1ac62407e8ba1cdfe0e19de5a91b7b467b86b57a32ae9b1d794491 [INFO] running `Command { std: "docker" "start" "-a" "5c4d3719fe1ac62407e8ba1cdfe0e19de5a91b7b467b86b57a32ae9b1d794491", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: 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] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bullet_rs v0.0.1 (/opt/rustwide/workdir) [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: 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] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "5c4d3719fe1ac62407e8ba1cdfe0e19de5a91b7b467b86b57a32ae9b1d794491", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c4d3719fe1ac62407e8ba1cdfe0e19de5a91b7b467b86b57a32ae9b1d794491", kill_on_drop: false }` [INFO] [stdout] 5c4d3719fe1ac62407e8ba1cdfe0e19de5a91b7b467b86b57a32ae9b1d794491 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-75/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f1313ab6e8b7bb3c57d401b969d9131b273bce420c44a1ae03dc2c239879f5e [INFO] running `Command { std: "docker" "start" "-a" "0f1313ab6e8b7bb3c57d401b969d9131b273bce420c44a1ae03dc2c239879f5e", kill_on_drop: false }` [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: 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] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stderr] = help: a `loop` may express intention better if this is on purpose [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: `bullet_rs` (lib) generated 8 warnings [INFO] [stderr] warning: `bullet_rs` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bullet_rs-e291c768aaec812c) [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.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bullet_rs-0edcdd57cfefa35e) [INFO] [stdout] [INFO] [stderr] Doc-tests bullet_rs [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" "0f1313ab6e8b7bb3c57d401b969d9131b273bce420c44a1ae03dc2c239879f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f1313ab6e8b7bb3c57d401b969d9131b273bce420c44a1ae03dc2c239879f5e", kill_on_drop: false }` [INFO] [stdout] 0f1313ab6e8b7bb3c57d401b969d9131b273bce420c44a1ae03dc2c239879f5e