Oct 22 02:14:14.184 INFO checking integral_square_root-1.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:14:14.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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"` Oct 22 02:14:14.401 INFO blam! 6ef11f99a515372f6b3110792a228400dd68efcf35f1d82eac85ac444da1d409 Oct 22 02:14:14.406 INFO running `"docker" "start" "-a" "6ef11f99a515372f6b3110792a228400dd68efcf35f1d82eac85ac444da1d409"` Oct 22 02:14:14.987 INFO kablam! usermod: no changes Oct 22 02:14:15.032 INFO kablam! Checking integral_square_root v1.0.1 (/source) Oct 22 02:14:15.772 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). Oct 22 02:14:15.773 INFO kablam! --> src/lib.rs:100:30 Oct 22 02:14:15.773 INFO kablam! | Oct 22 02:14:15.773 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Oct 22 02:14:15.773 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.774 INFO kablam! | Oct 22 02:14:15.774 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 02:14:15.775 INFO kablam! Oct 22 02:14:15.775 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). Oct 22 02:14:15.775 INFO kablam! --> src/lib.rs:107:30 Oct 22 02:14:15.775 INFO kablam! | Oct 22 02:14:15.776 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Oct 22 02:14:15.776 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.776 INFO kablam! Oct 22 02:14:15.776 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). Oct 22 02:14:15.777 INFO kablam! --> src/lib.rs:115:30 Oct 22 02:14:15.777 INFO kablam! | Oct 22 02:14:15.777 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Oct 22 02:14:15.777 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.778 INFO kablam! Oct 22 02:14:15.778 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). Oct 22 02:14:15.778 INFO kablam! --> src/lib.rs:122:30 Oct 22 02:14:15.778 INFO kablam! | Oct 22 02:14:15.778 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Oct 22 02:14:15.779 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.779 INFO kablam! Oct 22 02:14:15.779 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). Oct 22 02:14:15.779 INFO kablam! --> src/lib.rs:129:30 Oct 22 02:14:15.780 INFO kablam! | Oct 22 02:14:15.780 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Oct 22 02:14:15.780 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.781 INFO kablam! Oct 22 02:14:15.781 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). Oct 22 02:14:15.781 INFO kablam! --> src/lib.rs:136:30 Oct 22 02:14:15.781 INFO kablam! | Oct 22 02:14:15.782 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Oct 22 02:14:15.782 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.782 INFO kablam! Oct 22 02:14:15.782 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). Oct 22 02:14:15.783 INFO kablam! --> src/lib.rs:143:30 Oct 22 02:14:15.783 INFO kablam! | Oct 22 02:14:15.783 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 22 02:14:15.783 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.784 INFO kablam! Oct 22 02:14:15.784 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). Oct 22 02:14:15.788 INFO kablam! --> src/lib.rs:150:30 Oct 22 02:14:15.788 INFO kablam! | Oct 22 02:14:15.789 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 22 02:14:15.789 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.789 INFO kablam! Oct 22 02:14:15.789 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). Oct 22 02:14:15.790 INFO kablam! --> src/lib.rs:157:30 Oct 22 02:14:15.790 INFO kablam! | Oct 22 02:14:15.790 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 22 02:14:15.790 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.790 INFO kablam! Oct 22 02:14:15.791 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). Oct 22 02:14:15.791 INFO kablam! --> src/lib.rs:164:30 Oct 22 02:14:15.791 INFO kablam! | Oct 22 02:14:15.791 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 22 02:14:15.792 INFO kablam! | ^^^^^^^ Oct 22 02:14:15.792 INFO kablam! Oct 22 02:14:15.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.80s Oct 22 02:14:15.821 INFO kablam! su: No module specific data is present Oct 22 02:14:16.202 INFO running `"docker" "rm" "-f" "6ef11f99a515372f6b3110792a228400dd68efcf35f1d82eac85ac444da1d409"` Oct 22 02:14:16.355 INFO blam! 6ef11f99a515372f6b3110792a228400dd68efcf35f1d82eac85ac444da1d409