Dec 15 05:50:37.329 INFO testing linux-api-math-0.0.1 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 05:50:37.329 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt build --frozen" "-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 15 05:50:37.555 INFO [stdout] 469f6f1ac6c60380154a276aeef33f6da3a648782014b6042013e0743601afc2 Dec 15 05:50:37.560 INFO running `"docker" "start" "-a" "469f6f1ac6c60380154a276aeef33f6da3a648782014b6042013e0743601afc2"` Dec 15 05:50:38.061 INFO [stderr] usermod: no changes Dec 15 05:50:38.094 INFO [stderr] Compiling linux-api v0.0.5 Dec 15 05:50:38.649 INFO [stderr] Compiling linux-api-math v0.0.1 (/source) Dec 15 05:50:39.103 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s Dec 15 05:50:39.111 INFO [stderr] su: No module specific data is present Dec 15 05:50:39.337 INFO running `"docker" "inspect" "469f6f1ac6c60380154a276aeef33f6da3a648782014b6042013e0743601afc2"` Dec 15 05:50:39.468 INFO running `"docker" "rm" "-f" "469f6f1ac6c60380154a276aeef33f6da3a648782014b6042013e0743601afc2"` Dec 15 05:50:39.583 INFO [stdout] 469f6f1ac6c60380154a276aeef33f6da3a648782014b6042013e0743601afc2 Dec 15 05:50:39.586 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen --no-run" "-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 15 05:50:39.726 INFO [stdout] 35d7c8a25d0b46b4224801e343b6bf6342e2161b28bdd06f828bdff107eabf7a Dec 15 05:50:39.739 INFO running `"docker" "start" "-a" "35d7c8a25d0b46b4224801e343b6bf6342e2161b28bdd06f828bdff107eabf7a"` Dec 15 05:50:40.192 INFO [stderr] usermod: no changes Dec 15 05:50:40.217 INFO [stderr] Compiling linux-api-math v0.0.1 (/source) Dec 15 05:50:40.737 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 15 05:50:40.737 INFO [stderr] --> src/lib.rs:211:28 Dec 15 05:50:40.737 INFO [stderr] | Dec 15 05:50:40.737 INFO [stderr] 211 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 15 05:50:40.737 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.737 INFO [stderr] | Dec 15 05:50:40.737 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 05:50:40.737 INFO [stderr] Dec 15 05:50:40.741 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 15 05:50:40.741 INFO [stderr] --> src/lib.rs:224:28 Dec 15 05:50:40.741 INFO [stderr] | Dec 15 05:50:40.741 INFO [stderr] 224 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 15 05:50:40.741 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.741 INFO [stderr] Dec 15 05:50:40.741 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 15 05:50:40.741 INFO [stderr] --> src/lib.rs:237:28 Dec 15 05:50:40.741 INFO [stderr] | Dec 15 05:50:40.741 INFO [stderr] 237 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 15 05:50:40.741 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.741 INFO [stderr] Dec 15 05:50:40.742 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 15 05:50:40.742 INFO [stderr] --> src/lib.rs:250:28 Dec 15 05:50:40.742 INFO [stderr] | Dec 15 05:50:40.742 INFO [stderr] 250 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 15 05:50:40.742 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.742 INFO [stderr] Dec 15 05:50:40.742 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 15 05:50:40.742 INFO [stderr] --> src/lib.rs:263:28 Dec 15 05:50:40.742 INFO [stderr] | Dec 15 05:50:40.742 INFO [stderr] 263 | assert!(result.abs_sub(1.0) <= 0.000001); Dec 15 05:50:40.742 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.742 INFO [stderr] Dec 15 05:50:40.742 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 15 05:50:40.742 INFO [stderr] --> src/lib.rs:276:28 Dec 15 05:50:40.742 INFO [stderr] | Dec 15 05:50:40.742 INFO [stderr] 276 | assert!(result.abs_sub(1.0) <= 0.000001); Dec 15 05:50:40.743 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.743 INFO [stderr] Dec 15 05:50:40.743 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 15 05:50:40.743 INFO [stderr] --> src/lib.rs:289:28 Dec 15 05:50:40.743 INFO [stderr] | Dec 15 05:50:40.743 INFO [stderr] 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Dec 15 05:50:40.743 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.743 INFO [stderr] Dec 15 05:50:40.743 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 15 05:50:40.743 INFO [stderr] --> src/lib.rs:302:28 Dec 15 05:50:40.743 INFO [stderr] | Dec 15 05:50:40.743 INFO [stderr] 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Dec 15 05:50:40.743 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.743 INFO [stderr] Dec 15 05:50:40.744 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 15 05:50:40.744 INFO [stderr] --> src/lib.rs:315:28 Dec 15 05:50:40.744 INFO [stderr] | Dec 15 05:50:40.744 INFO [stderr] 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Dec 15 05:50:40.744 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.744 INFO [stderr] Dec 15 05:50:40.744 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 15 05:50:40.744 INFO [stderr] --> src/lib.rs:328:28 Dec 15 05:50:40.744 INFO [stderr] | Dec 15 05:50:40.744 INFO [stderr] 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Dec 15 05:50:40.744 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.744 INFO [stderr] Dec 15 05:50:40.744 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 15 05:50:40.744 INFO [stderr] --> src/lib.rs:341:28 Dec 15 05:50:40.744 INFO [stderr] | Dec 15 05:50:40.744 INFO [stderr] 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Dec 15 05:50:40.744 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.744 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:354:28 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:368:28 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 368 | assert!(result.abs_sub(135.0) <= 0.000001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:382:28 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 382 | assert!(result.abs_sub(135.0) <= 0.000001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:393:33 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:406:34 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:419:33 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:432:34 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.747 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 15 05:50:40.747 INFO [stderr] --> src/lib.rs:445:33 Dec 15 05:50:40.747 INFO [stderr] | Dec 15 05:50:40.747 INFO [stderr] 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Dec 15 05:50:40.747 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.747 INFO [stderr] Dec 15 05:50:40.748 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 15 05:50:40.748 INFO [stderr] --> src/lib.rs:458:34 Dec 15 05:50:40.748 INFO [stderr] | Dec 15 05:50:40.748 INFO [stderr] 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Dec 15 05:50:40.748 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.748 INFO [stderr] Dec 15 05:50:40.748 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 15 05:50:40.748 INFO [stderr] --> src/lib.rs:471:34 Dec 15 05:50:40.748 INFO [stderr] | Dec 15 05:50:40.748 INFO [stderr] 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Dec 15 05:50:40.748 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.748 INFO [stderr] Dec 15 05:50:40.749 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 15 05:50:40.749 INFO [stderr] --> src/lib.rs:484:35 Dec 15 05:50:40.749 INFO [stderr] | Dec 15 05:50:40.749 INFO [stderr] 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Dec 15 05:50:40.749 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.749 INFO [stderr] Dec 15 05:50:40.749 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 15 05:50:40.749 INFO [stderr] --> src/lib.rs:497:34 Dec 15 05:50:40.749 INFO [stderr] | Dec 15 05:50:40.749 INFO [stderr] 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Dec 15 05:50:40.749 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.749 INFO [stderr] Dec 15 05:50:40.749 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 15 05:50:40.749 INFO [stderr] --> src/lib.rs:510:35 Dec 15 05:50:40.749 INFO [stderr] | Dec 15 05:50:40.749 INFO [stderr] 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Dec 15 05:50:40.749 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.749 INFO [stderr] Dec 15 05:50:40.750 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 15 05:50:40.750 INFO [stderr] --> src/lib.rs:523:34 Dec 15 05:50:40.750 INFO [stderr] | Dec 15 05:50:40.750 INFO [stderr] 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Dec 15 05:50:40.750 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.750 INFO [stderr] Dec 15 05:50:40.750 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 15 05:50:40.750 INFO [stderr] --> src/lib.rs:536:35 Dec 15 05:50:40.750 INFO [stderr] | Dec 15 05:50:40.750 INFO [stderr] 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Dec 15 05:50:40.750 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.750 INFO [stderr] Dec 15 05:50:40.750 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 15 05:50:40.750 INFO [stderr] --> src/lib.rs:548:32 Dec 15 05:50:40.750 INFO [stderr] | Dec 15 05:50:40.750 INFO [stderr] 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Dec 15 05:50:40.750 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.750 INFO [stderr] Dec 15 05:50:40.751 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 15 05:50:40.751 INFO [stderr] --> src/lib.rs:559:33 Dec 15 05:50:40.751 INFO [stderr] | Dec 15 05:50:40.751 INFO [stderr] 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Dec 15 05:50:40.751 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.751 INFO [stderr] Dec 15 05:50:40.751 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 15 05:50:40.751 INFO [stderr] --> src/lib.rs:570:32 Dec 15 05:50:40.751 INFO [stderr] | Dec 15 05:50:40.751 INFO [stderr] 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Dec 15 05:50:40.751 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.751 INFO [stderr] Dec 15 05:50:40.751 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 15 05:50:40.751 INFO [stderr] --> src/lib.rs:581:33 Dec 15 05:50:40.751 INFO [stderr] | Dec 15 05:50:40.751 INFO [stderr] 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Dec 15 05:50:40.751 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.751 INFO [stderr] Dec 15 05:50:40.782 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 15 05:50:40.782 INFO [stderr] --> src/lib.rs:692:52 Dec 15 05:50:40.782 INFO [stderr] | Dec 15 05:50:40.782 INFO [stderr] 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Dec 15 05:50:40.782 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.782 INFO [stderr] Dec 15 05:50:40.783 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 15 05:50:40.783 INFO [stderr] --> src/lib.rs:702:53 Dec 15 05:50:40.783 INFO [stderr] | Dec 15 05:50:40.783 INFO [stderr] 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Dec 15 05:50:40.783 INFO [stderr] | ^^^^^^^ Dec 15 05:50:40.783 INFO [stderr] Dec 15 05:50:41.142 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s Dec 15 05:50:41.145 INFO [stderr] su: No module specific data is present Dec 15 05:50:41.423 INFO running `"docker" "inspect" "35d7c8a25d0b46b4224801e343b6bf6342e2161b28bdd06f828bdff107eabf7a"` Dec 15 05:50:41.519 INFO running `"docker" "rm" "-f" "35d7c8a25d0b46b4224801e343b6bf6342e2161b28bdd06f828bdff107eabf7a"` Dec 15 05:50:41.636 INFO [stdout] 35d7c8a25d0b46b4224801e343b6bf6342e2161b28bdd06f828bdff107eabf7a Dec 15 05:50:41.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-alt test --frozen" "-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 15 05:50:41.864 INFO [stdout] b8f98f63d2646fac3c66b56a2611e69b730feab33899c77563ef1a17f2fb9bac Dec 15 05:50:41.866 INFO running `"docker" "start" "-a" "b8f98f63d2646fac3c66b56a2611e69b730feab33899c77563ef1a17f2fb9bac"` Dec 15 05:50:42.240 INFO [stderr] usermod: no changes Dec 15 05:50:42.261 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 15 05:50:42.261 INFO [stderr] Running /target/debug/deps/linux_api_math-5f63f063ee376e32 Dec 15 05:50:42.263 INFO [stdout] Dec 15 05:50:42.263 INFO [stdout] running 40 tests Dec 15 05:50:42.263 INFO [stdout] test test::test_acos ... ok Dec 15 05:50:42.263 INFO [stdout] test test::test_acosf ... ok Dec 15 05:50:42.263 INFO [stdout] test test::test_acoshf ... ok Dec 15 05:50:42.263 INFO [stdout] test test::test_asin ... ok Dec 15 05:50:42.263 INFO [stdout] test test::test_asinf ... ok Dec 15 05:50:42.263 INFO [stdout] test test::test_asinhf ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_atan2 ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_atan2f ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_atanf ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_atanh ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_atanhf ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_cosf ... ok Dec 15 05:50:42.264 INFO [stdout] test test::test_coshf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_expf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_llrint ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_llrintf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_atan ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_asinh ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_log ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_exp ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_acosh ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_logf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_nearbyint ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_lrintf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_nearbyintf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_remainder ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_cos ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_rintf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_remainderf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_rint ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_sin ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_sinf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_sinhf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_sinh ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_tan ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_tanf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_tanh ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_tanhf ... ok Dec 15 05:50:42.265 INFO [stdout] test test::test_cosh ... ok Dec 15 05:50:42.267 INFO [stdout] test test::test_lrint ... ok Dec 15 05:50:42.267 INFO [stdout] Dec 15 05:50:42.267 INFO [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 05:50:42.267 INFO [stdout] Dec 15 05:50:42.267 INFO [stderr] Doc-tests linux-api-math Dec 15 05:50:42.961 INFO [stdout] Dec 15 05:50:42.961 INFO [stdout] running 0 tests Dec 15 05:50:42.961 INFO [stdout] Dec 15 05:50:42.961 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 05:50:42.961 INFO [stdout] Dec 15 05:50:42.969 INFO [stderr] su: No module specific data is present Dec 15 05:50:43.211 INFO running `"docker" "inspect" "b8f98f63d2646fac3c66b56a2611e69b730feab33899c77563ef1a17f2fb9bac"` Dec 15 05:50:43.288 INFO running `"docker" "rm" "-f" "b8f98f63d2646fac3c66b56a2611e69b730feab33899c77563ef1a17f2fb9bac"` Dec 15 05:50:43.385 INFO [stdout] b8f98f63d2646fac3c66b56a2611e69b730feab33899c77563ef1a17f2fb9bac