Aug 30 14:01:10.078 INFO checking integral_square_root-1.0.1 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 14:01:10.078 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 14:01:10.078 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 14:01:10.332 INFO blam! 616fc6633805e58603e0ef455036812bb0150bc2463c2668458b4e0cc56493d2 Aug 30 14:01:10.332 INFO running `"docker" "start" "-a" "616fc6633805e58603e0ef455036812bb0150bc2463c2668458b4e0cc56493d2"` Aug 30 14:01:10.988 INFO kablam! Checking integral_square_root v1.0.1 (file:///source) Aug 30 14:01:11.823 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). Aug 30 14:01:11.823 INFO kablam! --> src/lib.rs:100:30 Aug 30 14:01:11.823 INFO kablam! | Aug 30 14:01:11.823 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Aug 30 14:01:11.823 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.823 INFO kablam! | Aug 30 14:01:11.823 INFO kablam! = note: #[warn(deprecated)] on by default Aug 30 14:01:11.823 INFO kablam! Aug 30 14:01:11.832 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). Aug 30 14:01:11.832 INFO kablam! --> src/lib.rs:107:30 Aug 30 14:01:11.832 INFO kablam! | Aug 30 14:01:11.832 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Aug 30 14:01:11.832 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.832 INFO kablam! Aug 30 14:01:11.833 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). Aug 30 14:01:11.833 INFO kablam! --> src/lib.rs:115:30 Aug 30 14:01:11.833 INFO kablam! | Aug 30 14:01:11.833 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Aug 30 14:01:11.833 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.833 INFO kablam! Aug 30 14:01:11.834 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). Aug 30 14:01:11.834 INFO kablam! --> src/lib.rs:122:30 Aug 30 14:01:11.834 INFO kablam! | Aug 30 14:01:11.834 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Aug 30 14:01:11.834 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.834 INFO kablam! Aug 30 14:01:11.835 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). Aug 30 14:01:11.835 INFO kablam! --> src/lib.rs:129:30 Aug 30 14:01:11.835 INFO kablam! | Aug 30 14:01:11.835 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Aug 30 14:01:11.835 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.835 INFO kablam! Aug 30 14:01:11.836 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). Aug 30 14:01:11.836 INFO kablam! --> src/lib.rs:136:30 Aug 30 14:01:11.836 INFO kablam! | Aug 30 14:01:11.836 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Aug 30 14:01:11.836 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.836 INFO kablam! Aug 30 14:01:11.837 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). Aug 30 14:01:11.837 INFO kablam! --> src/lib.rs:143:30 Aug 30 14:01:11.837 INFO kablam! | Aug 30 14:01:11.837 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Aug 30 14:01:11.837 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.837 INFO kablam! Aug 30 14:01:11.838 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). Aug 30 14:01:11.838 INFO kablam! --> src/lib.rs:150:30 Aug 30 14:01:11.838 INFO kablam! | Aug 30 14:01:11.838 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Aug 30 14:01:11.838 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.838 INFO kablam! Aug 30 14:01:11.839 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). Aug 30 14:01:11.839 INFO kablam! --> src/lib.rs:157:30 Aug 30 14:01:11.839 INFO kablam! | Aug 30 14:01:11.839 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Aug 30 14:01:11.839 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.840 INFO kablam! Aug 30 14:01:11.840 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). Aug 30 14:01:11.840 INFO kablam! --> src/lib.rs:164:30 Aug 30 14:01:11.840 INFO kablam! | Aug 30 14:01:11.840 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Aug 30 14:01:11.841 INFO kablam! | ^^^^^^^ Aug 30 14:01:11.841 INFO kablam! Aug 30 14:01:11.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Aug 30 14:01:11.871 INFO kablam! su: No module specific data is present Aug 30 14:01:12.330 INFO running `"docker" "rm" "-f" "616fc6633805e58603e0ef455036812bb0150bc2463c2668458b4e0cc56493d2"` Aug 30 14:01:12.415 INFO blam! 616fc6633805e58603e0ef455036812bb0150bc2463c2668458b4e0cc56493d2