Sep 21 08:27:13.773 INFO checking integral_square_root-1.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 08:27:13.773 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 08:27:13.773 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 08:27:13.963 INFO blam! 4ba8910538be388d7b95502dedfee04e16553ff733f59f2ce5a636bc8e55ffc9 Sep 21 08:27:13.965 INFO running `"docker" "start" "-a" "4ba8910538be388d7b95502dedfee04e16553ff733f59f2ce5a636bc8e55ffc9"` Sep 21 08:27:14.857 INFO kablam! usermod: no changes Sep 21 08:27:14.906 INFO kablam! Checking integral_square_root v1.0.1 (/source) Sep 21 08:27:15.377 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). Sep 21 08:27:15.377 INFO kablam! --> src/lib.rs:100:30 Sep 21 08:27:15.377 INFO kablam! | Sep 21 08:27:15.377 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Sep 21 08:27:15.377 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.377 INFO kablam! | Sep 21 08:27:15.377 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 08:27:15.377 INFO kablam! Sep 21 08:27:15.390 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). Sep 21 08:27:15.390 INFO kablam! --> src/lib.rs:107:30 Sep 21 08:27:15.390 INFO kablam! | Sep 21 08:27:15.390 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Sep 21 08:27:15.390 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.390 INFO kablam! Sep 21 08:27:15.390 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). Sep 21 08:27:15.390 INFO kablam! --> src/lib.rs:115:30 Sep 21 08:27:15.390 INFO kablam! | Sep 21 08:27:15.390 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Sep 21 08:27:15.390 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.390 INFO kablam! Sep 21 08:27:15.390 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). Sep 21 08:27:15.390 INFO kablam! --> src/lib.rs:122:30 Sep 21 08:27:15.390 INFO kablam! | Sep 21 08:27:15.390 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Sep 21 08:27:15.390 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.390 INFO kablam! Sep 21 08:27:15.394 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). Sep 21 08:27:15.394 INFO kablam! --> src/lib.rs:129:30 Sep 21 08:27:15.394 INFO kablam! | Sep 21 08:27:15.394 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Sep 21 08:27:15.394 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.394 INFO kablam! Sep 21 08:27:15.394 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). Sep 21 08:27:15.394 INFO kablam! --> src/lib.rs:136:30 Sep 21 08:27:15.394 INFO kablam! | Sep 21 08:27:15.394 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Sep 21 08:27:15.394 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.394 INFO kablam! Sep 21 08:27:15.394 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). Sep 21 08:27:15.394 INFO kablam! --> src/lib.rs:143:30 Sep 21 08:27:15.394 INFO kablam! | Sep 21 08:27:15.394 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Sep 21 08:27:15.394 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.394 INFO kablam! Sep 21 08:27:15.394 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). Sep 21 08:27:15.394 INFO kablam! --> src/lib.rs:150:30 Sep 21 08:27:15.394 INFO kablam! | Sep 21 08:27:15.394 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Sep 21 08:27:15.394 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.394 INFO kablam! Sep 21 08:27:15.394 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). Sep 21 08:27:15.394 INFO kablam! --> src/lib.rs:157:30 Sep 21 08:27:15.394 INFO kablam! | Sep 21 08:27:15.394 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Sep 21 08:27:15.394 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.394 INFO kablam! Sep 21 08:27:15.398 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). Sep 21 08:27:15.398 INFO kablam! --> src/lib.rs:164:30 Sep 21 08:27:15.398 INFO kablam! | Sep 21 08:27:15.398 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Sep 21 08:27:15.398 INFO kablam! | ^^^^^^^ Sep 21 08:27:15.398 INFO kablam! Sep 21 08:27:15.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.54s Sep 21 08:27:15.444 INFO kablam! su: No module specific data is present Sep 21 08:27:16.243 INFO running `"docker" "rm" "-f" "4ba8910538be388d7b95502dedfee04e16553ff733f59f2ce5a636bc8e55ffc9"` Sep 21 08:27:16.367 INFO blam! 4ba8910538be388d7b95502dedfee04e16553ff733f59f2ce5a636bc8e55ffc9