Dec 15 07:48:02.132 INFO testing integral_square_root-1.0.1 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 07:48:02.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 07:48:02.551 INFO [stdout] b402104beab2058d309a00fb8869850a3cdc1275ab524e0edd596879923bafb7 Dec 15 07:48:02.559 INFO running `"docker" "start" "-a" "b402104beab2058d309a00fb8869850a3cdc1275ab524e0edd596879923bafb7"` Dec 15 07:48:04.026 INFO [stderr] usermod: no changes Dec 15 07:48:04.115 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Dec 15 07:48:04.882 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.82s Dec 15 07:48:04.885 INFO [stderr] su: No module specific data is present Dec 15 07:48:05.983 INFO running `"docker" "inspect" "b402104beab2058d309a00fb8869850a3cdc1275ab524e0edd596879923bafb7"` Dec 15 07:48:06.333 INFO running `"docker" "rm" "-f" "b402104beab2058d309a00fb8869850a3cdc1275ab524e0edd596879923bafb7"` Dec 15 07:48:06.678 INFO [stdout] b402104beab2058d309a00fb8869850a3cdc1275ab524e0edd596879923bafb7 Dec 15 07:48:06.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 07:48:07.255 INFO [stdout] 89890913d2c25a4306205589c17150f7e0a22759e1efedf1bee110662f64079d Dec 15 07:48:07.261 INFO running `"docker" "start" "-a" "89890913d2c25a4306205589c17150f7e0a22759e1efedf1bee110662f64079d"` Dec 15 07:48:09.299 INFO [stderr] usermod: no changes Dec 15 07:48:09.379 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Dec 15 07:48:10.103 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 15 07:48:10.103 INFO [stderr] --> src/lib.rs:100:30 Dec 15 07:48:10.103 INFO [stderr] | Dec 15 07:48:10.103 INFO [stderr] 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Dec 15 07:48:10.103 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.103 INFO [stderr] | Dec 15 07:48:10.103 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 15 07:48:10.103 INFO [stderr] Dec 15 07:48:10.103 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 15 07:48:10.103 INFO [stderr] --> src/lib.rs:107:30 Dec 15 07:48:10.103 INFO [stderr] | Dec 15 07:48:10.103 INFO [stderr] 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Dec 15 07:48:10.103 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.103 INFO [stderr] Dec 15 07:48:10.103 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 15 07:48:10.103 INFO [stderr] --> src/lib.rs:115:30 Dec 15 07:48:10.103 INFO [stderr] | Dec 15 07:48:10.103 INFO [stderr] 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Dec 15 07:48:10.103 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.103 INFO [stderr] Dec 15 07:48:10.103 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 15 07:48:10.103 INFO [stderr] --> src/lib.rs:122:30 Dec 15 07:48:10.103 INFO [stderr] | Dec 15 07:48:10.103 INFO [stderr] 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Dec 15 07:48:10.104 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.104 INFO [stderr] Dec 15 07:48:10.104 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 15 07:48:10.104 INFO [stderr] --> src/lib.rs:129:30 Dec 15 07:48:10.104 INFO [stderr] | Dec 15 07:48:10.104 INFO [stderr] 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Dec 15 07:48:10.104 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.104 INFO [stderr] Dec 15 07:48:10.104 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 15 07:48:10.104 INFO [stderr] --> src/lib.rs:136:30 Dec 15 07:48:10.104 INFO [stderr] | Dec 15 07:48:10.104 INFO [stderr] 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Dec 15 07:48:10.104 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.104 INFO [stderr] Dec 15 07:48:10.104 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 15 07:48:10.104 INFO [stderr] --> src/lib.rs:143:30 Dec 15 07:48:10.104 INFO [stderr] | Dec 15 07:48:10.104 INFO [stderr] 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Dec 15 07:48:10.104 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.104 INFO [stderr] Dec 15 07:48:10.104 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 15 07:48:10.104 INFO [stderr] --> src/lib.rs:150:30 Dec 15 07:48:10.104 INFO [stderr] | Dec 15 07:48:10.105 INFO [stderr] 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Dec 15 07:48:10.105 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.105 INFO [stderr] Dec 15 07:48:10.105 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 15 07:48:10.105 INFO [stderr] --> src/lib.rs:157:30 Dec 15 07:48:10.105 INFO [stderr] | Dec 15 07:48:10.105 INFO [stderr] 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Dec 15 07:48:10.105 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.105 INFO [stderr] Dec 15 07:48:10.106 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 15 07:48:10.106 INFO [stderr] --> src/lib.rs:164:30 Dec 15 07:48:10.106 INFO [stderr] | Dec 15 07:48:10.106 INFO [stderr] 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Dec 15 07:48:10.106 INFO [stderr] | ^^^^^^^ Dec 15 07:48:10.106 INFO [stderr] Dec 15 07:48:10.590 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.27s Dec 15 07:48:10.592 INFO [stderr] su: No module specific data is present Dec 15 07:48:11.675 INFO running `"docker" "inspect" "89890913d2c25a4306205589c17150f7e0a22759e1efedf1bee110662f64079d"` Dec 15 07:48:12.028 INFO running `"docker" "rm" "-f" "89890913d2c25a4306205589c17150f7e0a22759e1efedf1bee110662f64079d"` Dec 15 07:48:12.371 INFO [stdout] 89890913d2c25a4306205589c17150f7e0a22759e1efedf1bee110662f64079d Dec 15 07:48:12.373 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 07:48:12.896 INFO [stdout] 9f9f6c4584566346245b9a1902d32da1e39a859e72364a0a60da56cb49035bdd Dec 15 07:48:12.898 INFO running `"docker" "start" "-a" "9f9f6c4584566346245b9a1902d32da1e39a859e72364a0a60da56cb49035bdd"` Dec 15 07:48:14.906 INFO [stderr] usermod: no changes Dec 15 07:48:14.963 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 15 07:48:14.963 INFO [stderr] Running /target/debug/deps/integral_square_root-407a3bad51221dc1 Dec 15 07:48:14.975 INFO [stdout] Dec 15 07:48:14.975 INFO [stdout] running 10 tests Dec 15 07:48:14.975 INFO [stdout] test test::test_u16_sqrt ... ok Dec 15 07:48:14.975 INFO [stdout] test test::test_isize_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_u32_sqrt ... ok Dec 15 07:48:15.004 INFO [stderr] Doc-tests integral_square_root Dec 15 07:48:15.004 INFO [stdout] test test::test_i8_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_i16_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_i64_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_i32_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_u64_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_u8_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] test test::test_usize_sqrt ... ok Dec 15 07:48:15.004 INFO [stdout] Dec 15 07:48:15.004 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 07:48:15.004 INFO [stdout] Dec 15 07:48:15.980 INFO [stdout] Dec 15 07:48:15.980 INFO [stdout] running 0 tests Dec 15 07:48:15.980 INFO [stdout] Dec 15 07:48:15.980 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 07:48:15.980 INFO [stdout] Dec 15 07:48:15.991 INFO [stderr] su: No module specific data is present Dec 15 07:48:16.859 INFO running `"docker" "inspect" "9f9f6c4584566346245b9a1902d32da1e39a859e72364a0a60da56cb49035bdd"` Dec 15 07:48:17.221 INFO running `"docker" "rm" "-f" "9f9f6c4584566346245b9a1902d32da1e39a859e72364a0a60da56cb49035bdd"` Dec 15 07:48:17.655 INFO [stdout] 9f9f6c4584566346245b9a1902d32da1e39a859e72364a0a60da56cb49035bdd