Dec 19 11:01:25.994 INFO checking photino/num-traits against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 11:01:25.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-4/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/gh/photino/num-traits:/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 11:01:26.211 INFO [stdout] 4d162b95b42a12c1706b3478815d4eda33205b0f416ad244a5c2060ea227a355 Dec 19 11:01:26.211 INFO running `"docker" "start" "-a" "4d162b95b42a12c1706b3478815d4eda33205b0f416ad244a5c2060ea227a355"` Dec 19 11:01:26.881 INFO [stderr] Checking num-traits v0.1.0 (/opt/crater/workdir) Dec 19 11:01:27.295 INFO [stderr] warning: use of deprecated item 'std::f32::::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 `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 19 11:01:27.295 INFO [stderr] --> src/float.rs:318:17 Dec 19 11:01:27.295 INFO [stderr] | Dec 19 11:01:27.295 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 19 11:01:27.295 INFO [stderr] | ^^^^^^^^^^^^^ Dec 19 11:01:27.295 INFO [stderr] ... Dec 19 11:01:27.295 INFO [stderr] 396 | impl_float!(f32); Dec 19 11:01:27.295 INFO [stderr] | ----------------- in this macro invocation Dec 19 11:01:27.295 INFO [stderr] | Dec 19 11:01:27.295 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 11:01:27.295 INFO [stderr] Dec 19 11:01:27.296 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)` 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). Dec 19 11:01:27.296 INFO [stderr] --> src/float.rs:318:17 Dec 19 11:01:27.296 INFO [stderr] | Dec 19 11:01:27.296 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 19 11:01:27.296 INFO [stderr] | ^^^^^^^^^^^^^ Dec 19 11:01:27.296 INFO [stderr] ... Dec 19 11:01:27.296 INFO [stderr] 397 | impl_float!(f64); Dec 19 11:01:27.296 INFO [stderr] | ----------------- in this macro invocation Dec 19 11:01:27.296 INFO [stderr] Dec 19 11:01:27.376 INFO [stderr] warning: use of deprecated item 'std::f32::::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 `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 19 11:01:27.376 INFO [stderr] --> src/float.rs:318:17 Dec 19 11:01:27.376 INFO [stderr] | Dec 19 11:01:27.376 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 19 11:01:27.376 INFO [stderr] | ^^^^^^^^^^^^^ Dec 19 11:01:27.376 INFO [stderr] ... Dec 19 11:01:27.376 INFO [stderr] 396 | impl_float!(f32); Dec 19 11:01:27.376 INFO [stderr] | ----------------- in this macro invocation Dec 19 11:01:27.376 INFO [stderr] | Dec 19 11:01:27.376 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 19 11:01:27.376 INFO [stderr] Dec 19 11:01:27.377 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)` 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). Dec 19 11:01:27.377 INFO [stderr] --> src/float.rs:318:17 Dec 19 11:01:27.377 INFO [stderr] | Dec 19 11:01:27.377 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 19 11:01:27.377 INFO [stderr] | ^^^^^^^^^^^^^ Dec 19 11:01:27.377 INFO [stderr] ... Dec 19 11:01:27.377 INFO [stderr] 397 | impl_float!(f64); Dec 19 11:01:27.377 INFO [stderr] | ----------------- in this macro invocation Dec 19 11:01:27.377 INFO [stderr] Dec 19 11:01:27.492 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.62s Dec 19 11:01:27.955 INFO running `"docker" "inspect" "4d162b95b42a12c1706b3478815d4eda33205b0f416ad244a5c2060ea227a355"` Dec 19 11:01:28.065 INFO running `"docker" "rm" "-f" "4d162b95b42a12c1706b3478815d4eda33205b0f416ad244a5c2060ea227a355"` Dec 19 11:01:28.335 INFO [stdout] 4d162b95b42a12c1706b3478815d4eda33205b0f416ad244a5c2060ea227a355