Nov 18 07:10:30.981 INFO testing linux-api-math-0.0.1 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 07:10:30.981 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 07:10:31.182 INFO [stdout] 9d56dbf163f1ac43bc6ea604c7a2afb5c7c4a60b010590ab0894892d209e6719 Nov 18 07:10:31.182 INFO running `"docker" "start" "-a" "9d56dbf163f1ac43bc6ea604c7a2afb5c7c4a60b010590ab0894892d209e6719"` Nov 18 07:10:31.782 INFO [stderr] usermod: no changes Nov 18 07:10:31.805 INFO [stderr] Compiling linux-api v0.0.5 Nov 18 07:10:32.221 INFO [stderr] Compiling linux-api-math v0.0.1 (/source) Nov 18 07:10:32.591 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s Nov 18 07:10:32.594 INFO [stderr] su: No module specific data is present Nov 18 07:10:33.004 INFO running `"docker" "inspect" "9d56dbf163f1ac43bc6ea604c7a2afb5c7c4a60b010590ab0894892d209e6719"` Nov 18 07:10:33.128 INFO running `"docker" "rm" "-f" "9d56dbf163f1ac43bc6ea604c7a2afb5c7c4a60b010590ab0894892d209e6719"` Nov 18 07:10:33.207 INFO [stdout] 9d56dbf163f1ac43bc6ea604c7a2afb5c7c4a60b010590ab0894892d209e6719 Nov 18 07:10:33.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 07:10:33.405 INFO [stdout] 53dd885ce31b05a358ca26f1ecd1146b1dc20fb3eec884fa7e5ee6170ab38737 Nov 18 07:10:33.407 INFO running `"docker" "start" "-a" "53dd885ce31b05a358ca26f1ecd1146b1dc20fb3eec884fa7e5ee6170ab38737"` Nov 18 07:10:33.758 INFO [stderr] usermod: no changes Nov 18 07:10:33.761 INFO [stderr] Compiling linux-api-math v0.0.1 (/source) Nov 18 07:10:34.280 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). Nov 18 07:10:34.280 INFO [stderr] --> src/lib.rs:211:28 Nov 18 07:10:34.280 INFO [stderr] | Nov 18 07:10:34.280 INFO [stderr] 211 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 18 07:10:34.280 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.280 INFO [stderr] | Nov 18 07:10:34.280 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 07:10:34.280 INFO [stderr] Nov 18 07:10:34.287 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). Nov 18 07:10:34.287 INFO [stderr] --> src/lib.rs:224:28 Nov 18 07:10:34.287 INFO [stderr] | Nov 18 07:10:34.287 INFO [stderr] 224 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 18 07:10:34.287 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.287 INFO [stderr] Nov 18 07:10:34.287 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). Nov 18 07:10:34.287 INFO [stderr] --> src/lib.rs:237:28 Nov 18 07:10:34.287 INFO [stderr] | Nov 18 07:10:34.287 INFO [stderr] 237 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 18 07:10:34.287 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.287 INFO [stderr] Nov 18 07:10:34.287 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). Nov 18 07:10:34.287 INFO [stderr] --> src/lib.rs:250:28 Nov 18 07:10:34.287 INFO [stderr] | Nov 18 07:10:34.287 INFO [stderr] 250 | assert!(result.abs_sub(0.5) <= 0.000001); Nov 18 07:10:34.287 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.287 INFO [stderr] Nov 18 07:10:34.288 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). Nov 18 07:10:34.288 INFO [stderr] --> src/lib.rs:263:28 Nov 18 07:10:34.288 INFO [stderr] | Nov 18 07:10:34.288 INFO [stderr] 263 | assert!(result.abs_sub(1.0) <= 0.000001); Nov 18 07:10:34.288 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.288 INFO [stderr] Nov 18 07:10:34.288 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). Nov 18 07:10:34.288 INFO [stderr] --> src/lib.rs:276:28 Nov 18 07:10:34.288 INFO [stderr] | Nov 18 07:10:34.288 INFO [stderr] 276 | assert!(result.abs_sub(1.0) <= 0.000001); Nov 18 07:10:34.288 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.288 INFO [stderr] Nov 18 07:10:34.289 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). Nov 18 07:10:34.289 INFO [stderr] --> src/lib.rs:289:28 Nov 18 07:10:34.289 INFO [stderr] | Nov 18 07:10:34.289 INFO [stderr] 289 | assert!(result.abs_sub(60.0) <= 0.0000001); Nov 18 07:10:34.289 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.289 INFO [stderr] Nov 18 07:10:34.289 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). Nov 18 07:10:34.289 INFO [stderr] --> src/lib.rs:302:28 Nov 18 07:10:34.289 INFO [stderr] | Nov 18 07:10:34.289 INFO [stderr] 302 | assert!(result.abs_sub(60.0) <= 0.0000001); Nov 18 07:10:34.289 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.289 INFO [stderr] Nov 18 07:10:34.290 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). Nov 18 07:10:34.290 INFO [stderr] --> src/lib.rs:315:28 Nov 18 07:10:34.290 INFO [stderr] | Nov 18 07:10:34.290 INFO [stderr] 315 | assert!(result.abs_sub(30.0) <= 0.0000001); Nov 18 07:10:34.290 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.290 INFO [stderr] Nov 18 07:10:34.290 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). Nov 18 07:10:34.290 INFO [stderr] --> src/lib.rs:328:28 Nov 18 07:10:34.290 INFO [stderr] | Nov 18 07:10:34.290 INFO [stderr] 328 | assert!(result.abs_sub(30.0) <= 0.0000001); Nov 18 07:10:34.290 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.290 INFO [stderr] Nov 18 07:10:34.295 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). Nov 18 07:10:34.295 INFO [stderr] --> src/lib.rs:341:28 Nov 18 07:10:34.295 INFO [stderr] | Nov 18 07:10:34.295 INFO [stderr] 341 | assert!(result.abs_sub(45.0) <= 0.0000001); Nov 18 07:10:34.295 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.295 INFO [stderr] Nov 18 07:10:34.295 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). Nov 18 07:10:34.296 INFO [stderr] --> src/lib.rs:354:28 Nov 18 07:10:34.296 INFO [stderr] | Nov 18 07:10:34.296 INFO [stderr] 354 | assert!(result.abs_sub(45.0) <= 0.0000001); Nov 18 07:10:34.296 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.296 INFO [stderr] Nov 18 07:10:34.296 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). Nov 18 07:10:34.296 INFO [stderr] --> src/lib.rs:368:28 Nov 18 07:10:34.296 INFO [stderr] | Nov 18 07:10:34.297 INFO [stderr] 368 | assert!(result.abs_sub(135.0) <= 0.000001); Nov 18 07:10:34.297 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.297 INFO [stderr] Nov 18 07:10:34.297 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). Nov 18 07:10:34.297 INFO [stderr] --> src/lib.rs:382:28 Nov 18 07:10:34.297 INFO [stderr] | Nov 18 07:10:34.297 INFO [stderr] 382 | assert!(result.abs_sub(135.0) <= 0.000001); Nov 18 07:10:34.297 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.297 INFO [stderr] Nov 18 07:10:34.297 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). Nov 18 07:10:34.297 INFO [stderr] --> src/lib.rs:393:33 Nov 18 07:10:34.297 INFO [stderr] | Nov 18 07:10:34.297 INFO [stderr] 393 | assert!(cosh(param).abs_sub(1.25) <= 0.00001); Nov 18 07:10:34.297 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.297 INFO [stderr] Nov 18 07:10:34.297 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). Nov 18 07:10:34.297 INFO [stderr] --> src/lib.rs:406:34 Nov 18 07:10:34.297 INFO [stderr] | Nov 18 07:10:34.297 INFO [stderr] 406 | assert!(coshf(param).abs_sub(1.25) <= 0.00001); Nov 18 07:10:34.299 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.301 INFO [stderr] Nov 18 07:10:34.301 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). Nov 18 07:10:34.301 INFO [stderr] --> src/lib.rs:419:33 Nov 18 07:10:34.301 INFO [stderr] | Nov 18 07:10:34.301 INFO [stderr] 419 | assert!(sinh(param).abs_sub(0.75) <= 0.00001); Nov 18 07:10:34.301 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.301 INFO [stderr] Nov 18 07:10:34.301 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). Nov 18 07:10:34.301 INFO [stderr] --> src/lib.rs:432:34 Nov 18 07:10:34.301 INFO [stderr] | Nov 18 07:10:34.301 INFO [stderr] 432 | assert!(sinhf(param).abs_sub(0.75) <= 0.00001); Nov 18 07:10:34.301 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.301 INFO [stderr] Nov 18 07:10:34.301 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). Nov 18 07:10:34.302 INFO [stderr] --> src/lib.rs:445:33 Nov 18 07:10:34.302 INFO [stderr] | Nov 18 07:10:34.302 INFO [stderr] 445 | assert!(tanh(param).abs_sub(0.6) <= 0.00001); Nov 18 07:10:34.302 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.302 INFO [stderr] Nov 18 07:10:34.302 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). Nov 18 07:10:34.302 INFO [stderr] --> src/lib.rs:458:34 Nov 18 07:10:34.302 INFO [stderr] | Nov 18 07:10:34.302 INFO [stderr] 458 | assert!(tanhf(param).abs_sub(0.6) <= 0.00001); Nov 18 07:10:34.302 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.302 INFO [stderr] Nov 18 07:10:34.302 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). Nov 18 07:10:34.302 INFO [stderr] --> src/lib.rs:471:34 Nov 18 07:10:34.302 INFO [stderr] | Nov 18 07:10:34.302 INFO [stderr] 471 | assert!(acosh(param).abs_sub(2.0) <= 0.00001); Nov 18 07:10:34.302 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.302 INFO [stderr] Nov 18 07:10:34.302 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). Nov 18 07:10:34.302 INFO [stderr] --> src/lib.rs:484:35 Nov 18 07:10:34.302 INFO [stderr] | Nov 18 07:10:34.303 INFO [stderr] 484 | assert!(acoshf(param).abs_sub(2.0) <= 0.00001); Nov 18 07:10:34.303 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.303 INFO [stderr] Nov 18 07:10:34.303 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). Nov 18 07:10:34.303 INFO [stderr] --> src/lib.rs:497:34 Nov 18 07:10:34.303 INFO [stderr] | Nov 18 07:10:34.303 INFO [stderr] 497 | assert!(asinh(param).abs_sub(2.0) <= 0.00001); Nov 18 07:10:34.303 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.303 INFO [stderr] Nov 18 07:10:34.303 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). Nov 18 07:10:34.303 INFO [stderr] --> src/lib.rs:510:35 Nov 18 07:10:34.303 INFO [stderr] | Nov 18 07:10:34.303 INFO [stderr] 510 | assert!(asinhf(param).abs_sub(2.0) <= 0.00001); Nov 18 07:10:34.303 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.303 INFO [stderr] Nov 18 07:10:34.303 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). Nov 18 07:10:34.303 INFO [stderr] --> src/lib.rs:523:34 Nov 18 07:10:34.303 INFO [stderr] | Nov 18 07:10:34.303 INFO [stderr] 523 | assert!(atanh(param).abs_sub(1.0) <= 0.00001); Nov 18 07:10:34.303 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.303 INFO [stderr] Nov 18 07:10:34.304 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). Nov 18 07:10:34.304 INFO [stderr] --> src/lib.rs:536:35 Nov 18 07:10:34.304 INFO [stderr] | Nov 18 07:10:34.304 INFO [stderr] 536 | assert!(atanhf(param).abs_sub(1.0) <= 0.00001); Nov 18 07:10:34.304 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.304 INFO [stderr] Nov 18 07:10:34.304 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). Nov 18 07:10:34.304 INFO [stderr] --> src/lib.rs:548:32 Nov 18 07:10:34.304 INFO [stderr] | Nov 18 07:10:34.304 INFO [stderr] 548 | assert!(exp(param).abs_sub(148.413159) <= 0.000001); Nov 18 07:10:34.304 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.304 INFO [stderr] Nov 18 07:10:34.304 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). Nov 18 07:10:34.304 INFO [stderr] --> src/lib.rs:559:33 Nov 18 07:10:34.304 INFO [stderr] | Nov 18 07:10:34.304 INFO [stderr] 559 | assert!(expf(param).abs_sub(148.413159) <= 0.000001); Nov 18 07:10:34.304 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.304 INFO [stderr] Nov 18 07:10:34.304 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). Nov 18 07:10:34.304 INFO [stderr] --> src/lib.rs:570:32 Nov 18 07:10:34.304 INFO [stderr] | Nov 18 07:10:34.304 INFO [stderr] 570 | assert!(log(param).abs_sub(1.704748) <= 0.000001); Nov 18 07:10:34.305 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.305 INFO [stderr] Nov 18 07:10:34.305 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). Nov 18 07:10:34.305 INFO [stderr] --> src/lib.rs:581:33 Nov 18 07:10:34.305 INFO [stderr] | Nov 18 07:10:34.305 INFO [stderr] 581 | assert!(logf(param).abs_sub(1.704748) <= 0.000001); Nov 18 07:10:34.305 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.305 INFO [stderr] Nov 18 07:10:34.343 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). Nov 18 07:10:34.343 INFO [stderr] --> src/lib.rs:692:52 Nov 18 07:10:34.343 INFO [stderr] | Nov 18 07:10:34.343 INFO [stderr] 692 | assert!(remainder(number, denominator).abs_sub(1.7) <= 0.0000001); Nov 18 07:10:34.343 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.343 INFO [stderr] Nov 18 07:10:34.343 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). Nov 18 07:10:34.343 INFO [stderr] --> src/lib.rs:702:53 Nov 18 07:10:34.343 INFO [stderr] | Nov 18 07:10:34.343 INFO [stderr] 702 | assert!(remainderf(number, denominator).abs_sub(0.7) <= 0.0000001); Nov 18 07:10:34.343 INFO [stderr] | ^^^^^^^ Nov 18 07:10:34.343 INFO [stderr] Nov 18 07:10:34.730 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s Nov 18 07:10:34.732 INFO [stderr] su: No module specific data is present Nov 18 07:10:34.973 INFO running `"docker" "inspect" "53dd885ce31b05a358ca26f1ecd1146b1dc20fb3eec884fa7e5ee6170ab38737"` Nov 18 07:10:35.054 INFO running `"docker" "rm" "-f" "53dd885ce31b05a358ca26f1ecd1146b1dc20fb3eec884fa7e5ee6170ab38737"` Nov 18 07:10:35.146 INFO [stdout] 53dd885ce31b05a358ca26f1ecd1146b1dc20fb3eec884fa7e5ee6170ab38737 Nov 18 07:10:35.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 18 07:10:35.320 INFO [stdout] 2844877ebd644b5cc341e7c2f9532060e61da612c49944b4cf499b5006ea26b2 Nov 18 07:10:35.322 INFO running `"docker" "start" "-a" "2844877ebd644b5cc341e7c2f9532060e61da612c49944b4cf499b5006ea26b2"` Nov 18 07:10:35.758 INFO [stderr] usermod: no changes Nov 18 07:10:35.790 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Nov 18 07:10:35.791 INFO [stderr] Running /target/debug/deps/linux_api_math-3661202e364ec0b8 Nov 18 07:10:35.797 INFO [stdout] Nov 18 07:10:35.797 INFO [stdout] running 40 tests Nov 18 07:10:35.798 INFO [stdout] test test::test_acosf ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_asin ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_asinf ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_atan ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_atan2 ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_acos ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_acosh ... ok Nov 18 07:10:35.799 INFO [stdout] test test::test_acoshf ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_asinh ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_asinhf ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_atan2f ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_atanf ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_cos ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_atanhf ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_cosf ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_cosh ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_coshf ... ok Nov 18 07:10:35.803 INFO [stdout] test test::test_exp ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_expf ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_atanh ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_lrint ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_nearbyint ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_lrintf ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_nearbyintf ... ok Nov 18 07:10:35.804 INFO [stdout] test test::test_remainderf ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_rint ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_sin ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_rintf ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_sinf ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_sinhf ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_sinh ... ok Nov 18 07:10:35.805 INFO [stdout] test test::test_tan ... ok Nov 18 07:10:35.806 INFO [stdout] test test::test_logf ... ok Nov 18 07:10:35.806 INFO [stdout] test test::test_tanf ... ok Nov 18 07:10:35.806 INFO [stdout] test test::test_tanh ... ok Nov 18 07:10:35.806 INFO [stdout] test test::test_tanhf ... ok Nov 18 07:10:35.811 INFO [stdout] test test::test_remainder ... ok Nov 18 07:10:35.811 INFO [stdout] test test::test_llrintf ... ok Nov 18 07:10:35.811 INFO [stdout] test test::test_log ... ok Nov 18 07:10:35.811 INFO [stdout] test test::test_llrint ... ok Nov 18 07:10:35.811 INFO [stdout] Nov 18 07:10:35.811 INFO [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 07:10:35.811 INFO [stdout] Nov 18 07:10:35.815 INFO [stderr] Doc-tests linux-api-math Nov 18 07:10:36.567 INFO [stdout] Nov 18 07:10:36.567 INFO [stdout] running 0 tests Nov 18 07:10:36.567 INFO [stdout] Nov 18 07:10:36.567 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 07:10:36.567 INFO [stdout] Nov 18 07:10:36.580 INFO [stderr] su: No module specific data is present Nov 18 07:10:36.832 INFO running `"docker" "inspect" "2844877ebd644b5cc341e7c2f9532060e61da612c49944b4cf499b5006ea26b2"` Nov 18 07:10:36.922 INFO running `"docker" "rm" "-f" "2844877ebd644b5cc341e7c2f9532060e61da612c49944b4cf499b5006ea26b2"` Nov 18 07:10:37.012 INFO [stdout] 2844877ebd644b5cc341e7c2f9532060e61da612c49944b4cf499b5006ea26b2