Nov 18 08:48:50.393 INFO testing integral_square_root-1.0.1 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 08:48:50.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 08:48:50.607 INFO [stdout] 5b2bb9f23f431e40f608f7baceeeff2de0db495724748320ef28a967ce1687aa Nov 18 08:48:50.612 INFO running `"docker" "start" "-a" "5b2bb9f23f431e40f608f7baceeeff2de0db495724748320ef28a967ce1687aa"` Nov 18 08:48:51.152 INFO [stderr] usermod: no changes Nov 18 08:48:51.183 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Nov 18 08:48:51.529 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.35s Nov 18 08:48:51.531 INFO [stderr] su: No module specific data is present Nov 18 08:48:51.869 INFO running `"docker" "inspect" "5b2bb9f23f431e40f608f7baceeeff2de0db495724748320ef28a967ce1687aa"` Nov 18 08:48:52.163 INFO running `"docker" "rm" "-f" "5b2bb9f23f431e40f608f7baceeeff2de0db495724748320ef28a967ce1687aa"` Nov 18 08:48:52.443 INFO [stdout] 5b2bb9f23f431e40f608f7baceeeff2de0db495724748320ef28a967ce1687aa Nov 18 08:48:52.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 08:48:52.881 INFO [stdout] d0d52fafed77cdccd2b65e0ce24c9d61e3d5a5b92b6657e51d1bf0b7516e1bdc Nov 18 08:48:52.885 INFO running `"docker" "start" "-a" "d0d52fafed77cdccd2b65e0ce24c9d61e3d5a5b92b6657e51d1bf0b7516e1bdc"` Nov 18 08:48:53.651 INFO [stderr] usermod: no changes Nov 18 08:48:53.696 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Nov 18 08:48:54.256 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). Nov 18 08:48:54.256 INFO [stderr] --> src/lib.rs:100:30 Nov 18 08:48:54.256 INFO [stderr] | Nov 18 08:48:54.256 INFO [stderr] 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Nov 18 08:48:54.256 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.256 INFO [stderr] | Nov 18 08:48:54.256 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 08:48:54.256 INFO [stderr] Nov 18 08:48:54.262 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). Nov 18 08:48:54.262 INFO [stderr] --> src/lib.rs:107:30 Nov 18 08:48:54.262 INFO [stderr] | Nov 18 08:48:54.262 INFO [stderr] 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Nov 18 08:48:54.262 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.262 INFO [stderr] Nov 18 08:48:54.263 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). Nov 18 08:48:54.263 INFO [stderr] --> src/lib.rs:115:30 Nov 18 08:48:54.263 INFO [stderr] | Nov 18 08:48:54.263 INFO [stderr] 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Nov 18 08:48:54.263 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.263 INFO [stderr] Nov 18 08:48:54.263 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). Nov 18 08:48:54.263 INFO [stderr] --> src/lib.rs:122:30 Nov 18 08:48:54.263 INFO [stderr] | Nov 18 08:48:54.263 INFO [stderr] 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Nov 18 08:48:54.263 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.263 INFO [stderr] Nov 18 08:48:54.264 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). Nov 18 08:48:54.264 INFO [stderr] --> src/lib.rs:129:30 Nov 18 08:48:54.264 INFO [stderr] | Nov 18 08:48:54.264 INFO [stderr] 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Nov 18 08:48:54.264 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.264 INFO [stderr] Nov 18 08:48:54.264 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). Nov 18 08:48:54.264 INFO [stderr] --> src/lib.rs:136:30 Nov 18 08:48:54.264 INFO [stderr] | Nov 18 08:48:54.264 INFO [stderr] 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Nov 18 08:48:54.264 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.264 INFO [stderr] Nov 18 08:48:54.267 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). Nov 18 08:48:54.267 INFO [stderr] --> src/lib.rs:143:30 Nov 18 08:48:54.267 INFO [stderr] | Nov 18 08:48:54.267 INFO [stderr] 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.267 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.267 INFO [stderr] Nov 18 08:48:54.267 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). Nov 18 08:48:54.267 INFO [stderr] --> src/lib.rs:150:30 Nov 18 08:48:54.267 INFO [stderr] | Nov 18 08:48:54.267 INFO [stderr] 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.267 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.267 INFO [stderr] Nov 18 08:48:54.267 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). Nov 18 08:48:54.267 INFO [stderr] --> src/lib.rs:157:30 Nov 18 08:48:54.267 INFO [stderr] | Nov 18 08:48:54.267 INFO [stderr] 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.267 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.267 INFO [stderr] Nov 18 08:48:54.267 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). Nov 18 08:48:54.267 INFO [stderr] --> src/lib.rs:164:30 Nov 18 08:48:54.267 INFO [stderr] | Nov 18 08:48:54.267 INFO [stderr] 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.267 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.267 INFO [stderr] Nov 18 08:48:54.566 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s Nov 18 08:48:54.569 INFO [stderr] su: No module specific data is present Nov 18 08:48:55.044 INFO running `"docker" "inspect" "d0d52fafed77cdccd2b65e0ce24c9d61e3d5a5b92b6657e51d1bf0b7516e1bdc"` Nov 18 08:48:55.117 INFO running `"docker" "rm" "-f" "d0d52fafed77cdccd2b65e0ce24c9d61e3d5a5b92b6657e51d1bf0b7516e1bdc"` Nov 18 08:48:55.223 INFO [stdout] d0d52fafed77cdccd2b65e0ce24c9d61e3d5a5b92b6657e51d1bf0b7516e1bdc Nov 18 08:48:55.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 08:48:55.419 INFO [stdout] 31f8aaeaaf1e98da74bb2377cd53824855593018326bcf001b263bdc03a3b38b Nov 18 08:48:55.421 INFO running `"docker" "start" "-a" "31f8aaeaaf1e98da74bb2377cd53824855593018326bcf001b263bdc03a3b38b"` Nov 18 08:48:55.952 INFO [stderr] usermod: no changes Nov 18 08:48:55.978 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Nov 18 08:48:55.979 INFO [stderr] Running /target/debug/deps/integral_square_root-f4803a2aff2479fd Nov 18 08:48:55.980 INFO [stdout] Nov 18 08:48:55.981 INFO [stdout] running 10 tests Nov 18 08:48:55.981 INFO [stdout] test test::test_i16_sqrt ... ok Nov 18 08:48:55.982 INFO [stdout] test test::test_i32_sqrt ... ok Nov 18 08:48:55.982 INFO [stdout] test test::test_i64_sqrt ... ok Nov 18 08:48:55.982 INFO [stdout] test test::test_usize_sqrt ... ok Nov 18 08:48:55.982 INFO [stdout] test test::test_u16_sqrt ... ok Nov 18 08:48:55.982 INFO [stdout] test test::test_u32_sqrt ... ok Nov 18 08:48:55.987 INFO [stdout] test test::test_isize_sqrt ... ok Nov 18 08:48:55.987 INFO [stdout] test test::test_u64_sqrt ... ok Nov 18 08:48:55.987 INFO [stdout] test test::test_i8_sqrt ... ok Nov 18 08:48:55.987 INFO [stdout] test test::test_u8_sqrt ... ok Nov 18 08:48:55.987 INFO [stdout] Nov 18 08:48:55.987 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 08:48:55.987 INFO [stdout] Nov 18 08:48:55.987 INFO [stderr] Doc-tests integral_square_root Nov 18 08:48:56.527 INFO [stdout] Nov 18 08:48:56.527 INFO [stdout] running 0 tests Nov 18 08:48:56.527 INFO [stdout] Nov 18 08:48:56.527 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 08:48:56.527 INFO [stdout] Nov 18 08:48:56.528 INFO [stderr] su: No module specific data is present Nov 18 08:48:57.095 INFO running `"docker" "inspect" "31f8aaeaaf1e98da74bb2377cd53824855593018326bcf001b263bdc03a3b38b"` Nov 18 08:48:57.263 INFO running `"docker" "rm" "-f" "31f8aaeaaf1e98da74bb2377cd53824855593018326bcf001b263bdc03a3b38b"` Nov 18 08:48:57.466 INFO [stdout] 31f8aaeaaf1e98da74bb2377cd53824855593018326bcf001b263bdc03a3b38b