Dec 18 16:26:57.383 INFO checking floaty-0.1.0 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 16:26:57.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-6/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/floaty/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 16:26:57.964 INFO [stdout] d94b15327600746683ccf240e58ae5908ef97b967e44d4f8f6d387dc119ae454 Dec 18 16:26:57.964 INFO running `"docker" "start" "-a" "d94b15327600746683ccf240e58ae5908ef97b967e44d4f8f6d387dc119ae454"` Dec 18 16:26:59.830 INFO [stderr] Checking cast v0.1.0 Dec 18 16:27:00.269 INFO [stderr] Checking floaty v0.1.0 (/opt/crater/workdir) Dec 18 16:27:00.721 INFO [stderr] error: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Dec 18 16:27:00.721 INFO [stderr] --> src/lib.rs:235:14 Dec 18 16:27:00.721 INFO [stderr] | Dec 18 16:27:00.721 INFO [stderr] 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:00.721 INFO [stderr] | ^^^^^^^ Dec 18 16:27:00.721 INFO [stderr] | Dec 18 16:27:00.721 INFO [stderr] note: lint level defined here Dec 18 16:27:00.721 INFO [stderr] --> src/lib.rs:6:9 Dec 18 16:27:00.721 INFO [stderr] | Dec 18 16:27:00.721 INFO [stderr] 6 | #![deny(warnings)] Dec 18 16:27:00.721 INFO [stderr] | ^^^^^^^^ Dec 18 16:27:00.721 INFO [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] Dec 18 16:27:00.721 INFO [stderr] Dec 18 16:27:00.721 INFO [stderr] error: 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). Dec 18 16:27:00.721 INFO [stderr] --> src/lib.rs:267:14 Dec 18 16:27:00.721 INFO [stderr] | Dec 18 16:27:00.721 INFO [stderr] 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:00.721 INFO [stderr] | ^^^^^^^ Dec 18 16:27:00.721 INFO [stderr] Dec 18 16:27:00.732 INFO [stderr] error: aborting due to 2 previous errors Dec 18 16:27:00.732 INFO [stderr] Dec 18 16:27:00.733 INFO [stderr] error: Could not compile `floaty`. Dec 18 16:27:00.733 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 16:27:00.912 INFO [stderr] error: use of deprecated item 'std::f32::::abs_sub': you probably meant `(self - other).abs()`: this operation is `(self - other).max(0.0)` (also known as `fdimf` in C). If you truly need the positive difference, consider using that expression or the C function `fdimf`, depending on how you wish to handle NaN (please consider filing an issue describing your use-case too). Dec 18 16:27:00.912 INFO [stderr] --> src/lib.rs:235:14 Dec 18 16:27:00.912 INFO [stderr] | Dec 18 16:27:00.912 INFO [stderr] 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:00.912 INFO [stderr] | ^^^^^^^ Dec 18 16:27:00.912 INFO [stderr] | Dec 18 16:27:00.912 INFO [stderr] note: lint level defined here Dec 18 16:27:00.912 INFO [stderr] --> src/lib.rs:6:9 Dec 18 16:27:00.912 INFO [stderr] | Dec 18 16:27:00.912 INFO [stderr] 6 | #![deny(warnings)] Dec 18 16:27:00.912 INFO [stderr] | ^^^^^^^^ Dec 18 16:27:00.912 INFO [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] Dec 18 16:27:00.912 INFO [stderr] Dec 18 16:27:00.912 INFO [stderr] error: 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). Dec 18 16:27:00.912 INFO [stderr] --> src/lib.rs:267:14 Dec 18 16:27:00.913 INFO [stderr] | Dec 18 16:27:00.913 INFO [stderr] 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:00.913 INFO [stderr] | ^^^^^^^ Dec 18 16:27:00.913 INFO [stderr] Dec 18 16:27:00.913 INFO [stderr] error: aborting due to 2 previous errors Dec 18 16:27:00.913 INFO [stderr] Dec 18 16:27:00.920 INFO [stderr] error: Could not compile `floaty`. Dec 18 16:27:00.920 INFO [stderr] Dec 18 16:27:00.920 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 16:27:01.646 INFO running `"docker" "inspect" "d94b15327600746683ccf240e58ae5908ef97b967e44d4f8f6d387dc119ae454"` Dec 18 16:27:01.990 INFO running `"docker" "rm" "-f" "d94b15327600746683ccf240e58ae5908ef97b967e44d4f8f6d387dc119ae454"` Dec 18 16:27:02.400 INFO [stdout] d94b15327600746683ccf240e58ae5908ef97b967e44d4f8f6d387dc119ae454