Oct 27 22:19:52.981 INFO checking floaty-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:19:52.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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"` Oct 27 22:19:53.291 INFO blam! 9b595beb809ecfdd5283afe27342484cd7c7371770fd2cc8aa4ba2e5f190db67 Oct 27 22:19:53.302 INFO running `"docker" "start" "-a" "9b595beb809ecfdd5283afe27342484cd7c7371770fd2cc8aa4ba2e5f190db67"` Oct 27 22:19:54.436 INFO kablam! usermod: no changes Oct 27 22:19:54.491 INFO kablam! Checking cast v0.1.0 Oct 27 22:19:54.787 INFO kablam! Checking floaty v0.1.0 (/source) Oct 27 22:19:55.530 INFO kablam! 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). Oct 27 22:19:55.531 INFO kablam! --> src/lib.rs:235:14 Oct 27 22:19:55.531 INFO kablam! | Oct 27 22:19:55.532 INFO kablam! 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Oct 27 22:19:55.532 INFO kablam! | ^^^^^^^ Oct 27 22:19:55.532 INFO kablam! | Oct 27 22:19:55.539 INFO kablam! note: lint level defined here Oct 27 22:19:55.539 INFO kablam! --> src/lib.rs:6:9 Oct 27 22:19:55.540 INFO kablam! | Oct 27 22:19:55.540 INFO kablam! 6 | #![deny(warnings)] Oct 27 22:19:55.540 INFO kablam! | ^^^^^^^^ Oct 27 22:19:55.541 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 22:19:55.541 INFO kablam! Oct 27 22:19:55.542 INFO kablam! 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). Oct 27 22:19:55.542 INFO kablam! --> src/lib.rs:267:14 Oct 27 22:19:55.542 INFO kablam! | Oct 27 22:19:55.543 INFO kablam! 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Oct 27 22:19:55.543 INFO kablam! | ^^^^^^^ Oct 27 22:19:55.543 INFO kablam! Oct 27 22:19:55.551 INFO kablam! error: aborting due to 2 previous errors Oct 27 22:19:55.551 INFO kablam! Oct 27 22:19:55.554 INFO kablam! error: Could not compile `floaty`. Oct 27 22:19:55.554 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 22:19:55.759 INFO kablam! 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). Oct 27 22:19:55.759 INFO kablam! --> src/lib.rs:235:14 Oct 27 22:19:55.759 INFO kablam! | Oct 27 22:19:55.759 INFO kablam! 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Oct 27 22:19:55.759 INFO kablam! | ^^^^^^^ Oct 27 22:19:55.759 INFO kablam! | Oct 27 22:19:55.759 INFO kablam! note: lint level defined here Oct 27 22:19:55.759 INFO kablam! --> src/lib.rs:6:9 Oct 27 22:19:55.759 INFO kablam! | Oct 27 22:19:55.759 INFO kablam! 6 | #![deny(warnings)] Oct 27 22:19:55.759 INFO kablam! | ^^^^^^^^ Oct 27 22:19:55.759 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 27 22:19:55.759 INFO kablam! Oct 27 22:19:55.759 INFO kablam! 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). Oct 27 22:19:55.759 INFO kablam! --> src/lib.rs:267:14 Oct 27 22:19:55.759 INFO kablam! | Oct 27 22:19:55.759 INFO kablam! 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Oct 27 22:19:55.759 INFO kablam! | ^^^^^^^ Oct 27 22:19:55.759 INFO kablam! Oct 27 22:19:55.767 INFO kablam! error: aborting due to 2 previous errors Oct 27 22:19:55.767 INFO kablam! Oct 27 22:19:55.787 INFO kablam! error: Could not compile `floaty`. Oct 27 22:19:55.787 INFO kablam! Oct 27 22:19:55.787 INFO kablam! To learn more, run the command again with --verbose. Oct 27 22:19:55.787 INFO kablam! su: No module specific data is present Oct 27 22:19:56.336 INFO running `"docker" "rm" "-f" "9b595beb809ecfdd5283afe27342484cd7c7371770fd2cc8aa4ba2e5f190db67"` Oct 27 22:19:56.643 INFO blam! 9b595beb809ecfdd5283afe27342484cd7c7371770fd2cc8aa4ba2e5f190db67