Dec 07 10:11:00.602 INFO testing integral_square_root-1.0.1 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 10:11:00.602 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-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"` Dec 07 10:11:01.028 INFO [stdout] 08641ba3d7eb86157dfd4418b6ccfa069a5464d200f7781f5fca9e6d0af21ee8 Dec 07 10:11:01.032 INFO running `"docker" "start" "-a" "08641ba3d7eb86157dfd4418b6ccfa069a5464d200f7781f5fca9e6d0af21ee8"` Dec 07 10:11:02.316 INFO [stderr] usermod: no changes Dec 07 10:11:02.416 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Dec 07 10:11:02.951 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.59s Dec 07 10:11:02.951 INFO [stderr] su: No module specific data is present Dec 07 10:11:04.042 INFO running `"docker" "inspect" "08641ba3d7eb86157dfd4418b6ccfa069a5464d200f7781f5fca9e6d0af21ee8"` Dec 07 10:11:04.498 INFO running `"docker" "rm" "-f" "08641ba3d7eb86157dfd4418b6ccfa069a5464d200f7781f5fca9e6d0af21ee8"` Dec 07 10:11:04.813 INFO [stdout] 08641ba3d7eb86157dfd4418b6ccfa069a5464d200f7781f5fca9e6d0af21ee8 Dec 07 10:11:04.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-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"` Dec 07 10:11:05.178 INFO [stdout] 663acc00a4d7b19f438df2a3c8f88bb6cdcc2c3530e91c712df96016596a1740 Dec 07 10:11:05.180 INFO running `"docker" "start" "-a" "663acc00a4d7b19f438df2a3c8f88bb6cdcc2c3530e91c712df96016596a1740"` Dec 07 10:11:06.586 INFO [stderr] usermod: no changes Dec 07 10:11:06.640 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Dec 07 10:11:07.311 INFO [stderr] 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). Dec 07 10:11:07.311 INFO [stderr] --> src/lib.rs:100:30 Dec 07 10:11:07.311 INFO [stderr] | Dec 07 10:11:07.311 INFO [stderr] 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Dec 07 10:11:07.311 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.311 INFO [stderr] | Dec 07 10:11:07.311 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 07 10:11:07.311 INFO [stderr] Dec 07 10:11:07.325 INFO [stderr] 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). Dec 07 10:11:07.325 INFO [stderr] --> src/lib.rs:107:30 Dec 07 10:11:07.325 INFO [stderr] | Dec 07 10:11:07.325 INFO [stderr] 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Dec 07 10:11:07.325 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.325 INFO [stderr] Dec 07 10:11:07.325 INFO [stderr] 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). Dec 07 10:11:07.325 INFO [stderr] --> src/lib.rs:115:30 Dec 07 10:11:07.325 INFO [stderr] | Dec 07 10:11:07.325 INFO [stderr] 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Dec 07 10:11:07.325 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.325 INFO [stderr] Dec 07 10:11:07.326 INFO [stderr] 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). Dec 07 10:11:07.326 INFO [stderr] --> src/lib.rs:122:30 Dec 07 10:11:07.326 INFO [stderr] | Dec 07 10:11:07.326 INFO [stderr] 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Dec 07 10:11:07.326 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.326 INFO [stderr] Dec 07 10:11:07.327 INFO [stderr] 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). Dec 07 10:11:07.327 INFO [stderr] --> src/lib.rs:129:30 Dec 07 10:11:07.327 INFO [stderr] | Dec 07 10:11:07.327 INFO [stderr] 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Dec 07 10:11:07.327 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.327 INFO [stderr] Dec 07 10:11:07.327 INFO [stderr] 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). Dec 07 10:11:07.327 INFO [stderr] --> src/lib.rs:136:30 Dec 07 10:11:07.327 INFO [stderr] | Dec 07 10:11:07.327 INFO [stderr] 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Dec 07 10:11:07.327 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.327 INFO [stderr] Dec 07 10:11:07.328 INFO [stderr] 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). Dec 07 10:11:07.328 INFO [stderr] --> src/lib.rs:143:30 Dec 07 10:11:07.328 INFO [stderr] | Dec 07 10:11:07.328 INFO [stderr] 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Dec 07 10:11:07.328 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.328 INFO [stderr] Dec 07 10:11:07.333 INFO [stderr] 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). Dec 07 10:11:07.333 INFO [stderr] --> src/lib.rs:150:30 Dec 07 10:11:07.333 INFO [stderr] | Dec 07 10:11:07.333 INFO [stderr] 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Dec 07 10:11:07.333 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.333 INFO [stderr] Dec 07 10:11:07.333 INFO [stderr] 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). Dec 07 10:11:07.333 INFO [stderr] --> src/lib.rs:157:30 Dec 07 10:11:07.333 INFO [stderr] | Dec 07 10:11:07.333 INFO [stderr] 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Dec 07 10:11:07.340 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.340 INFO [stderr] Dec 07 10:11:07.340 INFO [stderr] 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). Dec 07 10:11:07.340 INFO [stderr] --> src/lib.rs:164:30 Dec 07 10:11:07.340 INFO [stderr] | Dec 07 10:11:07.340 INFO [stderr] 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Dec 07 10:11:07.340 INFO [stderr] | ^^^^^^^ Dec 07 10:11:07.340 INFO [stderr] Dec 07 10:11:07.968 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s Dec 07 10:11:07.970 INFO [stderr] su: No module specific data is present Dec 07 10:11:08.572 INFO running `"docker" "inspect" "663acc00a4d7b19f438df2a3c8f88bb6cdcc2c3530e91c712df96016596a1740"` Dec 07 10:11:08.890 INFO running `"docker" "rm" "-f" "663acc00a4d7b19f438df2a3c8f88bb6cdcc2c3530e91c712df96016596a1740"` Dec 07 10:11:09.236 INFO [stdout] 663acc00a4d7b19f438df2a3c8f88bb6cdcc2c3530e91c712df96016596a1740 Dec 07 10:11:09.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-0/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-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"` Dec 07 10:11:09.760 INFO [stdout] 56b32ccf9a74eb20b5d7211a7bb58e66ff3e009589d33e435df660d90c7fb8f6 Dec 07 10:11:09.768 INFO running `"docker" "start" "-a" "56b32ccf9a74eb20b5d7211a7bb58e66ff3e009589d33e435df660d90c7fb8f6"` Dec 07 10:11:11.276 INFO [stderr] usermod: no changes Dec 07 10:11:11.332 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 07 10:11:11.332 INFO [stderr] Running /target/debug/deps/integral_square_root-8c3726670f99e87e Dec 07 10:11:11.335 INFO [stdout] Dec 07 10:11:11.335 INFO [stdout] running 10 tests Dec 07 10:11:11.340 INFO [stdout] test test::test_i16_sqrt ... ok Dec 07 10:11:11.344 INFO [stdout] test test::test_u8_sqrt ... ok Dec 07 10:11:11.344 INFO [stdout] test test::test_i64_sqrt ... ok Dec 07 10:11:11.344 INFO [stdout] test test::test_i8_sqrt ... ok Dec 07 10:11:11.344 INFO [stdout] test test::test_u64_sqrt ... ok Dec 07 10:11:11.344 INFO [stdout] test test::test_u16_sqrt ... ok Dec 07 10:11:11.348 INFO [stdout] test test::test_usize_sqrt ... ok Dec 07 10:11:11.360 INFO [stdout] test test::test_i32_sqrt ... ok Dec 07 10:11:11.360 INFO [stderr] Doc-tests integral_square_root Dec 07 10:11:11.360 INFO [stdout] test test::test_isize_sqrt ... ok Dec 07 10:11:11.360 INFO [stdout] test test::test_u32_sqrt ... ok Dec 07 10:11:11.360 INFO [stdout] Dec 07 10:11:11.360 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 10:11:11.360 INFO [stdout] Dec 07 10:11:12.256 INFO [stdout] Dec 07 10:11:12.256 INFO [stdout] running 0 tests Dec 07 10:11:12.256 INFO [stdout] Dec 07 10:11:12.256 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 10:11:12.256 INFO [stdout] Dec 07 10:11:12.262 INFO [stderr] su: No module specific data is present Dec 07 10:11:12.820 INFO running `"docker" "inspect" "56b32ccf9a74eb20b5d7211a7bb58e66ff3e009589d33e435df660d90c7fb8f6"` Dec 07 10:11:13.154 INFO running `"docker" "rm" "-f" "56b32ccf9a74eb20b5d7211a7bb58e66ff3e009589d33e435df660d90c7fb8f6"` Dec 07 10:11:13.556 INFO [stdout] 56b32ccf9a74eb20b5d7211a7bb58e66ff3e009589d33e435df660d90c7fb8f6