Oct 16 05:32:08.835 INFO testing integral_square_root-1.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 05:32:08.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:09.249 INFO blam! 336b745bd8874019cf465f90b37b223a768c512e1ea211e00e77a9d440ff5c4f Oct 16 05:32:09.251 INFO running `"docker" "start" "-a" "336b745bd8874019cf465f90b37b223a768c512e1ea211e00e77a9d440ff5c4f"` Oct 16 05:32:10.549 INFO kablam! usermod: no changes Oct 16 05:32:10.599 INFO kablam! Compiling integral_square_root v1.0.1 (/source) Oct 16 05:32:11.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 16 05:32:11.182 INFO kablam! su: No module specific data is present Oct 16 05:32:11.623 INFO running `"docker" "rm" "-f" "336b745bd8874019cf465f90b37b223a768c512e1ea211e00e77a9d440ff5c4f"` Oct 16 05:32:11.831 INFO blam! 336b745bd8874019cf465f90b37b223a768c512e1ea211e00e77a9d440ff5c4f Oct 16 05:32:11.843 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:12.202 INFO blam! 6b5775eb7c555eb77ef5ca3b25744d693ea000c2710c68542bf60e9a1759b96d Oct 16 05:32:12.211 INFO running `"docker" "start" "-a" "6b5775eb7c555eb77ef5ca3b25744d693ea000c2710c68542bf60e9a1759b96d"` Oct 16 05:32:12.703 INFO kablam! usermod: no changes Oct 16 05:32:12.739 INFO kablam! Compiling integral_square_root v1.0.1 (/source) Oct 16 05:32:13.211 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.211 INFO kablam! --> src/lib.rs:100:30 Oct 16 05:32:13.211 INFO kablam! | Oct 16 05:32:13.211 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Oct 16 05:32:13.211 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.211 INFO kablam! | Oct 16 05:32:13.211 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 05:32:13.211 INFO kablam! Oct 16 05:32:13.212 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.212 INFO kablam! --> src/lib.rs:107:30 Oct 16 05:32:13.212 INFO kablam! | Oct 16 05:32:13.212 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Oct 16 05:32:13.212 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.212 INFO kablam! Oct 16 05:32:13.213 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.213 INFO kablam! --> src/lib.rs:115:30 Oct 16 05:32:13.213 INFO kablam! | Oct 16 05:32:13.213 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Oct 16 05:32:13.213 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.213 INFO kablam! Oct 16 05:32:13.213 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.213 INFO kablam! --> src/lib.rs:122:30 Oct 16 05:32:13.213 INFO kablam! | Oct 16 05:32:13.213 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Oct 16 05:32:13.213 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.213 INFO kablam! Oct 16 05:32:13.214 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.214 INFO kablam! --> src/lib.rs:129:30 Oct 16 05:32:13.214 INFO kablam! | Oct 16 05:32:13.214 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Oct 16 05:32:13.214 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.214 INFO kablam! Oct 16 05:32:13.214 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.214 INFO kablam! --> src/lib.rs:136:30 Oct 16 05:32:13.214 INFO kablam! | Oct 16 05:32:13.214 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Oct 16 05:32:13.214 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.214 INFO kablam! Oct 16 05:32:13.215 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.215 INFO kablam! --> src/lib.rs:143:30 Oct 16 05:32:13.215 INFO kablam! | Oct 16 05:32:13.215 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.215 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.215 INFO kablam! Oct 16 05:32:13.215 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.216 INFO kablam! --> src/lib.rs:150:30 Oct 16 05:32:13.216 INFO kablam! | Oct 16 05:32:13.216 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.216 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.216 INFO kablam! Oct 16 05:32:13.216 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.216 INFO kablam! --> src/lib.rs:157:30 Oct 16 05:32:13.216 INFO kablam! | Oct 16 05:32:13.216 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.216 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.216 INFO kablam! Oct 16 05:32:13.219 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.219 INFO kablam! --> src/lib.rs:164:30 Oct 16 05:32:13.219 INFO kablam! | Oct 16 05:32:13.219 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 16 05:32:13.219 INFO kablam! | ^^^^^^^ Oct 16 05:32:13.219 INFO kablam! Oct 16 05:32:13.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.92s Oct 16 05:32:13.660 INFO kablam! su: No module specific data is present Oct 16 05:32:13.963 INFO running `"docker" "rm" "-f" "6b5775eb7c555eb77ef5ca3b25744d693ea000c2710c68542bf60e9a1759b96d"` Oct 16 05:32:14.087 INFO blam! 6b5775eb7c555eb77ef5ca3b25744d693ea000c2710c68542bf60e9a1759b96d Oct 16 05:32:14.089 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.261 INFO blam! 14b4d9878aa638a6b6ab553119b7045a09c17550a7e5b6e5a07f5ae5bde9fd4a Oct 16 05:32:14.266 INFO running `"docker" "start" "-a" "14b4d9878aa638a6b6ab553119b7045a09c17550a7e5b6e5a07f5ae5bde9fd4a"` Oct 16 05:32:14.833 INFO kablam! usermod: no changes Oct 16 05:32:14.864 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 05:32:14.864 INFO kablam! Running /target/debug/deps/integral_square_root-9ee773d8510fc139 Oct 16 05:32:14.869 INFO blam! Oct 16 05:32:14.869 INFO blam! running 10 tests Oct 16 05:32:14.869 INFO blam! test test::test_i16_sqrt ... ok Oct 16 05:32:14.871 INFO blam! test test::test_i8_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_isize_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_u16_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_u64_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_u32_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_i32_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_i64_sqrt ... ok Oct 16 05:32:14.872 INFO blam! test test::test_u8_sqrt ... ok Oct 16 05:32:14.876 INFO blam! test test::test_usize_sqrt ... ok Oct 16 05:32:14.876 INFO kablam! Doc-tests integral_square_root Oct 16 05:32:14.876 INFO blam! Oct 16 05:32:14.876 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:32:14.876 INFO blam! Oct 16 05:32:15.867 INFO blam! Oct 16 05:32:15.867 INFO blam! running 0 tests Oct 16 05:32:15.867 INFO blam! Oct 16 05:32:15.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 05:32:15.867 INFO blam! Oct 16 05:32:15.871 INFO kablam! su: No module specific data is present Oct 16 05:32:16.185 INFO running `"docker" "rm" "-f" "14b4d9878aa638a6b6ab553119b7045a09c17550a7e5b6e5a07f5ae5bde9fd4a"` Oct 16 05:32:16.313 INFO blam! 14b4d9878aa638a6b6ab553119b7045a09c17550a7e5b6e5a07f5ae5bde9fd4a