Dec 05 11:27:45.799 INFO testing photino/num-traits against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 05 11:27:45.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt build --frozen" "-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"` Dec 05 11:27:46.183 INFO [stdout] e784c4fecbec575207c56eb565df5bc57c607ca83d4aad1b043ff61c499686b5 Dec 05 11:27:46.186 INFO running `"docker" "start" "-a" "e784c4fecbec575207c56eb565df5bc57c607ca83d4aad1b043ff61c499686b5"` Dec 05 11:27:47.293 INFO [stderr] usermod: no changes Dec 05 11:27:47.348 INFO [stderr] Compiling num-traits v0.1.0 (/source) Dec 05 11:27:47.798 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)` (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 05 11:27:47.798 INFO [stderr] --> src/float.rs:318:17 Dec 05 11:27:47.798 INFO [stderr] | Dec 05 11:27:47.798 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 05 11:27:47.798 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 11:27:47.798 INFO [stderr] ... Dec 05 11:27:47.798 INFO [stderr] 396 | impl_float!(f32); Dec 05 11:27:47.799 INFO [stderr] | ----------------- in this macro invocation Dec 05 11:27:47.799 INFO [stderr] | Dec 05 11:27:47.799 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 11:27:47.799 INFO [stderr] Dec 05 11:27:47.800 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)` (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 05 11:27:47.800 INFO [stderr] --> src/float.rs:318:17 Dec 05 11:27:47.800 INFO [stderr] | Dec 05 11:27:47.800 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 05 11:27:47.800 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 11:27:47.801 INFO [stderr] ... Dec 05 11:27:47.801 INFO [stderr] 397 | impl_float!(f64); Dec 05 11:27:47.801 INFO [stderr] | ----------------- in this macro invocation Dec 05 11:27:47.801 INFO [stderr] Dec 05 11:27:48.634 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.31s Dec 05 11:27:48.636 INFO [stderr] su: No module specific data is present Dec 05 11:27:49.246 INFO running `"docker" "inspect" "e784c4fecbec575207c56eb565df5bc57c607ca83d4aad1b043ff61c499686b5"` Dec 05 11:27:49.572 INFO running `"docker" "rm" "-f" "e784c4fecbec575207c56eb565df5bc57c607ca83d4aad1b043ff61c499686b5"` Dec 05 11:27:49.924 INFO [stdout] e784c4fecbec575207c56eb565df5bc57c607ca83d4aad1b043ff61c499686b5 Dec 05 11:27:49.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen --no-run" "-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"` Dec 05 11:27:50.406 INFO [stdout] 8d0feb45fa291d7b67377d4a28a25f54a435edd8b8be764a374463a29b8bfbdf Dec 05 11:27:50.410 INFO running `"docker" "start" "-a" "8d0feb45fa291d7b67377d4a28a25f54a435edd8b8be764a374463a29b8bfbdf"` Dec 05 11:27:51.512 INFO [stderr] usermod: no changes Dec 05 11:27:51.616 INFO [stderr] Compiling num-traits v0.1.0 (/source) Dec 05 11:27:52.184 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)` (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 05 11:27:52.184 INFO [stderr] --> src/float.rs:318:17 Dec 05 11:27:52.184 INFO [stderr] | Dec 05 11:27:52.184 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 05 11:27:52.184 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 11:27:52.184 INFO [stderr] ... Dec 05 11:27:52.184 INFO [stderr] 396 | impl_float!(f32); Dec 05 11:27:52.184 INFO [stderr] | ----------------- in this macro invocation Dec 05 11:27:52.184 INFO [stderr] | Dec 05 11:27:52.184 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 11:27:52.184 INFO [stderr] Dec 05 11:27:52.184 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)` (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 05 11:27:52.184 INFO [stderr] --> src/float.rs:318:17 Dec 05 11:27:52.184 INFO [stderr] | Dec 05 11:27:52.184 INFO [stderr] 318 | <$t>::abs_sub(self, other) Dec 05 11:27:52.184 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 11:27:52.185 INFO [stderr] ... Dec 05 11:27:52.185 INFO [stderr] 397 | impl_float!(f64); Dec 05 11:27:52.185 INFO [stderr] | ----------------- in this macro invocation Dec 05 11:27:52.185 INFO [stderr] Dec 05 11:27:52.668 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s Dec 05 11:27:52.668 INFO [stderr] su: No module specific data is present Dec 05 11:27:52.990 INFO running `"docker" "inspect" "8d0feb45fa291d7b67377d4a28a25f54a435edd8b8be764a374463a29b8bfbdf"` Dec 05 11:27:53.070 INFO running `"docker" "rm" "-f" "8d0feb45fa291d7b67377d4a28a25f54a435edd8b8be764a374463a29b8bfbdf"` Dec 05 11:27:53.159 INFO [stdout] 8d0feb45fa291d7b67377d4a28a25f54a435edd8b8be764a374463a29b8bfbdf Dec 05 11:27:53.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-4/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-alt test --frozen" "-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"` Dec 05 11:27:53.335 INFO [stdout] b635f0cb01616b0b611d6196968b23f0b1650056da82c12ad36d3a2210090037 Dec 05 11:27:53.337 INFO running `"docker" "start" "-a" "b635f0cb01616b0b611d6196968b23f0b1650056da82c12ad36d3a2210090037"` Dec 05 11:27:53.766 INFO [stderr] usermod: no changes Dec 05 11:27:53.796 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 05 11:27:53.797 INFO [stderr] Running /target/debug/deps/num_traits-f25b85421aab5e82 Dec 05 11:27:53.798 INFO [stdout] Dec 05 11:27:53.798 INFO [stdout] running 1 test Dec 05 11:27:53.802 INFO [stdout] test test_cast ... ok Dec 05 11:27:53.802 INFO [stderr] Doc-tests num-traits Dec 05 11:27:53.802 INFO [stdout] Dec 05 11:27:53.802 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 11:27:53.802 INFO [stdout] Dec 05 11:27:54.131 INFO [stdout] Dec 05 11:27:54.131 INFO [stdout] running 0 tests Dec 05 11:27:54.131 INFO [stdout] Dec 05 11:27:54.132 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 11:27:54.132 INFO [stdout] Dec 05 11:27:54.142 INFO [stderr] su: No module specific data is present Dec 05 11:27:54.642 INFO running `"docker" "inspect" "b635f0cb01616b0b611d6196968b23f0b1650056da82c12ad36d3a2210090037"` Dec 05 11:27:54.988 INFO running `"docker" "rm" "-f" "b635f0cb01616b0b611d6196968b23f0b1650056da82c12ad36d3a2210090037"` Dec 05 11:27:55.233 INFO [stdout] b635f0cb01616b0b611d6196968b23f0b1650056da82c12ad36d3a2210090037