[INFO] fetching crate integral_square_root 1.0.1... [INFO] checking integral_square_root-1.0.1 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate integral_square_root 1.0.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate integral_square_root 1.0.1 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate integral_square_root 1.0.1 [INFO] finished tweaking crates.io crate integral_square_root 1.0.1 [INFO] tweaked toml for crates.io crate integral_square_root 1.0.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2dfe0a2d130bdbd3a4bbdd2f3ad494efde0cc9e3e5efce382964ff62f3cf09b6 [INFO] running `Command { std: "docker" "start" "-a" "2dfe0a2d130bdbd3a4bbdd2f3ad494efde0cc9e3e5efce382964ff62f3cf09b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2dfe0a2d130bdbd3a4bbdd2f3ad494efde0cc9e3e5efce382964ff62f3cf09b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dfe0a2d130bdbd3a4bbdd2f3ad494efde0cc9e3e5efce382964ff62f3cf09b6", kill_on_drop: false }` [INFO] [stdout] 2dfe0a2d130bdbd3a4bbdd2f3ad494efde0cc9e3e5efce382964ff62f3cf09b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 106881a54b22b9f52b52a9cf7ed73d658b18f2ef8dc836fc86dd5df5672dd4bb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "106881a54b22b9f52b52a9cf7ed73d658b18f2ef8dc836fc86dd5df5672dd4bb", kill_on_drop: false }` [INFO] [stderr] Checking integral_square_root v1.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:100:30 [INFO] [stdout] | [INFO] [stdout] 100 | assert!(value.sqrt().abs_sub(7.4161984871f64) <= 0.001); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:107:30 [INFO] [stdout] | [INFO] [stdout] 107 | assert!(value.sqrt().abs_sub(14.6287388383f64) <= 0.001); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:115:30 [INFO] [stdout] | [INFO] [stdout] 115 | assert!(value.sqrt().abs_sub(158.113883008f64) <= 0.001); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:122:30 [INFO] [stdout] | [INFO] [stdout] 122 | assert!(value.sqrt().abs_sub(223.60679775f64) <= 0.001); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:129:30 [INFO] [stdout] | [INFO] [stdout] 129 | assert!(value.sqrt().abs_sub(10f64) <= 0.001); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:136:30 [INFO] [stdout] | [INFO] [stdout] 136 | assert!(value.sqrt().abs_sub(63245.5532034f64) <= 0.001); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:143:30 [INFO] [stdout] | [INFO] [stdout] 143 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:150:30 [INFO] [stdout] | [INFO] [stdout] 150 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:157:30 [INFO] [stdout] | [INFO] [stdout] 157 | assert!(value.sqrt().abs_sub(88191710.3688f64) <= 0.001); //Oh fuck this [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::f64::::abs_sub`: you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` except that `abs_sub` also propagates NaNs (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). [INFO] [stdout] --> src/lib.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | assert!(value.sqrt().abs_sub(881917103.688f64) <= 0.001); //Oh fuck this [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `Command { std: "docker" "inspect" "106881a54b22b9f52b52a9cf7ed73d658b18f2ef8dc836fc86dd5df5672dd4bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "106881a54b22b9f52b52a9cf7ed73d658b18f2ef8dc836fc86dd5df5672dd4bb", kill_on_drop: false }` [INFO] [stdout] 106881a54b22b9f52b52a9cf7ed73d658b18f2ef8dc836fc86dd5df5672dd4bb