Dec 12 11:56:09.530 INFO checking linux-api-math-0.0.1 against try#aa9aa79c3c583aab59ac9134542d60a780c35e2e for pr-56677 Dec 12 11:56:09.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-4/try#aa9aa79c3c583aab59ac9134542d60a780c35e2e:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56677/try#aa9aa79c3c583aab59ac9134542d60a780c35e2e:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +aa9aa79c3c583aab59ac9134542d60a780c35e2e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 12 11:56:09.683 INFO [stdout] 2a8e45d26aaea3f9625fd5246b8ace1e0fa2da0ef5bf4ce37ba30f762990c5c3 Dec 12 11:56:09.690 INFO running `"docker" "start" "-a" "2a8e45d26aaea3f9625fd5246b8ace1e0fa2da0ef5bf4ce37ba30f762990c5c3"` Dec 12 11:56:10.005 INFO [stderr] usermod: no changes Dec 12 11:56:10.047 INFO [stderr] Checking linux-api-math v0.0.1 (/source) Dec 12 11:56:10.647 INFO [stderr] 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). Dec 12 11:56:10.647 INFO [stderr] --> src/lib.rs:211:28 Dec 12 11:56:10.647 INFO [stderr] | Dec 12 11:56:10.647 INFO [stderr] 211 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 12 11:56:10.647 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.647 INFO [stderr] | Dec 12 11:56:10.647 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 12 11:56:10.647 INFO [stderr] Dec 12 11:56:10.650 INFO [stderr] 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). Dec 12 11:56:10.650 INFO [stderr] --> src/lib.rs:224:28 Dec 12 11:56:10.650 INFO [stderr] | Dec 12 11:56:10.650 INFO [stderr] 224 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 12 11:56:10.650 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.650 INFO [stderr] Dec 12 11:56:10.650 INFO [stderr] 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). Dec 12 11:56:10.651 INFO [stderr] --> src/lib.rs:237:28 Dec 12 11:56:10.651 INFO [stderr] | Dec 12 11:56:10.651 INFO [stderr] 237 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 12 11:56:10.651 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.651 INFO [stderr] Dec 12 11:56:10.651 INFO [stderr] 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). Dec 12 11:56:10.651 INFO [stderr] --> src/lib.rs:250:28 Dec 12 11:56:10.651 INFO [stderr] | Dec 12 11:56:10.651 INFO [stderr] 250 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 12 11:56:10.651 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.651 INFO [stderr] Dec 12 11:56:10.651 INFO [stderr] 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). Dec 12 11:56:10.651 INFO [stderr] --> src/lib.rs:263:28 Dec 12 11:56:10.651 INFO [stderr] | Dec 12 11:56:10.651 INFO [stderr] 263 | assert!(result.abs_sub(1.0) <= 0.000001); Dec 12 11:56:10.651 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.651 INFO [stderr] Dec 12 11:56:10.651 INFO [stderr] 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). Dec 12 11:56:10.651 INFO [stderr] --> src/lib.rs:276:28 Dec 12 11:56:10.651 INFO [stderr] | Dec 12 11:56:10.651 INFO [stderr] 276 | assert!(result.abs_sub(1.0) <= 0.000001); Dec 12 11:56:10.651 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.651 INFO [stderr] Dec 12 11:56:10.652 INFO [stderr] 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). Dec 12 11:56:10.653 INFO [stderr] --> src/lib.rs:289:28 Dec 12 11:56:10.653 INFO [stderr] | Dec 12 11:56:10.653 INFO [stderr] 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Dec 12 11:56:10.653 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.653 INFO [stderr] Dec 12 11:56:10.653 INFO [stderr] 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). Dec 12 11:56:10.653 INFO [stderr] --> src/lib.rs:302:28 Dec 12 11:56:10.653 INFO [stderr] | Dec 12 11:56:10.653 INFO [stderr] 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Dec 12 11:56:10.653 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.653 INFO [stderr] Dec 12 11:56:10.653 INFO [stderr] 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). Dec 12 11:56:10.653 INFO [stderr] --> src/lib.rs:315:28 Dec 12 11:56:10.653 INFO [stderr] | Dec 12 11:56:10.653 INFO [stderr] 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Dec 12 11:56:10.653 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.653 INFO [stderr] Dec 12 11:56:10.653 INFO [stderr] 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). Dec 12 11:56:10.653 INFO [stderr] --> src/lib.rs:328:28 Dec 12 11:56:10.653 INFO [stderr] | Dec 12 11:56:10.653 INFO [stderr] 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Dec 12 11:56:10.653 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.653 INFO [stderr] Dec 12 11:56:10.654 INFO [stderr] 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). Dec 12 11:56:10.654 INFO [stderr] --> src/lib.rs:341:28 Dec 12 11:56:10.654 INFO [stderr] | Dec 12 11:56:10.654 INFO [stderr] 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Dec 12 11:56:10.654 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.654 INFO [stderr] Dec 12 11:56:10.654 INFO [stderr] 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). Dec 12 11:56:10.654 INFO [stderr] --> src/lib.rs:354:28 Dec 12 11:56:10.654 INFO [stderr] | Dec 12 11:56:10.654 INFO [stderr] 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Dec 12 11:56:10.654 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.654 INFO [stderr] Dec 12 11:56:10.655 INFO [stderr] 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). Dec 12 11:56:10.655 INFO [stderr] --> src/lib.rs:368:28 Dec 12 11:56:10.655 INFO [stderr] | Dec 12 11:56:10.655 INFO [stderr] 368 | assert!(result.abs_sub(135.0) <= 0.000001); Dec 12 11:56:10.655 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.655 INFO [stderr] Dec 12 11:56:10.655 INFO [stderr] 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). Dec 12 11:56:10.655 INFO [stderr] --> src/lib.rs:382:28 Dec 12 11:56:10.655 INFO [stderr] | Dec 12 11:56:10.655 INFO [stderr] 382 | assert!(result.abs_sub(135.0) <= 0.000001); Dec 12 11:56:10.655 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.655 INFO [stderr] Dec 12 11:56:10.656 INFO [stderr] 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). Dec 12 11:56:10.656 INFO [stderr] --> src/lib.rs:393:33 Dec 12 11:56:10.656 INFO [stderr] | Dec 12 11:56:10.657 INFO [stderr] 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Dec 12 11:56:10.657 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.657 INFO [stderr] Dec 12 11:56:10.657 INFO [stderr] 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). Dec 12 11:56:10.657 INFO [stderr] --> src/lib.rs:406:34 Dec 12 11:56:10.657 INFO [stderr] | Dec 12 11:56:10.657 INFO [stderr] 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Dec 12 11:56:10.657 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.657 INFO [stderr] Dec 12 11:56:10.657 INFO [stderr] 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). Dec 12 11:56:10.657 INFO [stderr] --> src/lib.rs:419:33 Dec 12 11:56:10.657 INFO [stderr] | Dec 12 11:56:10.657 INFO [stderr] 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Dec 12 11:56:10.657 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.657 INFO [stderr] Dec 12 11:56:10.657 INFO [stderr] 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). Dec 12 11:56:10.657 INFO [stderr] --> src/lib.rs:432:34 Dec 12 11:56:10.657 INFO [stderr] | Dec 12 11:56:10.657 INFO [stderr] 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Dec 12 11:56:10.657 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.657 INFO [stderr] Dec 12 11:56:10.657 INFO [stderr] 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). Dec 12 11:56:10.657 INFO [stderr] --> src/lib.rs:445:33 Dec 12 11:56:10.657 INFO [stderr] | Dec 12 11:56:10.657 INFO [stderr] 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Dec 12 11:56:10.657 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.657 INFO [stderr] Dec 12 11:56:10.658 INFO [stderr] 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). Dec 12 11:56:10.658 INFO [stderr] --> src/lib.rs:458:34 Dec 12 11:56:10.658 INFO [stderr] | Dec 12 11:56:10.658 INFO [stderr] 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Dec 12 11:56:10.658 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.658 INFO [stderr] Dec 12 11:56:10.658 INFO [stderr] 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). Dec 12 11:56:10.658 INFO [stderr] --> src/lib.rs:471:34 Dec 12 11:56:10.658 INFO [stderr] | Dec 12 11:56:10.658 INFO [stderr] 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Dec 12 11:56:10.658 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.658 INFO [stderr] Dec 12 11:56:10.659 INFO [stderr] 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). Dec 12 11:56:10.659 INFO [stderr] --> src/lib.rs:484:35 Dec 12 11:56:10.659 INFO [stderr] | Dec 12 11:56:10.659 INFO [stderr] 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Dec 12 11:56:10.659 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.659 INFO [stderr] Dec 12 11:56:10.659 INFO [stderr] 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). Dec 12 11:56:10.659 INFO [stderr] --> src/lib.rs:497:34 Dec 12 11:56:10.659 INFO [stderr] | Dec 12 11:56:10.659 INFO [stderr] 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Dec 12 11:56:10.659 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.659 INFO [stderr] Dec 12 11:56:10.659 INFO [stderr] 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). Dec 12 11:56:10.660 INFO [stderr] --> src/lib.rs:510:35 Dec 12 11:56:10.660 INFO [stderr] | Dec 12 11:56:10.660 INFO [stderr] 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Dec 12 11:56:10.660 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.660 INFO [stderr] Dec 12 11:56:10.660 INFO [stderr] 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). Dec 12 11:56:10.660 INFO [stderr] --> src/lib.rs:523:34 Dec 12 11:56:10.660 INFO [stderr] | Dec 12 11:56:10.660 INFO [stderr] 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Dec 12 11:56:10.660 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.660 INFO [stderr] Dec 12 11:56:10.660 INFO [stderr] 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). Dec 12 11:56:10.660 INFO [stderr] --> src/lib.rs:536:35 Dec 12 11:56:10.660 INFO [stderr] | Dec 12 11:56:10.660 INFO [stderr] 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Dec 12 11:56:10.660 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.660 INFO [stderr] Dec 12 11:56:10.661 INFO [stderr] 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). Dec 12 11:56:10.661 INFO [stderr] --> src/lib.rs:548:32 Dec 12 11:56:10.661 INFO [stderr] | Dec 12 11:56:10.661 INFO [stderr] 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Dec 12 11:56:10.661 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.661 INFO [stderr] Dec 12 11:56:10.661 INFO [stderr] 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). Dec 12 11:56:10.661 INFO [stderr] --> src/lib.rs:559:33 Dec 12 11:56:10.661 INFO [stderr] | Dec 12 11:56:10.661 INFO [stderr] 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Dec 12 11:56:10.661 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.661 INFO [stderr] Dec 12 11:56:10.661 INFO [stderr] 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). Dec 12 11:56:10.661 INFO [stderr] --> src/lib.rs:570:32 Dec 12 11:56:10.661 INFO [stderr] | Dec 12 11:56:10.661 INFO [stderr] 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Dec 12 11:56:10.661 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.661 INFO [stderr] Dec 12 11:56:10.662 INFO [stderr] 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). Dec 12 11:56:10.662 INFO [stderr] --> src/lib.rs:581:33 Dec 12 11:56:10.662 INFO [stderr] | Dec 12 11:56:10.662 INFO [stderr] 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Dec 12 11:56:10.662 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.662 INFO [stderr] Dec 12 11:56:10.693 INFO [stderr] 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). Dec 12 11:56:10.693 INFO [stderr] --> src/lib.rs:692:52 Dec 12 11:56:10.693 INFO [stderr] | Dec 12 11:56:10.693 INFO [stderr] 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Dec 12 11:56:10.693 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.693 INFO [stderr] Dec 12 11:56:10.694 INFO [stderr] 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). Dec 12 11:56:10.694 INFO [stderr] --> src/lib.rs:702:53 Dec 12 11:56:10.694 INFO [stderr] | Dec 12 11:56:10.694 INFO [stderr] 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Dec 12 11:56:10.694 INFO [stderr] | ^^^^^^^ Dec 12 11:56:10.694 INFO [stderr] Dec 12 11:56:10.752 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.73s Dec 12 11:56:10.754 INFO [stderr] su: No module specific data is present Dec 12 11:56:11.115 INFO running `"docker" "inspect" "2a8e45d26aaea3f9625fd5246b8ace1e0fa2da0ef5bf4ce37ba30f762990c5c3"` Dec 12 11:56:11.256 INFO running `"docker" "rm" "-f" "2a8e45d26aaea3f9625fd5246b8ace1e0fa2da0ef5bf4ce37ba30f762990c5c3"` Dec 12 11:56:11.492 INFO [stdout] 2a8e45d26aaea3f9625fd5246b8ace1e0fa2da0ef5bf4ce37ba30f762990c5c3