Jul 12 06:30:22.189 INFO checking integral_square_root-1.0.1 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 06:30:22.189 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 06:30:22.189 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 06:30:22.189 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 06:30:22.473 INFO blam! 6f31cc4e325152bec424717d1354bf6aef6c76a6d69bfbc2555208d69d397c04 Jul 12 06:30:22.476 INFO running `"docker" "start" "-a" "6f31cc4e325152bec424717d1354bf6aef6c76a6d69bfbc2555208d69d397c04"` Jul 12 06:30:24.007 INFO kablam! Checking integral_square_root v1.0.1 (file:///source) Jul 12 06:30:24.526 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). Jul 12 06:30:24.526 INFO kablam! --> src/lib.rs:100:30 Jul 12 06:30:24.527 INFO kablam! | Jul 12 06:30:24.527 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Jul 12 06:30:24.527 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.527 INFO kablam! | Jul 12 06:30:24.527 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 06:30:24.527 INFO kablam! Jul 12 06:30:24.535 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). Jul 12 06:30:24.535 INFO kablam! --> src/lib.rs:107:30 Jul 12 06:30:24.535 INFO kablam! | Jul 12 06:30:24.535 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Jul 12 06:30:24.535 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.535 INFO kablam! Jul 12 06:30:24.536 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). Jul 12 06:30:24.536 INFO kablam! --> src/lib.rs:115:30 Jul 12 06:30:24.536 INFO kablam! | Jul 12 06:30:24.536 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Jul 12 06:30:24.536 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.536 INFO kablam! Jul 12 06:30:24.537 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). Jul 12 06:30:24.537 INFO kablam! --> src/lib.rs:122:30 Jul 12 06:30:24.537 INFO kablam! | Jul 12 06:30:24.537 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Jul 12 06:30:24.538 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.538 INFO kablam! Jul 12 06:30:24.539 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). Jul 12 06:30:24.539 INFO kablam! --> src/lib.rs:129:30 Jul 12 06:30:24.539 INFO kablam! | Jul 12 06:30:24.539 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Jul 12 06:30:24.539 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.539 INFO kablam! Jul 12 06:30:24.540 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). Jul 12 06:30:24.540 INFO kablam! --> src/lib.rs:136:30 Jul 12 06:30:24.540 INFO kablam! | Jul 12 06:30:24.540 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Jul 12 06:30:24.540 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.540 INFO kablam! Jul 12 06:30:24.541 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). Jul 12 06:30:24.541 INFO kablam! --> src/lib.rs:143:30 Jul 12 06:30:24.541 INFO kablam! | Jul 12 06:30:24.541 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Jul 12 06:30:24.541 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.541 INFO kablam! Jul 12 06:30:24.542 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). Jul 12 06:30:24.542 INFO kablam! --> src/lib.rs:150:30 Jul 12 06:30:24.542 INFO kablam! | Jul 12 06:30:24.542 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Jul 12 06:30:24.542 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.542 INFO kablam! Jul 12 06:30:24.549 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). Jul 12 06:30:24.549 INFO kablam! --> src/lib.rs:157:30 Jul 12 06:30:24.549 INFO kablam! | Jul 12 06:30:24.549 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Jul 12 06:30:24.549 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.549 INFO kablam! Jul 12 06:30:24.549 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). Jul 12 06:30:24.549 INFO kablam! --> src/lib.rs:164:30 Jul 12 06:30:24.549 INFO kablam! | Jul 12 06:30:24.549 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Jul 12 06:30:24.549 INFO kablam! | ^^^^^^^ Jul 12 06:30:24.549 INFO kablam! Jul 12 06:30:24.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Jul 12 06:30:24.579 INFO kablam! su: No module specific data is present Jul 12 06:30:25.185 INFO running `"docker" "rm" "-f" "6f31cc4e325152bec424717d1354bf6aef6c76a6d69bfbc2555208d69d397c04"` Jul 12 06:30:25.351 INFO blam! 6f31cc4e325152bec424717d1354bf6aef6c76a6d69bfbc2555208d69d397c04