Oct 11 17:29:21.248 INFO testing linux-api-math-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:29:21.248 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:29:21.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:29:21.454 INFO blam! 6732c6f1bcfb7e27a06cca45d543fbda7473eecf77c97fcc8a7001e2ca6b96d1 Oct 11 17:29:21.457 INFO running `"docker" "start" "-a" "6732c6f1bcfb7e27a06cca45d543fbda7473eecf77c97fcc8a7001e2ca6b96d1"` Oct 11 17:29:21.932 INFO kablam! usermod: no changes Oct 11 17:29:21.965 INFO kablam! Compiling linux-api v0.0.5 Oct 11 17:29:22.526 INFO kablam! Compiling linux-api-math v0.0.1 (/source) Oct 11 17:29:22.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 11 17:29:22.910 INFO kablam! su: No module specific data is present Oct 11 17:29:23.159 INFO running `"docker" "rm" "-f" "6732c6f1bcfb7e27a06cca45d543fbda7473eecf77c97fcc8a7001e2ca6b96d1"` Oct 11 17:29:23.240 INFO blam! 6732c6f1bcfb7e27a06cca45d543fbda7473eecf77c97fcc8a7001e2ca6b96d1 Oct 11 17:29:23.245 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:29:23.245 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:29:23.430 INFO blam! 325f5a574b97eda7349c7c8d04e4ae9ba9fe70e63f0da18259d9d5d9d575afe0 Oct 11 17:29:23.433 INFO running `"docker" "start" "-a" "325f5a574b97eda7349c7c8d04e4ae9ba9fe70e63f0da18259d9d5d9d575afe0"` Oct 11 17:29:23.934 INFO kablam! usermod: no changes Oct 11 17:29:23.964 INFO kablam! Compiling linux-api-math v0.0.1 (/source) Oct 11 17:29:24.429 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). Oct 11 17:29:24.429 INFO kablam! --> src/lib.rs:211:28 Oct 11 17:29:24.429 INFO kablam! | Oct 11 17:29:24.429 INFO kablam! 211 | assert!(result.abs_sub(0.5) <= 0.000001); Oct 11 17:29:24.429 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.429 INFO kablam! | Oct 11 17:29:24.429 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 17:29:24.429 INFO kablam! Oct 11 17:29:24.431 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). Oct 11 17:29:24.431 INFO kablam! --> src/lib.rs:224:28 Oct 11 17:29:24.431 INFO kablam! | Oct 11 17:29:24.431 INFO kablam! 224 | assert!(result.abs_sub(0.5) <= 0.000001); Oct 11 17:29:24.431 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.431 INFO kablam! Oct 11 17:29:24.432 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). Oct 11 17:29:24.432 INFO kablam! --> src/lib.rs:237:28 Oct 11 17:29:24.432 INFO kablam! | Oct 11 17:29:24.432 INFO kablam! 237 | assert!(result.abs_sub(0.5) <= 0.000001); Oct 11 17:29:24.432 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.432 INFO kablam! Oct 11 17:29:24.433 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). Oct 11 17:29:24.433 INFO kablam! --> src/lib.rs:250:28 Oct 11 17:29:24.433 INFO kablam! | Oct 11 17:29:24.433 INFO kablam! 250 | assert!(result.abs_sub(0.5) <= 0.000001); Oct 11 17:29:24.433 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.433 INFO kablam! Oct 11 17:29:24.437 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). Oct 11 17:29:24.437 INFO kablam! --> src/lib.rs:263:28 Oct 11 17:29:24.437 INFO kablam! | Oct 11 17:29:24.437 INFO kablam! 263 | assert!(result.abs_sub(1.0) <= 0.000001); Oct 11 17:29:24.437 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.437 INFO kablam! Oct 11 17:29:24.437 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). Oct 11 17:29:24.437 INFO kablam! --> src/lib.rs:276:28 Oct 11 17:29:24.437 INFO kablam! | Oct 11 17:29:24.437 INFO kablam! 276 | assert!(result.abs_sub(1.0) <= 0.000001); Oct 11 17:29:24.437 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.437 INFO kablam! Oct 11 17:29:24.437 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). Oct 11 17:29:24.437 INFO kablam! --> src/lib.rs:289:28 Oct 11 17:29:24.437 INFO kablam! | Oct 11 17:29:24.437 INFO kablam! 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:302:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:315:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:328:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:341:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:354:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:368:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 368 | assert!(result.abs_sub(135.0) <= 0.000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:382:28 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 382 | assert!(result.abs_sub(135.0) <= 0.000001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.438 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). Oct 11 17:29:24.438 INFO kablam! --> src/lib.rs:393:33 Oct 11 17:29:24.438 INFO kablam! | Oct 11 17:29:24.438 INFO kablam! 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Oct 11 17:29:24.438 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.438 INFO kablam! Oct 11 17:29:24.442 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). Oct 11 17:29:24.442 INFO kablam! --> src/lib.rs:406:34 Oct 11 17:29:24.442 INFO kablam! | Oct 11 17:29:24.442 INFO kablam! 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Oct 11 17:29:24.442 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.442 INFO kablam! Oct 11 17:29:24.442 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). Oct 11 17:29:24.442 INFO kablam! --> src/lib.rs:419:33 Oct 11 17:29:24.442 INFO kablam! | Oct 11 17:29:24.442 INFO kablam! 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Oct 11 17:29:24.442 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.442 INFO kablam! Oct 11 17:29:24.442 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). Oct 11 17:29:24.442 INFO kablam! --> src/lib.rs:432:34 Oct 11 17:29:24.442 INFO kablam! | Oct 11 17:29:24.442 INFO kablam! 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Oct 11 17:29:24.442 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.442 INFO kablam! Oct 11 17:29:24.442 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). Oct 11 17:29:24.442 INFO kablam! --> src/lib.rs:445:33 Oct 11 17:29:24.442 INFO kablam! | Oct 11 17:29:24.442 INFO kablam! 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Oct 11 17:29:24.442 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.442 INFO kablam! Oct 11 17:29:24.442 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). Oct 11 17:29:24.442 INFO kablam! --> src/lib.rs:458:34 Oct 11 17:29:24.442 INFO kablam! | Oct 11 17:29:24.443 INFO kablam! 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Oct 11 17:29:24.443 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.443 INFO kablam! Oct 11 17:29:24.443 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). Oct 11 17:29:24.443 INFO kablam! --> src/lib.rs:471:34 Oct 11 17:29:24.443 INFO kablam! | Oct 11 17:29:24.443 INFO kablam! 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Oct 11 17:29:24.443 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.443 INFO kablam! Oct 11 17:29:24.443 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). Oct 11 17:29:24.443 INFO kablam! --> src/lib.rs:484:35 Oct 11 17:29:24.443 INFO kablam! | Oct 11 17:29:24.443 INFO kablam! 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Oct 11 17:29:24.443 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.443 INFO kablam! Oct 11 17:29:24.443 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). Oct 11 17:29:24.443 INFO kablam! --> src/lib.rs:497:34 Oct 11 17:29:24.443 INFO kablam! | Oct 11 17:29:24.443 INFO kablam! 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Oct 11 17:29:24.443 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.443 INFO kablam! Oct 11 17:29:24.443 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). Oct 11 17:29:24.443 INFO kablam! --> src/lib.rs:510:35 Oct 11 17:29:24.443 INFO kablam! | Oct 11 17:29:24.443 INFO kablam! 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Oct 11 17:29:24.443 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.443 INFO kablam! Oct 11 17:29:24.443 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). Oct 11 17:29:24.443 INFO kablam! --> src/lib.rs:523:34 Oct 11 17:29:24.443 INFO kablam! | Oct 11 17:29:24.443 INFO kablam! 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Oct 11 17:29:24.443 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.443 INFO kablam! Oct 11 17:29:24.444 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). Oct 11 17:29:24.444 INFO kablam! --> src/lib.rs:536:35 Oct 11 17:29:24.444 INFO kablam! | Oct 11 17:29:24.444 INFO kablam! 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Oct 11 17:29:24.444 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.444 INFO kablam! Oct 11 17:29:24.448 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). Oct 11 17:29:24.448 INFO kablam! --> src/lib.rs:548:32 Oct 11 17:29:24.448 INFO kablam! | Oct 11 17:29:24.448 INFO kablam! 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Oct 11 17:29:24.448 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.448 INFO kablam! Oct 11 17:29:24.448 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). Oct 11 17:29:24.448 INFO kablam! --> src/lib.rs:559:33 Oct 11 17:29:24.448 INFO kablam! | Oct 11 17:29:24.448 INFO kablam! 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Oct 11 17:29:24.448 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.448 INFO kablam! Oct 11 17:29:24.448 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). Oct 11 17:29:24.448 INFO kablam! --> src/lib.rs:570:32 Oct 11 17:29:24.448 INFO kablam! | Oct 11 17:29:24.448 INFO kablam! 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Oct 11 17:29:24.448 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.448 INFO kablam! Oct 11 17:29:24.448 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). Oct 11 17:29:24.448 INFO kablam! --> src/lib.rs:581:33 Oct 11 17:29:24.448 INFO kablam! | Oct 11 17:29:24.448 INFO kablam! 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Oct 11 17:29:24.448 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.448 INFO kablam! Oct 11 17:29:24.484 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). Oct 11 17:29:24.484 INFO kablam! --> src/lib.rs:692:52 Oct 11 17:29:24.484 INFO kablam! | Oct 11 17:29:24.484 INFO kablam! 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Oct 11 17:29:24.484 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.484 INFO kablam! Oct 11 17:29:24.484 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). Oct 11 17:29:24.484 INFO kablam! --> src/lib.rs:702:53 Oct 11 17:29:24.484 INFO kablam! | Oct 11 17:29:24.484 INFO kablam! 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Oct 11 17:29:24.484 INFO kablam! | ^^^^^^^ Oct 11 17:29:24.484 INFO kablam! Oct 11 17:29:24.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 11 17:29:24.935 INFO kablam! su: No module specific data is present Oct 11 17:29:25.152 INFO running `"docker" "rm" "-f" "325f5a574b97eda7349c7c8d04e4ae9ba9fe70e63f0da18259d9d5d9d575afe0"` Oct 11 17:29:25.242 INFO blam! 325f5a574b97eda7349c7c8d04e4ae9ba9fe70e63f0da18259d9d5d9d575afe0 Oct 11 17:29:25.242 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:29:25.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 17:29:25.420 INFO blam! 64a9203e1c4068cd2f7ff7dd2be0d5fb05b09cbff8238c508b37fd2dd6ad87c8 Oct 11 17:29:25.422 INFO running `"docker" "start" "-a" "64a9203e1c4068cd2f7ff7dd2be0d5fb05b09cbff8238c508b37fd2dd6ad87c8"` Oct 11 17:29:25.795 INFO kablam! usermod: no changes Oct 11 17:29:25.826 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 17:29:25.831 INFO kablam! Running /target/debug/deps/linux_api_math-395c84860376859b Oct 11 17:29:25.831 INFO blam! Oct 11 17:29:25.831 INFO blam! running 40 tests Oct 11 17:29:25.831 INFO blam! test test::test_acos ... ok Oct 11 17:29:25.831 INFO blam! test test::test_acosf ... ok Oct 11 17:29:25.831 INFO blam! test test::test_acoshf ... ok Oct 11 17:29:25.832 INFO blam! test test::test_asin ... ok Oct 11 17:29:25.832 INFO blam! test test::test_asinhf ... ok Oct 11 17:29:25.832 INFO blam! test test::test_asinf ... ok Oct 11 17:29:25.832 INFO blam! test test::test_atanf ... ok Oct 11 17:29:25.832 INFO blam! test test::test_atan2 ... ok Oct 11 17:29:25.832 INFO blam! test test::test_atanh ... ok Oct 11 17:29:25.837 INFO blam! test test::test_atan2f ... ok Oct 11 17:29:25.837 INFO blam! test test::test_atan ... ok Oct 11 17:29:25.844 INFO blam! test test::test_asinh ... ok Oct 11 17:29:25.849 INFO blam! test test::test_cos ... ok Oct 11 17:29:25.849 INFO blam! test test::test_atanhf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_coshf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_acosh ... ok Oct 11 17:29:25.849 INFO blam! test test::test_expf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_llrint ... ok Oct 11 17:29:25.849 INFO blam! test test::test_cosf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_lrintf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_nearbyint ... ok Oct 11 17:29:25.849 INFO blam! test test::test_llrintf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_remainderf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_lrint ... ok Oct 11 17:29:25.849 INFO blam! test test::test_rint ... ok Oct 11 17:29:25.849 INFO blam! test test::test_rintf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_sin ... ok Oct 11 17:29:25.849 INFO blam! test test::test_sinf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_logf ... ok Oct 11 17:29:25.849 INFO blam! test test::test_sinh ... ok Oct 11 17:29:25.849 INFO blam! test test::test_sinhf ... ok Oct 11 17:29:25.851 INFO blam! test test::test_exp ... ok Oct 11 17:29:25.851 INFO blam! test test::test_tan ... ok Oct 11 17:29:25.853 INFO blam! test test::test_remainder ... ok Oct 11 17:29:25.853 INFO blam! test test::test_log ... ok Oct 11 17:29:25.853 INFO blam! test test::test_nearbyintf ... ok Oct 11 17:29:25.853 INFO blam! test test::test_tanf ... ok Oct 11 17:29:25.853 INFO blam! test test::test_tanh ... ok Oct 11 17:29:25.853 INFO blam! test test::test_cosh ... ok Oct 11 17:29:25.853 INFO blam! test test::test_tanhf ... ok Oct 11 17:29:25.853 INFO blam! Oct 11 17:29:25.853 INFO blam! test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:29:25.853 INFO blam! Oct 11 17:29:25.854 INFO kablam! Doc-tests linux-api-math Oct 11 17:29:26.662 INFO blam! Oct 11 17:29:26.662 INFO blam! running 0 tests Oct 11 17:29:26.662 INFO blam! Oct 11 17:29:26.662 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:29:26.662 INFO blam! Oct 11 17:29:26.668 INFO kablam! su: No module specific data is present Oct 11 17:29:26.971 INFO running `"docker" "rm" "-f" "64a9203e1c4068cd2f7ff7dd2be0d5fb05b09cbff8238c508b37fd2dd6ad87c8"` Oct 11 17:29:27.043 INFO blam! 64a9203e1c4068cd2f7ff7dd2be0d5fb05b09cbff8238c508b37fd2dd6ad87c8