Dec 18 16:27:01.817 INFO checking floaty-0.1.0 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 16:27:01.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-7/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 16:27:02.353 INFO [stdout] 5948e87f405a50d1204a692d8c9a6afb8c9ada72c7ea1357386ca53770c5ef97 Dec 18 16:27:02.360 INFO running `"docker" "start" "-a" "5948e87f405a50d1204a692d8c9a6afb8c9ada72c7ea1357386ca53770c5ef97"` Dec 18 16:27:03.712 INFO [stderr] Checking cast v0.1.0 Dec 18 16:27:04.022 INFO [stderr] Checking floaty v0.1.0 (/opt/crater/workdir) Dec 18 16:27:04.364 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:04.364 INFO [stderr] --> src/lib.rs:235:14 Dec 18 16:27:04.364 INFO [stderr] | Dec 18 16:27:04.364 INFO [stderr] 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:04.364 INFO [stderr] | ^^^^^^^ Dec 18 16:27:04.364 INFO [stderr] | Dec 18 16:27:04.364 INFO [stderr] note: lint level defined here Dec 18 16:27:04.364 INFO [stderr] --> src/lib.rs:6:9 Dec 18 16:27:04.364 INFO [stderr] | Dec 18 16:27:04.364 INFO [stderr] 6 | #![deny(warnings)] Dec 18 16:27:04.364 INFO [stderr] | ^^^^^^^^ Dec 18 16:27:04.364 INFO [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] Dec 18 16:27:04.364 INFO [stderr] Dec 18 16:27:04.364 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:04.364 INFO [stderr] --> src/lib.rs:267:14 Dec 18 16:27:04.364 INFO [stderr] | Dec 18 16:27:04.364 INFO [stderr] 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:04.364 INFO [stderr] | ^^^^^^^ Dec 18 16:27:04.364 INFO [stderr] Dec 18 16:27:04.364 INFO [stderr] error: aborting due to 2 previous errors Dec 18 16:27:04.364 INFO [stderr] Dec 18 16:27:04.369 INFO [stderr] error: Could not compile `floaty`. Dec 18 16:27:04.369 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 16:27:04.459 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:04.459 INFO [stderr] --> src/lib.rs:235:14 Dec 18 16:27:04.459 INFO [stderr] | Dec 18 16:27:04.459 INFO [stderr] 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:04.459 INFO [stderr] | ^^^^^^^ Dec 18 16:27:04.459 INFO [stderr] | Dec 18 16:27:04.459 INFO [stderr] note: lint level defined here Dec 18 16:27:04.459 INFO [stderr] --> src/lib.rs:6:9 Dec 18 16:27:04.459 INFO [stderr] | Dec 18 16:27:04.459 INFO [stderr] 6 | #![deny(warnings)] Dec 18 16:27:04.459 INFO [stderr] | ^^^^^^^^ Dec 18 16:27:04.459 INFO [stderr] = note: #[deny(deprecated)] implied by #[deny(warnings)] Dec 18 16:27:04.459 INFO [stderr] Dec 18 16:27:04.469 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:04.469 INFO [stderr] --> src/lib.rs:267:14 Dec 18 16:27:04.469 INFO [stderr] | Dec 18 16:27:04.469 INFO [stderr] 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Dec 18 16:27:04.469 INFO [stderr] | ^^^^^^^ Dec 18 16:27:04.469 INFO [stderr] Dec 18 16:27:04.469 INFO [stderr] error: aborting due to 2 previous errors Dec 18 16:27:04.469 INFO [stderr] Dec 18 16:27:04.477 INFO [stderr] error: Could not compile `floaty`. Dec 18 16:27:04.477 INFO [stderr] Dec 18 16:27:04.477 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 16:27:05.163 INFO running `"docker" "inspect" "5948e87f405a50d1204a692d8c9a6afb8c9ada72c7ea1357386ca53770c5ef97"` Dec 18 16:27:05.450 INFO running `"docker" "rm" "-f" "5948e87f405a50d1204a692d8c9a6afb8c9ada72c7ea1357386ca53770c5ef97"` Dec 18 16:27:05.822 INFO [stdout] 5948e87f405a50d1204a692d8c9a6afb8c9ada72c7ea1357386ca53770c5ef97