Oct 11 18:38:19.039 INFO testing integral_square_root-1.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 18:38:19.039 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 18:38:19.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:38:19.426 INFO blam! 8022bea16b00487dd7f586375870be92ff4fdecb80b0a02fcacd58b7687bb67d Oct 11 18:38:19.427 INFO running `"docker" "start" "-a" "8022bea16b00487dd7f586375870be92ff4fdecb80b0a02fcacd58b7687bb67d"` Oct 11 18:38:20.382 INFO kablam! usermod: no changes Oct 11 18:38:20.407 INFO kablam! Compiling integral_square_root v1.0.1 (/source) Oct 11 18:38:21.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 11 18:38:21.168 INFO kablam! su: No module specific data is present Oct 11 18:38:21.702 INFO running `"docker" "rm" "-f" "8022bea16b00487dd7f586375870be92ff4fdecb80b0a02fcacd58b7687bb67d"` Oct 11 18:38:21.966 INFO blam! 8022bea16b00487dd7f586375870be92ff4fdecb80b0a02fcacd58b7687bb67d Oct 11 18:38:21.972 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 18:38:21.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:38:22.432 INFO blam! c00d14ac18c87c89685ba556399e251a6d0ff1c8a3c08ed4ca77b090e9fb8a66 Oct 11 18:38:22.444 INFO running `"docker" "start" "-a" "c00d14ac18c87c89685ba556399e251a6d0ff1c8a3c08ed4ca77b090e9fb8a66"` Oct 11 18:38:23.668 INFO kablam! usermod: no changes Oct 11 18:38:23.734 INFO kablam! Compiling integral_square_root v1.0.1 (/source) Oct 11 18:38:24.812 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 11 18:38:24.812 INFO kablam! --> src/lib.rs:100:30 Oct 11 18:38:24.812 INFO kablam! | Oct 11 18:38:24.812 INFO kablam! 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Oct 11 18:38:24.812 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.812 INFO kablam! | Oct 11 18:38:24.812 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 18:38:24.812 INFO kablam! Oct 11 18:38:24.820 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 11 18:38:24.820 INFO kablam! --> src/lib.rs:107:30 Oct 11 18:38:24.820 INFO kablam! | Oct 11 18:38:24.820 INFO kablam! 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Oct 11 18:38:24.820 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.820 INFO kablam! Oct 11 18:38:24.820 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 11 18:38:24.820 INFO kablam! --> src/lib.rs:115:30 Oct 11 18:38:24.820 INFO kablam! | Oct 11 18:38:24.820 INFO kablam! 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:122:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:129:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:136:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:143:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:150:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:157:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:24.821 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 11 18:38:24.821 INFO kablam! --> src/lib.rs:164:30 Oct 11 18:38:24.821 INFO kablam! | Oct 11 18:38:24.821 INFO kablam! 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Oct 11 18:38:24.821 INFO kablam! | ^^^^^^^ Oct 11 18:38:24.821 INFO kablam! Oct 11 18:38:25.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 11 18:38:25.456 INFO kablam! su: No module specific data is present Oct 11 18:38:26.139 INFO running `"docker" "rm" "-f" "c00d14ac18c87c89685ba556399e251a6d0ff1c8a3c08ed4ca77b090e9fb8a66"` Oct 11 18:38:26.410 INFO blam! c00d14ac18c87c89685ba556399e251a6d0ff1c8a3c08ed4ca77b090e9fb8a66 Oct 11 18:38:26.413 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 18:38:26.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 18:38:26.851 INFO blam! a79cb362d87c95357ff92ab9f6c26260716abf6f5724a352e8779626df782e12 Oct 11 18:38:26.860 INFO running `"docker" "start" "-a" "a79cb362d87c95357ff92ab9f6c26260716abf6f5724a352e8779626df782e12"` Oct 11 18:38:27.832 INFO kablam! usermod: no changes Oct 11 18:38:27.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 18:38:27.911 INFO kablam! Running /target/debug/deps/integral_square_root-9ee773d8510fc139 Oct 11 18:38:27.912 INFO blam! Oct 11 18:38:27.912 INFO blam! running 10 tests Oct 11 18:38:27.916 INFO blam! test test::test_i32_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_i64_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_isize_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_i16_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_u64_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_u32_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_u8_sqrt ... ok Oct 11 18:38:27.916 INFO blam! test test::test_usize_sqrt ... ok Oct 11 18:38:27.917 INFO blam! test test::test_i8_sqrt ... ok Oct 11 18:38:27.917 INFO blam! test test::test_u16_sqrt ... ok Oct 11 18:38:27.917 INFO blam! Oct 11 18:38:27.917 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:38:27.917 INFO blam! Oct 11 18:38:27.920 INFO kablam! Doc-tests integral_square_root Oct 11 18:38:29.391 INFO blam! Oct 11 18:38:29.392 INFO blam! running 0 tests Oct 11 18:38:29.392 INFO blam! Oct 11 18:38:29.392 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 18:38:29.392 INFO blam! Oct 11 18:38:29.404 INFO kablam! su: No module specific data is present Oct 11 18:38:29.938 INFO running `"docker" "rm" "-f" "a79cb362d87c95357ff92ab9f6c26260716abf6f5724a352e8779626df782e12"` Oct 11 18:38:30.158 INFO blam! a79cb362d87c95357ff92ab9f6c26260716abf6f5724a352e8779626df782e12