Sep 06 04:18:53.552 INFO checking linux-api-math-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 04:18:53.552 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 04:18:53.552 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 04:18:53.695 INFO blam! b7ed1dc57671d7949e9fa8b763e15b796a8a0a904e05232a4db40fd5537bda82 Sep 06 04:18:53.697 INFO running `"docker" "start" "-a" "b7ed1dc57671d7949e9fa8b763e15b796a8a0a904e05232a4db40fd5537bda82"` Sep 06 04:18:54.604 INFO kablam! usermod: no changes Sep 06 04:18:54.629 INFO kablam! Checking linux-api v0.0.5 Sep 06 04:18:54.898 INFO kablam! Checking linux-api-math v0.0.1 (file:///source) Sep 06 04:18:55.174 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). Sep 06 04:18:55.174 INFO kablam! --> src/lib.rs:211:28 Sep 06 04:18:55.174 INFO kablam! | Sep 06 04:18:55.174 INFO kablam! 211 | assert!(result.abs_sub(0.5) <= 0.000001); Sep 06 04:18:55.174 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.174 INFO kablam! | Sep 06 04:18:55.174 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 04:18:55.174 INFO kablam! Sep 06 04:18:55.179 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). Sep 06 04:18:55.179 INFO kablam! --> src/lib.rs:224:28 Sep 06 04:18:55.179 INFO kablam! | Sep 06 04:18:55.179 INFO kablam! 224 | assert!(result.abs_sub(0.5) <= 0.000001); Sep 06 04:18:55.179 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.179 INFO kablam! Sep 06 04:18:55.180 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). Sep 06 04:18:55.180 INFO kablam! --> src/lib.rs:237:28 Sep 06 04:18:55.180 INFO kablam! | Sep 06 04:18:55.180 INFO kablam! 237 | assert!(result.abs_sub(0.5) <= 0.000001); Sep 06 04:18:55.180 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.180 INFO kablam! Sep 06 04:18:55.180 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). Sep 06 04:18:55.180 INFO kablam! --> src/lib.rs:250:28 Sep 06 04:18:55.180 INFO kablam! | Sep 06 04:18:55.180 INFO kablam! 250 | assert!(result.abs_sub(0.5) <= 0.000001); Sep 06 04:18:55.180 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.180 INFO kablam! Sep 06 04:18:55.181 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). Sep 06 04:18:55.181 INFO kablam! --> src/lib.rs:263:28 Sep 06 04:18:55.181 INFO kablam! | Sep 06 04:18:55.181 INFO kablam! 263 | assert!(result.abs_sub(1.0) <= 0.000001); Sep 06 04:18:55.181 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.181 INFO kablam! Sep 06 04:18:55.181 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). Sep 06 04:18:55.181 INFO kablam! --> src/lib.rs:276:28 Sep 06 04:18:55.181 INFO kablam! | Sep 06 04:18:55.181 INFO kablam! 276 | assert!(result.abs_sub(1.0) <= 0.000001); Sep 06 04:18:55.181 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.181 INFO kablam! Sep 06 04:18:55.182 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). Sep 06 04:18:55.182 INFO kablam! --> src/lib.rs:289:28 Sep 06 04:18:55.182 INFO kablam! | Sep 06 04:18:55.182 INFO kablam! 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Sep 06 04:18:55.182 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.182 INFO kablam! Sep 06 04:18:55.182 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). Sep 06 04:18:55.182 INFO kablam! --> src/lib.rs:302:28 Sep 06 04:18:55.182 INFO kablam! | Sep 06 04:18:55.182 INFO kablam! 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Sep 06 04:18:55.182 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.182 INFO kablam! Sep 06 04:18:55.183 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). Sep 06 04:18:55.183 INFO kablam! --> src/lib.rs:315:28 Sep 06 04:18:55.183 INFO kablam! | Sep 06 04:18:55.183 INFO kablam! 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Sep 06 04:18:55.183 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.183 INFO kablam! Sep 06 04:18:55.183 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). Sep 06 04:18:55.183 INFO kablam! --> src/lib.rs:328:28 Sep 06 04:18:55.183 INFO kablam! | Sep 06 04:18:55.183 INFO kablam! 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Sep 06 04:18:55.183 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.183 INFO kablam! Sep 06 04:18:55.184 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). Sep 06 04:18:55.184 INFO kablam! --> src/lib.rs:341:28 Sep 06 04:18:55.184 INFO kablam! | Sep 06 04:18:55.184 INFO kablam! 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Sep 06 04:18:55.184 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.184 INFO kablam! Sep 06 04:18:55.184 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). Sep 06 04:18:55.184 INFO kablam! --> src/lib.rs:354:28 Sep 06 04:18:55.184 INFO kablam! | Sep 06 04:18:55.184 INFO kablam! 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Sep 06 04:18:55.184 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.184 INFO kablam! Sep 06 04:18:55.185 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). Sep 06 04:18:55.185 INFO kablam! --> src/lib.rs:368:28 Sep 06 04:18:55.185 INFO kablam! | Sep 06 04:18:55.185 INFO kablam! 368 | assert!(result.abs_sub(135.0) <= 0.000001); Sep 06 04:18:55.185 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.185 INFO kablam! Sep 06 04:18:55.185 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). Sep 06 04:18:55.185 INFO kablam! --> src/lib.rs:382:28 Sep 06 04:18:55.185 INFO kablam! | Sep 06 04:18:55.185 INFO kablam! 382 | assert!(result.abs_sub(135.0) <= 0.000001); Sep 06 04:18:55.185 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.185 INFO kablam! Sep 06 04:18:55.186 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). Sep 06 04:18:55.186 INFO kablam! --> src/lib.rs:393:33 Sep 06 04:18:55.186 INFO kablam! | Sep 06 04:18:55.186 INFO kablam! 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Sep 06 04:18:55.186 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.186 INFO kablam! Sep 06 04:18:55.186 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). Sep 06 04:18:55.186 INFO kablam! --> src/lib.rs:406:34 Sep 06 04:18:55.186 INFO kablam! | Sep 06 04:18:55.186 INFO kablam! 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Sep 06 04:18:55.186 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.186 INFO kablam! Sep 06 04:18:55.187 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). Sep 06 04:18:55.187 INFO kablam! --> src/lib.rs:419:33 Sep 06 04:18:55.187 INFO kablam! | Sep 06 04:18:55.187 INFO kablam! 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Sep 06 04:18:55.187 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.187 INFO kablam! Sep 06 04:18:55.187 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). Sep 06 04:18:55.187 INFO kablam! --> src/lib.rs:432:34 Sep 06 04:18:55.187 INFO kablam! | Sep 06 04:18:55.187 INFO kablam! 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Sep 06 04:18:55.187 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.187 INFO kablam! Sep 06 04:18:55.187 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). Sep 06 04:18:55.187 INFO kablam! --> src/lib.rs:445:33 Sep 06 04:18:55.187 INFO kablam! | Sep 06 04:18:55.187 INFO kablam! 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Sep 06 04:18:55.187 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.187 INFO kablam! Sep 06 04:18:55.188 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). Sep 06 04:18:55.188 INFO kablam! --> src/lib.rs:458:34 Sep 06 04:18:55.188 INFO kablam! | Sep 06 04:18:55.188 INFO kablam! 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Sep 06 04:18:55.188 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.188 INFO kablam! Sep 06 04:18:55.188 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). Sep 06 04:18:55.188 INFO kablam! --> src/lib.rs:471:34 Sep 06 04:18:55.188 INFO kablam! | Sep 06 04:18:55.188 INFO kablam! 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Sep 06 04:18:55.188 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.188 INFO kablam! Sep 06 04:18:55.189 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). Sep 06 04:18:55.189 INFO kablam! --> src/lib.rs:484:35 Sep 06 04:18:55.189 INFO kablam! | Sep 06 04:18:55.189 INFO kablam! 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Sep 06 04:18:55.189 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.189 INFO kablam! Sep 06 04:18:55.189 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). Sep 06 04:18:55.189 INFO kablam! --> src/lib.rs:497:34 Sep 06 04:18:55.189 INFO kablam! | Sep 06 04:18:55.189 INFO kablam! 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Sep 06 04:18:55.189 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.189 INFO kablam! Sep 06 04:18:55.190 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). Sep 06 04:18:55.190 INFO kablam! --> src/lib.rs:510:35 Sep 06 04:18:55.190 INFO kablam! | Sep 06 04:18:55.190 INFO kablam! 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Sep 06 04:18:55.190 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.190 INFO kablam! Sep 06 04:18:55.190 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). Sep 06 04:18:55.190 INFO kablam! --> src/lib.rs:523:34 Sep 06 04:18:55.190 INFO kablam! | Sep 06 04:18:55.190 INFO kablam! 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Sep 06 04:18:55.190 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.190 INFO kablam! Sep 06 04:18:55.191 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). Sep 06 04:18:55.191 INFO kablam! --> src/lib.rs:536:35 Sep 06 04:18:55.191 INFO kablam! | Sep 06 04:18:55.191 INFO kablam! 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Sep 06 04:18:55.191 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.191 INFO kablam! Sep 06 04:18:55.191 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). Sep 06 04:18:55.191 INFO kablam! --> src/lib.rs:548:32 Sep 06 04:18:55.191 INFO kablam! | Sep 06 04:18:55.191 INFO kablam! 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Sep 06 04:18:55.191 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.191 INFO kablam! Sep 06 04:18:55.191 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). Sep 06 04:18:55.191 INFO kablam! --> src/lib.rs:559:33 Sep 06 04:18:55.191 INFO kablam! | Sep 06 04:18:55.191 INFO kablam! 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Sep 06 04:18:55.191 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.191 INFO kablam! Sep 06 04:18:55.192 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). Sep 06 04:18:55.192 INFO kablam! --> src/lib.rs:570:32 Sep 06 04:18:55.192 INFO kablam! | Sep 06 04:18:55.192 INFO kablam! 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Sep 06 04:18:55.192 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.192 INFO kablam! Sep 06 04:18:55.192 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). Sep 06 04:18:55.192 INFO kablam! --> src/lib.rs:581:33 Sep 06 04:18:55.192 INFO kablam! | Sep 06 04:18:55.192 INFO kablam! 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Sep 06 04:18:55.192 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.192 INFO kablam! Sep 06 04:18:55.229 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). Sep 06 04:18:55.229 INFO kablam! --> src/lib.rs:692:52 Sep 06 04:18:55.229 INFO kablam! | Sep 06 04:18:55.229 INFO kablam! 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Sep 06 04:18:55.229 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.229 INFO kablam! Sep 06 04:18:55.229 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). Sep 06 04:18:55.229 INFO kablam! --> src/lib.rs:702:53 Sep 06 04:18:55.229 INFO kablam! | Sep 06 04:18:55.229 INFO kablam! 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Sep 06 04:18:55.229 INFO kablam! | ^^^^^^^ Sep 06 04:18:55.229 INFO kablam! Sep 06 04:18:55.278 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Sep 06 04:18:55.278 INFO kablam! su: No module specific data is present Sep 06 04:18:55.927 INFO running `"docker" "rm" "-f" "b7ed1dc57671d7949e9fa8b763e15b796a8a0a904e05232a4db40fd5537bda82"` Sep 06 04:18:55.998 INFO blam! b7ed1dc57671d7949e9fa8b763e15b796a8a0a904e05232a4db40fd5537bda82