[INFO] fetching crate bullet_rs 0.0.1...
[INFO] checking bullet_rs-0.0.1 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate bullet_rs 0.0.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate bullet_rs 0.0.1 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "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-4-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6b92107db926df68333c5a3d5663a0701f069c731df384aebbda28508629a049
[INFO] running `Command { std: "docker" "start" "-a" "6b92107db926df68333c5a3d5663a0701f069c731df384aebbda28508629a049", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6b92107db926df68333c5a3d5663a0701f069c731df384aebbda28508629a049", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b92107db926df68333c5a3d5663a0701f069c731df384aebbda28508629a049", kill_on_drop: false }`
[INFO] [stdout] 6b92107db926df68333c5a3d5663a0701f069c731df384aebbda28508629a049
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 598c3e4448e2a4cc95cb746f53c88bf9c09374614b5eb2ccc625aa545aa53853
[INFO] running `Command { std: "docker" "start" "-a" "598c3e4448e2a4cc95cb746f53c88bf9c09374614b5eb2ccc625aa545aa53853", kill_on_drop: false }`
[INFO] [stderr]     Checking 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: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: 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: 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: 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: 9 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "598c3e4448e2a4cc95cb746f53c88bf9c09374614b5eb2ccc625aa545aa53853", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "598c3e4448e2a4cc95cb746f53c88bf9c09374614b5eb2ccc625aa545aa53853", kill_on_drop: false }`
[INFO] [stdout] 598c3e4448e2a4cc95cb746f53c88bf9c09374614b5eb2ccc625aa545aa53853
