Nov 18 08:48:50.940 INFO testing integral_square_root-1.0.1 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 08:48:50.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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:51.245 INFO [stdout] d123fc77fc38bb3ff88327158dcf47e600140e7f6dace512ef3510e00c3d357e Nov 18 08:48:51.247 INFO running `"docker" "start" "-a" "d123fc77fc38bb3ff88327158dcf47e600140e7f6dace512ef3510e00c3d357e"` Nov 18 08:48:51.596 INFO [stderr] usermod: no changes Nov 18 08:48:51.627 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Nov 18 08:48:52.162 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s Nov 18 08:48:52.162 INFO [stderr] su: No module specific data is present Nov 18 08:48:52.772 INFO running `"docker" "inspect" "d123fc77fc38bb3ff88327158dcf47e600140e7f6dace512ef3510e00c3d357e"` Nov 18 08:48:53.047 INFO running `"docker" "rm" "-f" "d123fc77fc38bb3ff88327158dcf47e600140e7f6dace512ef3510e00c3d357e"` Nov 18 08:48:53.297 INFO [stdout] d123fc77fc38bb3ff88327158dcf47e600140e7f6dace512ef3510e00c3d357e Nov 18 08:48:53.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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:53.640 INFO [stdout] 544b52b9aa50595b2343d60430ee1ce7abc4a2a029fb788ef30eef201c197246 Nov 18 08:48:53.644 INFO running `"docker" "start" "-a" "544b52b9aa50595b2343d60430ee1ce7abc4a2a029fb788ef30eef201c197246"` Nov 18 08:48:54.373 INFO [stderr] usermod: no changes Nov 18 08:48:54.419 INFO [stderr] Compiling integral_square_root v1.0.1 (/source) Nov 18 08:48:54.942 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.942 INFO [stderr] --> src/lib.rs:100:30 Nov 18 08:48:54.942 INFO [stderr] | Nov 18 08:48:54.942 INFO [stderr] 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); Nov 18 08:48:54.942 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.942 INFO [stderr] | Nov 18 08:48:54.942 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 08:48:54.942 INFO [stderr] Nov 18 08:48:54.946 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.946 INFO [stderr] --> src/lib.rs:107:30 Nov 18 08:48:54.946 INFO [stderr] | Nov 18 08:48:54.946 INFO [stderr] 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); Nov 18 08:48:54.946 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.946 INFO [stderr] Nov 18 08:48:54.947 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.947 INFO [stderr] --> src/lib.rs:115:30 Nov 18 08:48:54.947 INFO [stderr] | Nov 18 08:48:54.947 INFO [stderr] 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); Nov 18 08:48:54.947 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.947 INFO [stderr] Nov 18 08:48:54.947 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.947 INFO [stderr] --> src/lib.rs:122:30 Nov 18 08:48:54.947 INFO [stderr] | Nov 18 08:48:54.947 INFO [stderr] 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); Nov 18 08:48:54.947 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.947 INFO [stderr] Nov 18 08:48:54.948 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.948 INFO [stderr] --> src/lib.rs:129:30 Nov 18 08:48:54.948 INFO [stderr] | Nov 18 08:48:54.948 INFO [stderr] 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); Nov 18 08:48:54.948 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.948 INFO [stderr] Nov 18 08:48:54.949 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.949 INFO [stderr] --> src/lib.rs:136:30 Nov 18 08:48:54.949 INFO [stderr] | Nov 18 08:48:54.949 INFO [stderr] 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); Nov 18 08:48:54.949 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.949 INFO [stderr] Nov 18 08:48:54.949 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.949 INFO [stderr] --> src/lib.rs:143:30 Nov 18 08:48:54.949 INFO [stderr] | Nov 18 08:48:54.949 INFO [stderr] 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.949 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.949 INFO [stderr] Nov 18 08:48:54.950 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.950 INFO [stderr] --> src/lib.rs:150:30 Nov 18 08:48:54.950 INFO [stderr] | Nov 18 08:48:54.950 INFO [stderr] 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.950 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.950 INFO [stderr] Nov 18 08:48:54.951 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.951 INFO [stderr] --> src/lib.rs:157:30 Nov 18 08:48:54.951 INFO [stderr] | Nov 18 08:48:54.951 INFO [stderr] 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.951 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.951 INFO [stderr] Nov 18 08:48:54.951 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.951 INFO [stderr] --> src/lib.rs:164:30 Nov 18 08:48:54.951 INFO [stderr] | Nov 18 08:48:54.951 INFO [stderr] 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this Nov 18 08:48:54.951 INFO [stderr] | ^^^^^^^ Nov 18 08:48:54.951 INFO [stderr] Nov 18 08:48:55.240 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s Nov 18 08:48:55.240 INFO [stderr] su: No module specific data is present Nov 18 08:48:55.532 INFO running `"docker" "inspect" "544b52b9aa50595b2343d60430ee1ce7abc4a2a029fb788ef30eef201c197246"` Nov 18 08:48:55.614 INFO running `"docker" "rm" "-f" "544b52b9aa50595b2343d60430ee1ce7abc4a2a029fb788ef30eef201c197246"` Nov 18 08:48:55.735 INFO [stdout] 544b52b9aa50595b2343d60430ee1ce7abc4a2a029fb788ef30eef201c197246 Nov 18 08:48:55.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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.913 INFO [stdout] b1a29b953cb879b6e1b903223b339c20ac2c5ab191f937dd9b0ddc47586fbe97 Nov 18 08:48:55.914 INFO running `"docker" "start" "-a" "b1a29b953cb879b6e1b903223b339c20ac2c5ab191f937dd9b0ddc47586fbe97"` Nov 18 08:48:56.475 INFO [stderr] usermod: no changes Nov 18 08:48:56.502 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Nov 18 08:48:56.502 INFO [stderr] Running /target/debug/deps/integral_square_root-d45aacec6209d63c Nov 18 08:48:56.504 INFO [stdout] Nov 18 08:48:56.504 INFO [stdout] running 10 tests Nov 18 08:48:56.508 INFO [stdout] test test::test_i16_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_i32_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_i8_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_u16_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_isize_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_u32_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_u64_sqrt ... ok Nov 18 08:48:56.508 INFO [stdout] test test::test_u8_sqrt ... ok Nov 18 08:48:56.511 INFO [stdout] test test::test_usize_sqrt ... ok Nov 18 08:48:56.511 INFO [stdout] test test::test_i64_sqrt ... ok Nov 18 08:48:56.511 INFO [stdout] Nov 18 08:48:56.511 INFO [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 08:48:56.511 INFO [stdout] Nov 18 08:48:56.512 INFO [stderr] Doc-tests integral_square_root Nov 18 08:48:57.217 INFO [stdout] Nov 18 08:48:57.217 INFO [stdout] running 0 tests Nov 18 08:48:57.217 INFO [stdout] Nov 18 08:48:57.217 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 08:48:57.217 INFO [stdout] Nov 18 08:48:57.226 INFO [stderr] su: No module specific data is present Nov 18 08:48:57.665 INFO running `"docker" "inspect" "b1a29b953cb879b6e1b903223b339c20ac2c5ab191f937dd9b0ddc47586fbe97"` Nov 18 08:48:57.836 INFO running `"docker" "rm" "-f" "b1a29b953cb879b6e1b903223b339c20ac2c5ab191f937dd9b0ddc47586fbe97"` Nov 18 08:48:58.025 INFO [stdout] b1a29b953cb879b6e1b903223b339c20ac2c5ab191f937dd9b0ddc47586fbe97