Sep 02 10:20:34.166 INFO checking integral_square_root-1.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 10:20:34.166 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 10:20:34.166 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 10:20:34.338 INFO blam! 8f315ac7ce79d9ef2319a807629a7719a8b355383cc1ab3dc6d82b3913badc5a Sep 02 10:20:34.340 INFO running `"docker" "start" "-a" "8f315ac7ce79d9ef2319a807629a7719a8b355383cc1ab3dc6d82b3913badc5a"` Sep 02 10:20:35.086 INFO kablam! Checking integral_square_root v1.0.1 (file:///source) Sep 02 10:20:35.806 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 02 10:20:35.806 INFO kablam! --> src/lib.rs:100:30 Sep 02 10:20:35.806 INFO kablam! | Sep 02 10:20:35.806 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Sep 02 10:20:35.806 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.806 INFO kablam! | Sep 02 10:20:35.806 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 10:20:35.806 INFO kablam! Sep 02 10:20:35.818 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 02 10:20:35.819 INFO kablam! --> src/lib.rs:107:30 Sep 02 10:20:35.819 INFO kablam! | Sep 02 10:20:35.819 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Sep 02 10:20:35.819 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.819 INFO kablam! Sep 02 10:20:35.820 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 02 10:20:35.820 INFO kablam! --> src/lib.rs:115:30 Sep 02 10:20:35.820 INFO kablam! | Sep 02 10:20:35.820 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Sep 02 10:20:35.820 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.820 INFO kablam! Sep 02 10:20:35.821 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 02 10:20:35.821 INFO kablam! --> src/lib.rs:122:30 Sep 02 10:20:35.821 INFO kablam! | Sep 02 10:20:35.821 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Sep 02 10:20:35.821 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.821 INFO kablam! Sep 02 10:20:35.822 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 02 10:20:35.822 INFO kablam! --> src/lib.rs:129:30 Sep 02 10:20:35.822 INFO kablam! | Sep 02 10:20:35.822 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Sep 02 10:20:35.823 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.823 INFO kablam! Sep 02 10:20:35.824 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 02 10:20:35.824 INFO kablam! --> src/lib.rs:136:30 Sep 02 10:20:35.824 INFO kablam! | Sep 02 10:20:35.824 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Sep 02 10:20:35.824 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.824 INFO kablam! Sep 02 10:20:35.825 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 02 10:20:35.825 INFO kablam! --> src/lib.rs:143:30 Sep 02 10:20:35.825 INFO kablam! | Sep 02 10:20:35.825 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Sep 02 10:20:35.825 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.825 INFO kablam! Sep 02 10:20:35.826 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 02 10:20:35.826 INFO kablam! --> src/lib.rs:150:30 Sep 02 10:20:35.826 INFO kablam! | Sep 02 10:20:35.826 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Sep 02 10:20:35.826 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.826 INFO kablam! Sep 02 10:20:35.827 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 02 10:20:35.827 INFO kablam! --> src/lib.rs:157:30 Sep 02 10:20:35.827 INFO kablam! | Sep 02 10:20:35.828 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Sep 02 10:20:35.828 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.828 INFO kablam! Sep 02 10:20:35.829 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 02 10:20:35.829 INFO kablam! --> src/lib.rs:164:30 Sep 02 10:20:35.829 INFO kablam! | Sep 02 10:20:35.829 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Sep 02 10:20:35.829 INFO kablam! | ^^^^^^^ Sep 02 10:20:35.829 INFO kablam! Sep 02 10:20:35.869 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 02 10:20:35.872 INFO kablam! su: No module specific data is present Sep 02 10:20:36.308 INFO running `"docker" "rm" "-f" "8f315ac7ce79d9ef2319a807629a7719a8b355383cc1ab3dc6d82b3913badc5a"` Sep 02 10:20:36.402 INFO blam! 8f315ac7ce79d9ef2319a807629a7719a8b355383cc1ab3dc6d82b3913badc5a