[INFO] crate rhusics-core 0.7.0 is already in cache [INFO] extracting crate rhusics-core 0.7.0 into work/ex/clippy-test-run/sources/stable/reg/rhusics-core/0.7.0 [INFO] extracting crate rhusics-core 0.7.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rhusics-core/0.7.0 [INFO] validating manifest of rhusics-core-0.7.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rhusics-core-0.7.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rhusics-core-0.7.0 [INFO] finished frobbing rhusics-core-0.7.0 [INFO] frobbed toml for rhusics-core-0.7.0 written to work/ex/clippy-test-run/sources/stable/reg/rhusics-core/0.7.0/Cargo.toml [INFO] started frobbing rhusics-core-0.7.0 [INFO] finished frobbing rhusics-core-0.7.0 [INFO] frobbed toml for rhusics-core-0.7.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/rhusics-core/0.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting rhusics-core-0.7.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/rhusics-core/0.7.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b14c09dcea9681f9d525dabac1e56405dafbb0c9b1ec736ce39d1f9aa567e2a8 [INFO] running `"docker" "start" "-a" "b14c09dcea9681f9d525dabac1e56405dafbb0c9b1ec736ce39d1f9aa567e2a8"` [INFO] [stderr] Checking serde v1.0.85 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking collision v0.18.0 [INFO] [stderr] Checking rhusics-transform v0.4.0 [INFO] [stderr] Checking rhusics-core v0.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | #![allow(unknown_lints, type_complexity, borrowed_box)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `borrowed_box` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:42 [INFO] [stderr] | [INFO] [stderr] 32 | #![allow(unknown_lints, type_complexity, borrowed_box)] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::borrowed_box` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | #![allow(unknown_lints, type_complexity, borrowed_box)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(renamed_and_removed_lints)] on by default [INFO] [stderr] [INFO] [stderr] warning: lint name `borrowed_box` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:42 [INFO] [stderr] | [INFO] [stderr] 32 | #![allow(unknown_lints, type_complexity, borrowed_box)] [INFO] [stderr] | ^^^^^^^^^^^^ help: change it to: `clippy::borrowed_box` [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | #![allow(unknown_lints, type_complexity, borrowed_box)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/collide/narrow.rs:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | assert_ulps_eq!(0.16666666666666666, contact.time_of_impact); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `0.166_666_666_666_666_66` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::unreadable_literal)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/collide/narrow.rs:328:25 [INFO] [stderr] | [INFO] [stderr] 328 | assert_ulps_eq!(0.16666666666666666, contact.time_of_impact); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `0.166_666_666_666_666_66` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/physics/resolution.rs:357:38 [INFO] [stderr] | [INFO] [stderr] 357 | Point2::new(-0.04900000075250864, 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `0.049_000_000_752_508_64` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/physics/resolution.rs:366:37 [INFO] [stderr] | [INFO] [stderr] 366 | Point2::new(1.0490000007525087, 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: consider: `1.049_000_000_752_508_7` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/physics/resolution.rs:403:38 [INFO] [stderr] | [INFO] [stderr] 403 | Point2::new(-0.04900000075250864, 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider: `0.049_000_000_752_508_64` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: long literal lacking separators [INFO] [stderr] --> src/physics/resolution.rs:412:37 [INFO] [stderr] | [INFO] [stderr] 412 | Point2::new(1.0490000007525087, 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: consider: `1.049_000_000_752_508_7` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unreadable_literal [INFO] [stderr] [INFO] [stderr] warning: lint name `type_complexity` is deprecated and may not have an effect in the future. Also `cfg_attr(cargo-clippy)` won't be necessary anymore [INFO] [stderr] --> src/lib.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | #![allow(unknown_lints, type_complexity, borrowed_box)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: change it to: `clippy::type_complexity` [INFO] [stderr] [INFO] [stderr] warning: float has excessive precision [INFO] [stderr] --> src/collide/narrow.rs:285:25 [INFO] [stderr] | [INFO] [stderr] 285 | assert_ulps_eq!(0.16666666666666666, contact.time_of_impact); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider changing the type or truncating it to: `0.166_666_67` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(clippy::excessive_precision)] on by default [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision [INFO] [stderr] [INFO] [stderr] warning: float has excessive precision [INFO] [stderr] --> src/physics/resolution.rs:357:38 [INFO] [stderr] | [INFO] [stderr] 357 | Point2::new(-0.04900000075250864, 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider changing the type or truncating it to: `0.049_000_002` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision [INFO] [stderr] [INFO] [stderr] warning: float has excessive precision [INFO] [stderr] --> src/physics/resolution.rs:366:37 [INFO] [stderr] | [INFO] [stderr] 366 | Point2::new(1.0490000007525087, 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: consider changing the type or truncating it to: `1.049` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#excessive_precision [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[deny(clippy::float_cmp)] on by default [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:120:9 [INFO] [stderr] | [INFO] [stderr] 120 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:120:9 [INFO] [stderr] | [INFO] [stderr] 120 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | assert_eq!(-1., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 162 | assert_eq!(-1., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:210:9 [INFO] [stderr] | [INFO] [stderr] 210 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:227:9 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:234:9 [INFO] [stderr] | [INFO] [stderr] 234 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:243:9 [INFO] [stderr] | [INFO] [stderr] 243 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:243:9 [INFO] [stderr] | [INFO] [stderr] 243 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 251 | assert_eq!(0., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/force.rs:259:9 [INFO] [stderr] | [INFO] [stderr] 259 | assert_eq!(-1., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/force.rs:259:9 [INFO] [stderr] | [INFO] [stderr] 259 | assert_eq!(-1., forces.consume_torque()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/velocity.rs:244:9 [INFO] [stderr] | [INFO] [stderr] 244 | assert_eq!(0.2, orientation); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/velocity.rs:244:9 [INFO] [stderr] | [INFO] [stderr] 244 | assert_eq!(0.2, orientation); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: strict comparison of f32 or f64 [INFO] [stderr] --> src/physics/velocity.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | assert_eq!(0.2, orientation); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: std::f32::EPSILON and std::f64::EPSILON are available. [INFO] [stderr] --> src/physics/velocity.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | assert_eq!(0.2, orientation); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#float_cmp [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `rhusics-core`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b14c09dcea9681f9d525dabac1e56405dafbb0c9b1ec736ce39d1f9aa567e2a8"` [INFO] running `"docker" "rm" "-f" "b14c09dcea9681f9d525dabac1e56405dafbb0c9b1ec736ce39d1f9aa567e2a8"` [INFO] [stdout] b14c09dcea9681f9d525dabac1e56405dafbb0c9b1ec736ce39d1f9aa567e2a8