Nov 04 23:58:37.196 INFO checking floaty-0.1.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 04 23:58:37.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-3/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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"` Nov 04 23:58:37.743 INFO blam! 4b4c4d602dcc70ac651555bc595b2758124d3b383d90827df409082c810da266 Nov 04 23:58:37.753 INFO running `"docker" "start" "-a" "4b4c4d602dcc70ac651555bc595b2758124d3b383d90827df409082c810da266"` Nov 04 23:58:38.772 INFO kablam! usermod: no changes Nov 04 23:58:38.847 INFO kablam! Checking floaty v0.1.0 (/source) Nov 04 23:58:39.846 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). Nov 04 23:58:39.846 INFO kablam! --> src/lib.rs:235:14 Nov 04 23:58:39.846 INFO kablam! | Nov 04 23:58:39.846 INFO kablam! 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Nov 04 23:58:39.847 INFO kablam! | ^^^^^^^ Nov 04 23:58:39.847 INFO kablam! | Nov 04 23:58:39.847 INFO kablam! note: lint level defined here Nov 04 23:58:39.847 INFO kablam! --> src/lib.rs:6:9 Nov 04 23:58:39.847 INFO kablam! | Nov 04 23:58:39.848 INFO kablam! 6 | #![deny(warnings)] Nov 04 23:58:39.848 INFO kablam! | ^^^^^^^^ Nov 04 23:58:39.848 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Nov 04 23:58:39.848 INFO kablam! Nov 04 23:58:39.850 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). Nov 04 23:58:39.850 INFO kablam! --> src/lib.rs:267:14 Nov 04 23:58:39.850 INFO kablam! | Nov 04 23:58:39.850 INFO kablam! 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Nov 04 23:58:39.850 INFO kablam! | ^^^^^^^ Nov 04 23:58:39.850 INFO kablam! Nov 04 23:58:39.856 INFO kablam! error: aborting due to 2 previous errors Nov 04 23:58:39.857 INFO kablam! Nov 04 23:58:39.864 INFO kablam! error: Could not compile `floaty`. Nov 04 23:58:39.865 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 04 23:58:39.917 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). Nov 04 23:58:39.917 INFO kablam! --> src/lib.rs:235:14 Nov 04 23:58:39.917 INFO kablam! | Nov 04 23:58:39.918 INFO kablam! 235 | f32, abs_sub, atan2, hypot, log, max, min, powf Nov 04 23:58:39.918 INFO kablam! | ^^^^^^^ Nov 04 23:58:39.918 INFO kablam! | Nov 04 23:58:39.918 INFO kablam! note: lint level defined here Nov 04 23:58:39.918 INFO kablam! --> src/lib.rs:6:9 Nov 04 23:58:39.919 INFO kablam! | Nov 04 23:58:39.919 INFO kablam! 6 | #![deny(warnings)] Nov 04 23:58:39.919 INFO kablam! | ^^^^^^^^ Nov 04 23:58:39.919 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Nov 04 23:58:39.919 INFO kablam! Nov 04 23:58:39.919 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). Nov 04 23:58:39.920 INFO kablam! --> src/lib.rs:267:14 Nov 04 23:58:39.920 INFO kablam! | Nov 04 23:58:39.920 INFO kablam! 267 | f64, abs_sub, atan2, hypot, log, max, min, powf Nov 04 23:58:39.920 INFO kablam! | ^^^^^^^ Nov 04 23:58:39.920 INFO kablam! Nov 04 23:58:39.928 INFO kablam! error: aborting due to 2 previous errors Nov 04 23:58:39.928 INFO kablam! Nov 04 23:58:39.935 INFO kablam! error: Could not compile `floaty`. Nov 04 23:58:39.936 INFO kablam! Nov 04 23:58:39.936 INFO kablam! To learn more, run the command again with --verbose. Nov 04 23:58:39.937 INFO kablam! su: No module specific data is present Nov 04 23:58:40.963 INFO running `"docker" "rm" "-f" "4b4c4d602dcc70ac651555bc595b2758124d3b383d90827df409082c810da266"` Nov 04 23:58:41.132 INFO blam! 4b4c4d602dcc70ac651555bc595b2758124d3b383d90827df409082c810da266