Aug 17 19:27:26.559 INFO checking integral_square_root-1.0.1 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 19:27:26.559 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 19:27:26.559 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 19:27:26.560 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-7/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 19:27:26.789 INFO blam! e0cbb923fdf938657e41ee054fdddbfe2d07f8c29683ae6830d1a4643214788a Aug 17 19:27:26.792 INFO running `"docker" "start" "-a" "e0cbb923fdf938657e41ee054fdddbfe2d07f8c29683ae6830d1a4643214788a"` Aug 17 19:27:27.808 INFO kablam! Checking integral_square_root v1.0.1 (file:///source) Aug 17 19:27:28.664 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 17 19:27:28.665 INFO kablam! --> src/lib.rs:100:30 Aug 17 19:27:28.665 INFO kablam! | Aug 17 19:27:28.665 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Aug 17 19:27:28.665 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.665 INFO kablam! | Aug 17 19:27:28.665 INFO kablam! = note: #[warn(deprecated)] on by default Aug 17 19:27:28.665 INFO kablam! Aug 17 19:27:28.684 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 17 19:27:28.684 INFO kablam! --> src/lib.rs:107:30 Aug 17 19:27:28.684 INFO kablam! | Aug 17 19:27:28.684 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Aug 17 19:27:28.684 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.684 INFO kablam! Aug 17 19:27:28.686 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 17 19:27:28.686 INFO kablam! --> src/lib.rs:115:30 Aug 17 19:27:28.686 INFO kablam! | Aug 17 19:27:28.686 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Aug 17 19:27:28.686 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.686 INFO kablam! Aug 17 19:27:28.688 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 17 19:27:28.688 INFO kablam! --> src/lib.rs:122:30 Aug 17 19:27:28.688 INFO kablam! | Aug 17 19:27:28.688 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Aug 17 19:27:28.688 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.688 INFO kablam! Aug 17 19:27:28.690 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 17 19:27:28.690 INFO kablam! --> src/lib.rs:129:30 Aug 17 19:27:28.690 INFO kablam! | Aug 17 19:27:28.690 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Aug 17 19:27:28.690 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.690 INFO kablam! Aug 17 19:27:28.692 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 17 19:27:28.692 INFO kablam! --> src/lib.rs:136:30 Aug 17 19:27:28.692 INFO kablam! | Aug 17 19:27:28.692 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Aug 17 19:27:28.692 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.692 INFO kablam! Aug 17 19:27:28.694 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 17 19:27:28.694 INFO kablam! --> src/lib.rs:143:30 Aug 17 19:27:28.694 INFO kablam! | Aug 17 19:27:28.694 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Aug 17 19:27:28.694 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.694 INFO kablam! Aug 17 19:27:28.696 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 17 19:27:28.696 INFO kablam! --> src/lib.rs:150:30 Aug 17 19:27:28.696 INFO kablam! | Aug 17 19:27:28.696 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Aug 17 19:27:28.696 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.696 INFO kablam! Aug 17 19:27:28.698 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 17 19:27:28.698 INFO kablam! --> src/lib.rs:157:30 Aug 17 19:27:28.698 INFO kablam! | Aug 17 19:27:28.698 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Aug 17 19:27:28.698 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.698 INFO kablam! Aug 17 19:27:28.700 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 17 19:27:28.700 INFO kablam! --> src/lib.rs:164:30 Aug 17 19:27:28.700 INFO kablam! | Aug 17 19:27:28.700 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Aug 17 19:27:28.700 INFO kablam! | ^^^^^^^ Aug 17 19:27:28.700 INFO kablam! Aug 17 19:27:28.873 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Aug 17 19:27:28.877 INFO kablam! su: No module specific data is present Aug 17 19:27:29.734 INFO running `"docker" "rm" "-f" "e0cbb923fdf938657e41ee054fdddbfe2d07f8c29683ae6830d1a4643214788a"` Aug 17 19:27:29.920 INFO blam! e0cbb923fdf938657e41ee054fdddbfe2d07f8c29683ae6830d1a4643214788a