[INFO] updating cached repository photino/num-traits [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/photino/num-traits [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/photino/num-traits" "work/ex/beta-1.37-6/sources/1.36.0/gh/photino/num-traits"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/photino/num-traits'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/photino/num-traits" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/photino/num-traits"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/photino/num-traits'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0f0b9f430de41fe678bff74a62919df9594cf329 [INFO] sha for GitHub repo photino/num-traits: 0f0b9f430de41fe678bff74a62919df9594cf329 [INFO] validating manifest of photino/num-traits on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of photino/num-traits on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing photino/num-traits [INFO] finished frobbing photino/num-traits [INFO] frobbed toml for photino/num-traits written to work/ex/beta-1.37-6/sources/1.36.0/gh/photino/num-traits/Cargo.toml [INFO] started frobbing photino/num-traits [INFO] finished frobbing photino/num-traits [INFO] frobbed toml for photino/num-traits written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/photino/num-traits/Cargo.toml [INFO] crate photino/num-traits already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing photino/num-traits against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 0b97230f2c8fc1c0d4db94bb3d03d6b957355a0a498983d09c4e12714ae858c0 [INFO] running `"docker" "start" "-a" "0b97230f2c8fc1c0d4db94bb3d03d6b957355a0a498983d09c4e12714ae858c0"` [INFO] [stderr] Compiling num-traits v0.1.0 (/opt/crater/workdir) [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). [INFO] [stderr] --> src/float.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | <$t>::abs_sub(self, other) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 396 | impl_float!(f32); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [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). [INFO] [stderr] --> src/float.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | <$t>::abs_sub(self, other) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 397 | impl_float!(f64); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `"docker" "inspect" "0b97230f2c8fc1c0d4db94bb3d03d6b957355a0a498983d09c4e12714ae858c0"` [INFO] running `"docker" "rm" "-f" "0b97230f2c8fc1c0d4db94bb3d03d6b957355a0a498983d09c4e12714ae858c0"` [INFO] [stdout] 0b97230f2c8fc1c0d4db94bb3d03d6b957355a0a498983d09c4e12714ae858c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 8343cb5299e595481e13cae2dd9d11d4428417c91dd87308f7187df35a0e2834 [INFO] running `"docker" "start" "-a" "8343cb5299e595481e13cae2dd9d11d4428417c91dd87308f7187df35a0e2834"` [INFO] [stderr] Compiling num-traits v0.1.0 (/opt/crater/workdir) [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). [INFO] [stderr] --> src/float.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | <$t>::abs_sub(self, other) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 396 | impl_float!(f32); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [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). [INFO] [stderr] --> src/float.rs:318:17 [INFO] [stderr] | [INFO] [stderr] 318 | <$t>::abs_sub(self, other) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 397 | impl_float!(f64); [INFO] [stderr] | ----------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `"docker" "inspect" "8343cb5299e595481e13cae2dd9d11d4428417c91dd87308f7187df35a0e2834"` [INFO] running `"docker" "rm" "-f" "8343cb5299e595481e13cae2dd9d11d4428417c91dd87308f7187df35a0e2834"` [INFO] [stdout] 8343cb5299e595481e13cae2dd9d11d4428417c91dd87308f7187df35a0e2834 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 9d4c4616c2b08c244da123d26d0edaf66bc21621158bddb39324a6445fb650d1 [INFO] running `"docker" "start" "-a" "9d4c4616c2b08c244da123d26d0edaf66bc21621158bddb39324a6445fb650d1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/num_traits-9d3b2fa4faf1ed1a [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_cast ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests num-traits [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9d4c4616c2b08c244da123d26d0edaf66bc21621158bddb39324a6445fb650d1"` [INFO] running `"docker" "rm" "-f" "9d4c4616c2b08c244da123d26d0edaf66bc21621158bddb39324a6445fb650d1"` [INFO] [stdout] 9d4c4616c2b08c244da123d26d0edaf66bc21621158bddb39324a6445fb650d1