Dec 07 08:18:39.667 INFO testing linux-api-math-0.0.1 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 08:18:39.667 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 07 08:18:39.884 INFO [stdout] 3bc40d6e3183c9482156ba3867d341bb0e1fc78d18eb7274ea94d58f3078d809 Dec 07 08:18:39.886 INFO running `"docker" "start" "-a" "3bc40d6e3183c9482156ba3867d341bb0e1fc78d18eb7274ea94d58f3078d809"` Dec 07 08:18:40.260 INFO [stderr] usermod: no changes Dec 07 08:18:40.297 INFO [stderr] Compiling linux-api v0.0.5 Dec 07 08:18:40.825 INFO [stderr] Compiling linux-api-math v0.0.1 (/source) Dec 07 08:18:41.198 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s Dec 07 08:18:41.200 INFO [stderr] su: No module specific data is present Dec 07 08:18:41.448 INFO running `"docker" "inspect" "3bc40d6e3183c9482156ba3867d341bb0e1fc78d18eb7274ea94d58f3078d809"` Dec 07 08:18:41.542 INFO running `"docker" "rm" "-f" "3bc40d6e3183c9482156ba3867d341bb0e1fc78d18eb7274ea94d58f3078d809"` Dec 07 08:18:41.617 INFO [stdout] 3bc40d6e3183c9482156ba3867d341bb0e1fc78d18eb7274ea94d58f3078d809 Dec 07 08:18:41.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 07 08:18:41.807 INFO [stdout] d4691d796c0b5acb6cf95a1058e08d03eff2e1debc68ad7034895bf1e936e8cf Dec 07 08:18:41.809 INFO running `"docker" "start" "-a" "d4691d796c0b5acb6cf95a1058e08d03eff2e1debc68ad7034895bf1e936e8cf"` Dec 07 08:18:42.273 INFO [stderr] usermod: no changes Dec 07 08:18:42.306 INFO [stderr] Compiling linux-api-math v0.0.1 (/source) Dec 07 08:18:42.787 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 07 08:18:42.787 INFO [stderr] --> src/lib.rs:211:28 Dec 07 08:18:42.787 INFO [stderr] | Dec 07 08:18:42.787 INFO [stderr] 211 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 07 08:18:42.787 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.787 INFO [stderr] | Dec 07 08:18:42.787 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 07 08:18:42.787 INFO [stderr] Dec 07 08:18:42.793 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 07 08:18:42.793 INFO [stderr] --> src/lib.rs:224:28 Dec 07 08:18:42.793 INFO [stderr] | Dec 07 08:18:42.793 INFO [stderr] 224 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 07 08:18:42.793 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.793 INFO [stderr] Dec 07 08:18:42.793 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 07 08:18:42.793 INFO [stderr] --> src/lib.rs:237:28 Dec 07 08:18:42.793 INFO [stderr] | Dec 07 08:18:42.793 INFO [stderr] 237 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 07 08:18:42.793 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.793 INFO [stderr] Dec 07 08:18:42.794 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 07 08:18:42.794 INFO [stderr] --> src/lib.rs:250:28 Dec 07 08:18:42.794 INFO [stderr] | Dec 07 08:18:42.794 INFO [stderr] 250 | assert!(result.abs_sub(0.5) <= 0.000001); Dec 07 08:18:42.794 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.794 INFO [stderr] Dec 07 08:18:42.794 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 07 08:18:42.794 INFO [stderr] --> src/lib.rs:263:28 Dec 07 08:18:42.794 INFO [stderr] | Dec 07 08:18:42.794 INFO [stderr] 263 | assert!(result.abs_sub(1.0) <= 0.000001); Dec 07 08:18:42.794 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.794 INFO [stderr] Dec 07 08:18:42.800 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 07 08:18:42.800 INFO [stderr] --> src/lib.rs:276:28 Dec 07 08:18:42.800 INFO [stderr] | Dec 07 08:18:42.800 INFO [stderr] 276 | assert!(result.abs_sub(1.0) <= 0.000001); Dec 07 08:18:42.800 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.800 INFO [stderr] Dec 07 08:18:42.800 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 07 08:18:42.800 INFO [stderr] --> src/lib.rs:289:28 Dec 07 08:18:42.800 INFO [stderr] | Dec 07 08:18:42.800 INFO [stderr] 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Dec 07 08:18:42.800 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.800 INFO [stderr] Dec 07 08:18:42.800 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 07 08:18:42.800 INFO [stderr] --> src/lib.rs:302:28 Dec 07 08:18:42.800 INFO [stderr] | Dec 07 08:18:42.800 INFO [stderr] 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Dec 07 08:18:42.800 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.800 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:315:28 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:328:28 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:341:28 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:354:28 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:368:28 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 368 | assert!(result.abs_sub(135.0) <= 0.000001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:382:28 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 382 | assert!(result.abs_sub(135.0) <= 0.000001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:393:33 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:406:34 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.801 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 07 08:18:42.801 INFO [stderr] --> src/lib.rs:419:33 Dec 07 08:18:42.801 INFO [stderr] | Dec 07 08:18:42.801 INFO [stderr] 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Dec 07 08:18:42.801 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.801 INFO [stderr] Dec 07 08:18:42.807 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 07 08:18:42.807 INFO [stderr] --> src/lib.rs:432:34 Dec 07 08:18:42.807 INFO [stderr] | Dec 07 08:18:42.807 INFO [stderr] 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Dec 07 08:18:42.807 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.807 INFO [stderr] Dec 07 08:18:42.807 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 07 08:18:42.807 INFO [stderr] --> src/lib.rs:445:33 Dec 07 08:18:42.807 INFO [stderr] | Dec 07 08:18:42.807 INFO [stderr] 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Dec 07 08:18:42.807 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.807 INFO [stderr] Dec 07 08:18:42.807 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 07 08:18:42.807 INFO [stderr] --> src/lib.rs:458:34 Dec 07 08:18:42.807 INFO [stderr] | Dec 07 08:18:42.807 INFO [stderr] 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Dec 07 08:18:42.807 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.807 INFO [stderr] Dec 07 08:18:42.807 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 07 08:18:42.807 INFO [stderr] --> src/lib.rs:471:34 Dec 07 08:18:42.807 INFO [stderr] | Dec 07 08:18:42.807 INFO [stderr] 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Dec 07 08:18:42.807 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.807 INFO [stderr] Dec 07 08:18:42.807 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 07 08:18:42.807 INFO [stderr] --> src/lib.rs:484:35 Dec 07 08:18:42.807 INFO [stderr] | Dec 07 08:18:42.807 INFO [stderr] 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Dec 07 08:18:42.807 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.807 INFO [stderr] Dec 07 08:18:42.808 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 07 08:18:42.808 INFO [stderr] --> src/lib.rs:497:34 Dec 07 08:18:42.808 INFO [stderr] | Dec 07 08:18:42.808 INFO [stderr] 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Dec 07 08:18:42.808 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.808 INFO [stderr] Dec 07 08:18:42.808 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 07 08:18:42.808 INFO [stderr] --> src/lib.rs:510:35 Dec 07 08:18:42.808 INFO [stderr] | Dec 07 08:18:42.808 INFO [stderr] 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Dec 07 08:18:42.808 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.808 INFO [stderr] Dec 07 08:18:42.808 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 07 08:18:42.808 INFO [stderr] --> src/lib.rs:523:34 Dec 07 08:18:42.808 INFO [stderr] | Dec 07 08:18:42.808 INFO [stderr] 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Dec 07 08:18:42.808 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.808 INFO [stderr] Dec 07 08:18:42.808 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 07 08:18:42.808 INFO [stderr] --> src/lib.rs:536:35 Dec 07 08:18:42.808 INFO [stderr] | Dec 07 08:18:42.808 INFO [stderr] 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Dec 07 08:18:42.808 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.808 INFO [stderr] Dec 07 08:18:42.808 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 07 08:18:42.808 INFO [stderr] --> src/lib.rs:548:32 Dec 07 08:18:42.808 INFO [stderr] | Dec 07 08:18:42.808 INFO [stderr] 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Dec 07 08:18:42.808 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.808 INFO [stderr] Dec 07 08:18:42.808 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 07 08:18:42.808 INFO [stderr] --> src/lib.rs:559:33 Dec 07 08:18:42.808 INFO [stderr] | Dec 07 08:18:42.808 INFO [stderr] 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Dec 07 08:18:42.808 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.808 INFO [stderr] Dec 07 08:18:42.816 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 07 08:18:42.816 INFO [stderr] --> src/lib.rs:570:32 Dec 07 08:18:42.816 INFO [stderr] | Dec 07 08:18:42.816 INFO [stderr] 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Dec 07 08:18:42.816 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.816 INFO [stderr] Dec 07 08:18:42.816 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 07 08:18:42.816 INFO [stderr] --> src/lib.rs:581:33 Dec 07 08:18:42.816 INFO [stderr] | Dec 07 08:18:42.816 INFO [stderr] 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Dec 07 08:18:42.816 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.816 INFO [stderr] Dec 07 08:18:42.848 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 07 08:18:42.848 INFO [stderr] --> src/lib.rs:692:52 Dec 07 08:18:42.848 INFO [stderr] | Dec 07 08:18:42.848 INFO [stderr] 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Dec 07 08:18:42.848 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.848 INFO [stderr] Dec 07 08:18:42.848 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 07 08:18:42.848 INFO [stderr] --> src/lib.rs:702:53 Dec 07 08:18:42.848 INFO [stderr] | Dec 07 08:18:42.848 INFO [stderr] 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Dec 07 08:18:42.848 INFO [stderr] | ^^^^^^^ Dec 07 08:18:42.848 INFO [stderr] Dec 07 08:18:43.246 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.95s Dec 07 08:18:43.248 INFO [stderr] su: No module specific data is present Dec 07 08:18:43.597 INFO running `"docker" "inspect" "d4691d796c0b5acb6cf95a1058e08d03eff2e1debc68ad7034895bf1e936e8cf"` Dec 07 08:18:43.671 INFO running `"docker" "rm" "-f" "d4691d796c0b5acb6cf95a1058e08d03eff2e1debc68ad7034895bf1e936e8cf"` Dec 07 08:18:43.759 INFO [stdout] d4691d796c0b5acb6cf95a1058e08d03eff2e1debc68ad7034895bf1e936e8cf Dec 07 08:18:43.766 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 07 08:18:43.957 INFO [stdout] 42fbc32b927a3caa7698850849840afcbf3bb96d64fd2ccec8d1f300e04dbb3e Dec 07 08:18:43.958 INFO running `"docker" "start" "-a" "42fbc32b927a3caa7698850849840afcbf3bb96d64fd2ccec8d1f300e04dbb3e"` Dec 07 08:18:44.610 INFO [stderr] usermod: no changes Dec 07 08:18:44.636 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 07 08:18:44.637 INFO [stderr] Running /target/debug/deps/linux_api_math-43d214ca70e2140b Dec 07 08:18:44.638 INFO [stdout] Dec 07 08:18:44.638 INFO [stdout] running 40 tests Dec 07 08:18:44.647 INFO [stdout] test test::test_acos ... ok Dec 07 08:18:44.647 INFO [stdout] test test::test_acosh ... ok Dec 07 08:18:44.647 INFO [stdout] test test::test_acoshf ... ok Dec 07 08:18:44.647 INFO [stdout] test test::test_acosf ... ok Dec 07 08:18:44.647 INFO [stdout] test test::test_atan2f ... ok Dec 07 08:18:44.647 INFO [stdout] test test::test_atan2 ... ok Dec 07 08:18:44.647 INFO [stdout] test test::test_atanf ... ok Dec 07 08:18:44.648 INFO [stdout] test test::test_asin ... ok Dec 07 08:18:44.648 INFO [stdout] test test::test_asinf ... ok Dec 07 08:18:44.648 INFO [stdout] test test::test_cosf ... ok Dec 07 08:18:44.648 INFO [stdout] test test::test_asinhf ... ok Dec 07 08:18:44.648 INFO [stdout] test test::test_coshf ... ok Dec 07 08:18:44.648 INFO [stdout] test test::test_exp ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_cos ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_atanhf ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_atanh ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_cosh ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_llrint ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_expf ... ok Dec 07 08:18:44.656 INFO [stdout] test test::test_asinh ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_atan ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_llrintf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_log ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_logf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_lrint ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_lrintf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_nearbyint ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_nearbyintf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_remainder ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_remainderf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_rint ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_rintf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_sin ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_sinf ... ok Dec 07 08:18:44.657 INFO [stdout] test test::test_sinh ... ok Dec 07 08:18:44.658 INFO [stdout] test test::test_sinhf ... ok Dec 07 08:18:44.658 INFO [stderr] Doc-tests linux-api-math Dec 07 08:18:44.658 INFO [stdout] test test::test_tanf ... ok Dec 07 08:18:44.658 INFO [stdout] test test::test_tan ... ok Dec 07 08:18:44.658 INFO [stdout] test test::test_tanh ... ok Dec 07 08:18:44.658 INFO [stdout] test test::test_tanhf ... ok Dec 07 08:18:44.658 INFO [stdout] Dec 07 08:18:44.658 INFO [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 08:18:44.658 INFO [stdout] Dec 07 08:18:45.267 INFO [stdout] Dec 07 08:18:45.267 INFO [stdout] running 0 tests Dec 07 08:18:45.267 INFO [stdout] Dec 07 08:18:45.267 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 08:18:45.267 INFO [stdout] Dec 07 08:18:45.274 INFO [stderr] su: No module specific data is present Dec 07 08:18:45.577 INFO running `"docker" "inspect" "42fbc32b927a3caa7698850849840afcbf3bb96d64fd2ccec8d1f300e04dbb3e"` Dec 07 08:18:45.677 INFO running `"docker" "rm" "-f" "42fbc32b927a3caa7698850849840afcbf3bb96d64fd2ccec8d1f300e04dbb3e"` Dec 07 08:18:45.785 INFO [stdout] 42fbc32b927a3caa7698850849840afcbf3bb96d64fd2ccec8d1f300e04dbb3e