Oct 16 05:32:08.230 INFO testing integral_square_root-1.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 05:32:08.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 05:32:08.532 INFO blam! dbedfbf0459979b1b8e463601084d7ad90ff7b4212d9b63633869f2996a11268 Oct 16 05:32:08.537 INFO running `"docker" "start" "-a" "dbedfbf0459979b1b8e463601084d7ad90ff7b4212d9b63633869f2996a11268"` Oct 16 05:32:09.671 INFO kablam! usermod: no changes Oct 16 05:32:09.715 INFO kablam! Compiling integral_square_root v1.0.1 (/source) Oct 16 05:32:10.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 16 05:32:10.365 INFO kablam! su: No module specific data is present Oct 16 05:32:11.263 INFO running `"docker" "rm" "-f" "dbedfbf0459979b1b8e463601084d7ad90ff7b4212d9b63633869f2996a11268"` Oct 16 05:32:11.405 INFO blam! dbedfbf0459979b1b8e463601084d7ad90ff7b4212d9b63633869f2996a11268 Oct 16 05:32:11.416 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 05:32:11.759 INFO blam! 069a325112d4dca6f5e9e6227540e5a87c402846f280e509a814fc59eed9c0c9 Oct 16 05:32:11.762 INFO running `"docker" "start" "-a" "069a325112d4dca6f5e9e6227540e5a87c402846f280e509a814fc59eed9c0c9"` Oct 16 05:32:12.515 INFO kablam! usermod: no changes Oct 16 05:32:12.551 INFO kablam! Compiling integral_square_root v1.0.1 (/source) Oct 16 05:32:13.065 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). Oct 16 05:32:13.065 INFO kablam! --> src/lib.rs:100:30 Oct 16 05:32:13.065 INFO kablam! | Oct 16 05:32:13.065 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Oct 16 05:32:13.065 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.065 INFO kablam! | Oct 16 05:32:13.065 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 05:32:13.065 INFO kablam! Oct 16 05:32:13.071 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). Oct 16 05:32:13.071 INFO kablam! --> src/lib.rs:107:30 Oct 16 05:32:13.071 INFO kablam! | Oct 16 05:32:13.071 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Oct 16 05:32:13.071 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.071 INFO kablam! Oct 16 05:32:13.072 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). Oct 16 05:32:13.072 INFO kablam! --> src/lib.rs:115:30 Oct 16 05:32:13.072 INFO kablam! | Oct 16 05:32:13.072 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Oct 16 05:32:13.072 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.072 INFO kablam! Oct 16 05:32:13.073 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). Oct 16 05:32:13.073 INFO kablam! --> src/lib.rs:122:30 Oct 16 05:32:13.073 INFO kablam! | Oct 16 05:32:13.073 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Oct 16 05:32:13.073 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.073 INFO kablam! Oct 16 05:32:13.073 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). Oct 16 05:32:13.073 INFO kablam! --> src/lib.rs:129:30 Oct 16 05:32:13.073 INFO kablam! | Oct 16 05:32:13.073 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Oct 16 05:32:13.073 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.073 INFO kablam! Oct 16 05:32:13.074 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). Oct 16 05:32:13.074 INFO kablam! --> src/lib.rs:136:30 Oct 16 05:32:13.074 INFO kablam! | Oct 16 05:32:13.074 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Oct 16 05:32:13.074 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.074 INFO kablam! Oct 16 05:32:13.074 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). Oct 16 05:32:13.074 INFO kablam! --> src/lib.rs:143:30 Oct 16 05:32:13.074 INFO kablam! | Oct 16 05:32:13.074 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.074 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.074 INFO kablam! Oct 16 05:32:13.075 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). Oct 16 05:32:13.075 INFO kablam! --> src/lib.rs:150:30 Oct 16 05:32:13.075 INFO kablam! | Oct 16 05:32:13.075 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.075 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.075 INFO kablam! Oct 16 05:32:13.076 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). Oct 16 05:32:13.076 INFO kablam! --> src/lib.rs:157:30 Oct 16 05:32:13.076 INFO kablam! | Oct 16 05:32:13.076 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.076 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.076 INFO kablam! Oct 16 05:32:13.076 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). Oct 16 05:32:13.076 INFO kablam! --> src/lib.rs:164:30 Oct 16 05:32:13.076 INFO kablam! | Oct 16 05:32:13.076 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.076 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.076 INFO kablam! Oct 16 05:32:13.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 16 05:32:13.543 INFO kablam! su: No module specific data is present Oct 16 05:32:13.831 INFO running `"docker" "rm" "-f" "069a325112d4dca6f5e9e6227540e5a87c402846f280e509a814fc59eed9c0c9"` Oct 16 05:32:13.926 INFO blam! 069a325112d4dca6f5e9e6227540e5a87c402846f280e509a814fc59eed9c0c9 Oct 16 05:32:13.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 05:32:14.157 INFO blam! 4c1b55c888e415dc8659a963bbfcdd467d3eae0b29280b01dcc98b14dce13a04 Oct 16 05:32:14.162 INFO running `"docker" "start" "-a" "4c1b55c888e415dc8659a963bbfcdd467d3eae0b29280b01dcc98b14dce13a04"` Oct 16 05:32:14.833 INFO kablam! usermod: no changes Oct 16 05:32:14.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 05:32:14.883 INFO kablam! Running /target/debug/deps/integral_square_root-f9e32b04f86adf01 Oct 16 05:32:14.884 INFO blam! Oct 16 05:32:14.884 INFO blam! running 10 tests Oct 16 05:32:14.891 INFO blam! test test::test_i16_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_i8_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_i32_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_isize_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_u16_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_u8_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_i64_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_u64_sqrt ... ok Oct 16 05:32:14.891 INFO blam! test test::test_u32_sqrt ... ok Oct 16 05:32:14.899 INFO blam! test test::test_usize_sqrt ... ok Oct 16 05:32:14.899 INFO kablam! Doc-tests integral_square_root Oct 16 05:32:14.899 INFO blam! Oct 16 05:32:14.899 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:32:14.899 INFO blam! Oct 16 05:32:15.835 INFO blam! Oct 16 05:32:15.835 INFO kablam! su: No module specific data is present Oct 16 05:32:15.836 INFO blam! running 0 tests Oct 16 05:32:15.836 INFO blam! Oct 16 05:32:15.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:32:15.837 INFO blam! Oct 16 05:32:16.140 INFO running `"docker" "rm" "-f" "4c1b55c888e415dc8659a963bbfcdd467d3eae0b29280b01dcc98b14dce13a04"` Oct 16 05:32:16.238 INFO blam! 4c1b55c888e415dc8659a963bbfcdd467d3eae0b29280b01dcc98b14dce13a04