Aug 11 11:02:45.224 INFO checking integral_square_root-1.0.1 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 11 11:02:45.225 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 11:02:45.225 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 11 11:02:45.225 INFO running `"docker" "create" "-v" "/tmp/crater.DVrYnUKQ0F1r:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-6/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 11 11:02:45.522 INFO blam! d78e79e761d0e42ae4419b30a6eb7f5ed0820af0f9c53d1004080d4f9ff5571f Aug 11 11:02:45.525 INFO running `"docker" "start" "-a" "d78e79e761d0e42ae4419b30a6eb7f5ed0820af0f9c53d1004080d4f9ff5571f"` Aug 11 11:02:46.657 INFO kablam! Checking integral_square_root v1.0.1 (file:///source) Aug 11 11:02:47.445 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 11 11:02:47.445 INFO kablam! --> src/lib.rs:100:30 Aug 11 11:02:47.446 INFO kablam! | Aug 11 11:02:47.446 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Aug 11 11:02:47.446 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.446 INFO kablam! | Aug 11 11:02:47.446 INFO kablam! = note: #[warn(deprecated)] on by default Aug 11 11:02:47.446 INFO kablam! Aug 11 11:02:47.467 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 11 11:02:47.467 INFO kablam! --> src/lib.rs:107:30 Aug 11 11:02:47.467 INFO kablam! | Aug 11 11:02:47.467 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Aug 11 11:02:47.467 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.468 INFO kablam! Aug 11 11:02:47.474 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 11 11:02:47.474 INFO kablam! --> src/lib.rs:115:30 Aug 11 11:02:47.475 INFO kablam! | Aug 11 11:02:47.475 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Aug 11 11:02:47.475 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.475 INFO kablam! Aug 11 11:02:47.476 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 11 11:02:47.476 INFO kablam! --> src/lib.rs:122:30 Aug 11 11:02:47.476 INFO kablam! | Aug 11 11:02:47.476 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Aug 11 11:02:47.476 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.476 INFO kablam! Aug 11 11:02:47.478 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 11 11:02:47.478 INFO kablam! --> src/lib.rs:129:30 Aug 11 11:02:47.478 INFO kablam! | Aug 11 11:02:47.478 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Aug 11 11:02:47.478 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.479 INFO kablam! Aug 11 11:02:47.481 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 11 11:02:47.481 INFO kablam! --> src/lib.rs:136:30 Aug 11 11:02:47.481 INFO kablam! | Aug 11 11:02:47.481 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Aug 11 11:02:47.481 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.481 INFO kablam! Aug 11 11:02:47.483 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 11 11:02:47.483 INFO kablam! --> src/lib.rs:143:30 Aug 11 11:02:47.483 INFO kablam! | Aug 11 11:02:47.483 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Aug 11 11:02:47.483 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.483 INFO kablam! Aug 11 11:02:47.485 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 11 11:02:47.485 INFO kablam! --> src/lib.rs:150:30 Aug 11 11:02:47.485 INFO kablam! | Aug 11 11:02:47.485 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Aug 11 11:02:47.485 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.486 INFO kablam! Aug 11 11:02:47.488 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 11 11:02:47.488 INFO kablam! --> src/lib.rs:157:30 Aug 11 11:02:47.488 INFO kablam! | Aug 11 11:02:47.488 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Aug 11 11:02:47.488 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.488 INFO kablam! Aug 11 11:02:47.491 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 11 11:02:47.491 INFO kablam! --> src/lib.rs:164:30 Aug 11 11:02:47.491 INFO kablam! | Aug 11 11:02:47.491 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Aug 11 11:02:47.491 INFO kablam! | ^^^^^^^ Aug 11 11:02:47.491 INFO kablam! Aug 11 11:02:47.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Aug 11 11:02:47.615 INFO kablam! su: No module specific data is present Aug 11 11:02:49.096 INFO running `"docker" "rm" "-f" "d78e79e761d0e42ae4419b30a6eb7f5ed0820af0f9c53d1004080d4f9ff5571f"` Aug 11 11:02:49.273 INFO blam! d78e79e761d0e42ae4419b30a6eb7f5ed0820af0f9c53d1004080d4f9ff5571f