Sep 10 22:20:21.694 INFO checking batch_resolve_cli-0.3.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 22:20:21.694 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 22:20:21.695 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:20:21.877 INFO blam! 0dd2290bc8ebdf2b56f2d15a1f5789e205996668cf8460213384b3b531bbf1ef Sep 10 22:20:21.879 INFO running `"docker" "start" "-a" "0dd2290bc8ebdf2b56f2d15a1f5789e205996668cf8460213384b3b531bbf1ef"` Sep 10 22:20:22.670 INFO kablam! usermod: no changes Sep 10 22:20:22.726 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 22:20:22.726 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 22:20:22.726 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 22:20:22.726 INFO kablam! files will be included as a binary target: Sep 10 22:20:22.726 INFO kablam! Sep 10 22:20:22.726 INFO kablam! * /source/src/main.rs Sep 10 22:20:22.726 INFO kablam! Sep 10 22:20:22.726 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 22:20:22.726 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 22:20:22.726 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 22:20:22.726 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 22:20:22.726 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 22:20:22.726 INFO kablam! Sep 10 22:20:22.726 INFO kablam! For more information on this warning you can consult Sep 10 22:20:22.726 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 22:20:22.726 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 10 22:20:22.726 INFO kablam! please set bin.path in Cargo.toml Sep 10 22:20:23.018 INFO kablam! Compiling openssl v0.9.24 Sep 10 22:20:23.022 INFO kablam! Checking indicatif v0.1.0 Sep 10 22:20:27.281 INFO kablam! Checking trust-dns v0.10.5 Sep 10 22:20:33.766 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 10 22:20:36.745 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 10 22:20:36.745 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 10 22:20:36.745 INFO kablam! | Sep 10 22:20:36.745 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 10 22:20:36.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 22:20:36.748 INFO kablam! | Sep 10 22:20:36.748 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:20:36.749 INFO kablam! Sep 10 22:20:36.858 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 10 22:20:36.858 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 10 22:20:36.858 INFO kablam! | Sep 10 22:20:36.858 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 10 22:20:36.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 22:20:36.858 INFO kablam! | Sep 10 22:20:36.858 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:20:36.858 INFO kablam! Sep 10 22:20:37.370 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 10 22:20:37.370 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 10 22:20:37.370 INFO kablam! | Sep 10 22:20:37.370 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 10 22:20:37.370 INFO kablam! | ^^^^^ Sep 10 22:20:37.370 INFO kablam! Sep 10 22:20:37.374 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 10 22:20:37.374 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 10 22:20:37.374 INFO kablam! | Sep 10 22:20:37.374 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 10 22:20:37.374 INFO kablam! | ^^^^^ Sep 10 22:20:37.374 INFO kablam! Sep 10 22:20:37.374 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 10 22:20:37.374 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 10 22:20:37.374 INFO kablam! | Sep 10 22:20:37.374 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 10 22:20:37.374 INFO kablam! | ^^^^^ Sep 10 22:20:37.374 INFO kablam! Sep 10 22:20:37.454 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 10 22:20:37.454 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 10 22:20:37.454 INFO kablam! | Sep 10 22:20:37.454 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 10 22:20:37.454 INFO kablam! | ^^^^^ Sep 10 22:20:37.454 INFO kablam! Sep 10 22:20:37.462 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 10 22:20:37.462 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 10 22:20:37.462 INFO kablam! | Sep 10 22:20:37.462 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 10 22:20:37.462 INFO kablam! | ^^^^^ Sep 10 22:20:37.462 INFO kablam! Sep 10 22:20:37.466 INFO kablam! warning: use of deprecated item 'futures::Future::boxed': removed without replacement, recommended to use a local extension trait or function if needed, more details in https://github.com/rust-lang-nursery/futures-rs/issues/228 Sep 10 22:20:37.466 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 10 22:20:37.466 INFO kablam! | Sep 10 22:20:37.466 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 10 22:20:37.466 INFO kablam! | ^^^^^ Sep 10 22:20:37.466 INFO kablam! Sep 10 22:20:38.390 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.69s Sep 10 22:20:38.406 INFO kablam! su: No module specific data is present Sep 10 22:20:39.333 INFO running `"docker" "rm" "-f" "0dd2290bc8ebdf2b56f2d15a1f5789e205996668cf8460213384b3b531bbf1ef"` Sep 10 22:20:39.504 INFO blam! 0dd2290bc8ebdf2b56f2d15a1f5789e205996668cf8460213384b3b531bbf1ef