Jul 12 05:03:39.815 INFO checking linux-api-math-0.0.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 05:03:39.816 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 05:03:39.816 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 05:03:39.816 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 05:03:40.044 INFO blam! d503ba5a216f6f0e95d0897b3811bf7cd4891d966d1d93d60fcb3a0f9ee5f887 Jul 12 05:03:40.046 INFO running `"docker" "start" "-a" "d503ba5a216f6f0e95d0897b3811bf7cd4891d966d1d93d60fcb3a0f9ee5f887"` Jul 12 05:03:40.741 INFO kablam! Checking linux-api-math v0.0.1 (file:///source) Jul 12 05:03:41.309 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.309 INFO kablam! --> src/lib.rs:211:28 Jul 12 05:03:41.309 INFO kablam! | Jul 12 05:03:41.309 INFO kablam! 211 | assert!(result.abs_sub(0.5) <= 0.000001); Jul 12 05:03:41.309 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.309 INFO kablam! | Jul 12 05:03:41.309 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 05:03:41.309 INFO kablam! Jul 12 05:03:41.317 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.317 INFO kablam! --> src/lib.rs:224:28 Jul 12 05:03:41.317 INFO kablam! | Jul 12 05:03:41.317 INFO kablam! 224 | assert!(result.abs_sub(0.5) <= 0.000001); Jul 12 05:03:41.317 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.317 INFO kablam! Jul 12 05:03:41.318 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.318 INFO kablam! --> src/lib.rs:237:28 Jul 12 05:03:41.318 INFO kablam! | Jul 12 05:03:41.318 INFO kablam! 237 | assert!(result.abs_sub(0.5) <= 0.000001); Jul 12 05:03:41.318 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.319 INFO kablam! Jul 12 05:03:41.319 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.319 INFO kablam! --> src/lib.rs:250:28 Jul 12 05:03:41.319 INFO kablam! | Jul 12 05:03:41.319 INFO kablam! 250 | assert!(result.abs_sub(0.5) <= 0.000001); Jul 12 05:03:41.319 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.320 INFO kablam! Jul 12 05:03:41.320 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.321 INFO kablam! --> src/lib.rs:263:28 Jul 12 05:03:41.321 INFO kablam! | Jul 12 05:03:41.321 INFO kablam! 263 | assert!(result.abs_sub(1.0) <= 0.000001); Jul 12 05:03:41.321 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.321 INFO kablam! Jul 12 05:03:41.322 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.322 INFO kablam! --> src/lib.rs:276:28 Jul 12 05:03:41.322 INFO kablam! | Jul 12 05:03:41.322 INFO kablam! 276 | assert!(result.abs_sub(1.0) <= 0.000001); Jul 12 05:03:41.322 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.322 INFO kablam! Jul 12 05:03:41.323 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.323 INFO kablam! --> src/lib.rs:289:28 Jul 12 05:03:41.323 INFO kablam! | Jul 12 05:03:41.323 INFO kablam! 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Jul 12 05:03:41.323 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.323 INFO kablam! Jul 12 05:03:41.324 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.324 INFO kablam! --> src/lib.rs:302:28 Jul 12 05:03:41.324 INFO kablam! | Jul 12 05:03:41.324 INFO kablam! 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Jul 12 05:03:41.324 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.324 INFO kablam! Jul 12 05:03:41.325 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.325 INFO kablam! --> src/lib.rs:315:28 Jul 12 05:03:41.325 INFO kablam! | Jul 12 05:03:41.325 INFO kablam! 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Jul 12 05:03:41.325 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.325 INFO kablam! Jul 12 05:03:41.327 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.327 INFO kablam! --> src/lib.rs:328:28 Jul 12 05:03:41.327 INFO kablam! | Jul 12 05:03:41.327 INFO kablam! 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Jul 12 05:03:41.327 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.327 INFO kablam! Jul 12 05:03:41.328 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.328 INFO kablam! --> src/lib.rs:341:28 Jul 12 05:03:41.328 INFO kablam! | Jul 12 05:03:41.328 INFO kablam! 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Jul 12 05:03:41.328 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.328 INFO kablam! Jul 12 05:03:41.329 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.330 INFO kablam! --> src/lib.rs:354:28 Jul 12 05:03:41.330 INFO kablam! | Jul 12 05:03:41.330 INFO kablam! 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Jul 12 05:03:41.330 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.330 INFO kablam! Jul 12 05:03:41.331 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.332 INFO kablam! --> src/lib.rs:368:28 Jul 12 05:03:41.332 INFO kablam! | Jul 12 05:03:41.332 INFO kablam! 368 | assert!(result.abs_sub(135.0) <= 0.000001); Jul 12 05:03:41.332 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.332 INFO kablam! Jul 12 05:03:41.333 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.333 INFO kablam! --> src/lib.rs:382:28 Jul 12 05:03:41.333 INFO kablam! | Jul 12 05:03:41.333 INFO kablam! 382 | assert!(result.abs_sub(135.0) <= 0.000001); Jul 12 05:03:41.333 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.334 INFO kablam! Jul 12 05:03:41.334 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.334 INFO kablam! --> src/lib.rs:393:33 Jul 12 05:03:41.335 INFO kablam! | Jul 12 05:03:41.335 INFO kablam! 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Jul 12 05:03:41.335 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.335 INFO kablam! Jul 12 05:03:41.335 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.335 INFO kablam! --> src/lib.rs:406:34 Jul 12 05:03:41.336 INFO kablam! | Jul 12 05:03:41.336 INFO kablam! 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Jul 12 05:03:41.336 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.336 INFO kablam! Jul 12 05:03:41.337 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.337 INFO kablam! --> src/lib.rs:419:33 Jul 12 05:03:41.337 INFO kablam! | Jul 12 05:03:41.337 INFO kablam! 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Jul 12 05:03:41.337 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.337 INFO kablam! Jul 12 05:03:41.338 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.338 INFO kablam! --> src/lib.rs:432:34 Jul 12 05:03:41.338 INFO kablam! | Jul 12 05:03:41.338 INFO kablam! 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Jul 12 05:03:41.338 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.338 INFO kablam! Jul 12 05:03:41.339 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.339 INFO kablam! --> src/lib.rs:445:33 Jul 12 05:03:41.339 INFO kablam! | Jul 12 05:03:41.339 INFO kablam! 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Jul 12 05:03:41.339 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.339 INFO kablam! Jul 12 05:03:41.340 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.340 INFO kablam! --> src/lib.rs:458:34 Jul 12 05:03:41.340 INFO kablam! | Jul 12 05:03:41.340 INFO kablam! 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Jul 12 05:03:41.340 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.340 INFO kablam! Jul 12 05:03:41.343 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.343 INFO kablam! --> src/lib.rs:471:34 Jul 12 05:03:41.343 INFO kablam! | Jul 12 05:03:41.343 INFO kablam! 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Jul 12 05:03:41.343 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.343 INFO kablam! Jul 12 05:03:41.345 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.345 INFO kablam! --> src/lib.rs:484:35 Jul 12 05:03:41.345 INFO kablam! | Jul 12 05:03:41.345 INFO kablam! 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Jul 12 05:03:41.345 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.345 INFO kablam! Jul 12 05:03:41.347 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.347 INFO kablam! --> src/lib.rs:497:34 Jul 12 05:03:41.347 INFO kablam! | Jul 12 05:03:41.347 INFO kablam! 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Jul 12 05:03:41.347 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.347 INFO kablam! Jul 12 05:03:41.348 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.348 INFO kablam! --> src/lib.rs:510:35 Jul 12 05:03:41.348 INFO kablam! | Jul 12 05:03:41.348 INFO kablam! 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Jul 12 05:03:41.349 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.349 INFO kablam! Jul 12 05:03:41.349 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.350 INFO kablam! --> src/lib.rs:523:34 Jul 12 05:03:41.350 INFO kablam! | Jul 12 05:03:41.350 INFO kablam! 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Jul 12 05:03:41.350 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.350 INFO kablam! Jul 12 05:03:41.351 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.351 INFO kablam! --> src/lib.rs:536:35 Jul 12 05:03:41.351 INFO kablam! | Jul 12 05:03:41.351 INFO kablam! 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Jul 12 05:03:41.351 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.351 INFO kablam! Jul 12 05:03:41.352 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.352 INFO kablam! --> src/lib.rs:548:32 Jul 12 05:03:41.352 INFO kablam! | Jul 12 05:03:41.352 INFO kablam! 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Jul 12 05:03:41.352 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.352 INFO kablam! Jul 12 05:03:41.353 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.353 INFO kablam! --> src/lib.rs:559:33 Jul 12 05:03:41.353 INFO kablam! | Jul 12 05:03:41.353 INFO kablam! 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Jul 12 05:03:41.353 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.353 INFO kablam! Jul 12 05:03:41.354 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.354 INFO kablam! --> src/lib.rs:570:32 Jul 12 05:03:41.354 INFO kablam! | Jul 12 05:03:41.354 INFO kablam! 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Jul 12 05:03:41.354 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.354 INFO kablam! Jul 12 05:03:41.355 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.355 INFO kablam! --> src/lib.rs:581:33 Jul 12 05:03:41.355 INFO kablam! | Jul 12 05:03:41.355 INFO kablam! 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Jul 12 05:03:41.355 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.355 INFO kablam! Jul 12 05:03:41.450 INFO kablam! warning: use of deprecated item 'std::f64::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdim` in C). If you truly need the positive difference, consider using that expression or the C function `fdim`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.450 INFO kablam! --> src/lib.rs:692:52 Jul 12 05:03:41.450 INFO kablam! | Jul 12 05:03:41.450 INFO kablam! 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Jul 12 05:03:41.450 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.450 INFO kablam! Jul 12 05:03:41.450 INFO kablam! warning: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Jul 12 05:03:41.451 INFO kablam! --> src/lib.rs:702:53 Jul 12 05:03:41.451 INFO kablam! | Jul 12 05:03:41.451 INFO kablam! 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Jul 12 05:03:41.451 INFO kablam! | ^^^^^^^ Jul 12 05:03:41.451 INFO kablam! Jul 12 05:03:41.552 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Jul 12 05:03:41.555 INFO kablam! su: No module specific data is present Jul 12 05:03:42.153 INFO running `"docker" "rm" "-f" "d503ba5a216f6f0e95d0897b3811bf7cd4891d966d1d93d60fcb3a0f9ee5f887"` Jul 12 05:03:42.317 INFO blam! d503ba5a216f6f0e95d0897b3811bf7cd4891d966d1d93d60fcb3a0f9ee5f887