Sep 10 22:20:20.954 INFO checking batch_resolve_cli-0.3.5 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 22:20:20.954 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 22:20:20.954 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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.175 INFO blam! 1460581acfc82da4f0383d4632f30f6184c0d6f409f6bf590024374cc8ad3954 Sep 10 22:20:21.178 INFO running `"docker" "start" "-a" "1460581acfc82da4f0383d4632f30f6184c0d6f409f6bf590024374cc8ad3954"` Sep 10 22:20:21.972 INFO kablam! usermod: no changes Sep 10 22:20:22.037 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 22:20:22.037 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 22:20:22.037 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 22:20:22.037 INFO kablam! files will be included as a binary target: Sep 10 22:20:22.037 INFO kablam! Sep 10 22:20:22.037 INFO kablam! * /source/src/main.rs Sep 10 22:20:22.038 INFO kablam! Sep 10 22:20:22.038 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 22:20:22.038 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 22:20:22.038 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 22:20:22.038 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 22:20:22.038 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 22:20:22.038 INFO kablam! Sep 10 22:20:22.038 INFO kablam! For more information on this warning you can consult Sep 10 22:20:22.038 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 22:20:22.038 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 10 22:20:22.038 INFO kablam! please set bin.path in Cargo.toml Sep 10 22:20:22.296 INFO kablam! Compiling openssl v0.9.24 Sep 10 22:20:22.297 INFO kablam! Checking indicatif v0.1.0 Sep 10 22:20:27.386 INFO kablam! Checking trust-dns v0.10.5 Sep 10 22:20:33.643 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 10 22:20:37.234 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 10 22:20:37.234 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 10 22:20:37.234 INFO kablam! | Sep 10 22:20:37.234 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 10 22:20:37.234 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 22:20:37.234 INFO kablam! | Sep 10 22:20:37.234 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:20:37.234 INFO kablam! Sep 10 22:20:37.750 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.750 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 10 22:20:37.750 INFO kablam! | Sep 10 22:20:37.750 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 10 22:20:37.750 INFO kablam! | ^^^^^ Sep 10 22:20:37.750 INFO kablam! Sep 10 22:20:37.754 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.754 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 10 22:20:37.754 INFO kablam! | Sep 10 22:20:37.754 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 10 22:20:37.754 INFO kablam! | ^^^^^ Sep 10 22:20:37.754 INFO kablam! Sep 10 22:20:37.758 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.758 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 10 22:20:37.758 INFO kablam! | Sep 10 22:20:37.758 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 10 22:20:37.758 INFO kablam! | ^^^^^ Sep 10 22:20:37.758 INFO kablam! Sep 10 22:20:37.914 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 10 22:20:37.914 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 10 22:20:37.914 INFO kablam! | Sep 10 22:20:37.914 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 10 22:20:37.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 22:20:37.914 INFO kablam! | Sep 10 22:20:37.914 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 22:20:37.914 INFO kablam! Sep 10 22:20:38.414 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:38.414 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 10 22:20:38.414 INFO kablam! | Sep 10 22:20:38.414 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 10 22:20:38.414 INFO kablam! | ^^^^^ Sep 10 22:20:38.414 INFO kablam! Sep 10 22:20:38.422 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:38.422 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 10 22:20:38.422 INFO kablam! | Sep 10 22:20:38.422 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 10 22:20:38.422 INFO kablam! | ^^^^^ Sep 10 22:20:38.422 INFO kablam! Sep 10 22:20:38.422 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:38.422 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 10 22:20:38.422 INFO kablam! | Sep 10 22:20:38.422 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 10 22:20:38.422 INFO kablam! | ^^^^^ Sep 10 22:20:38.422 INFO kablam! Sep 10 22:20:38.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.84s Sep 10 22:20:38.858 INFO kablam! su: No module specific data is present Sep 10 22:20:39.590 INFO running `"docker" "rm" "-f" "1460581acfc82da4f0383d4632f30f6184c0d6f409f6bf590024374cc8ad3954"` Sep 10 22:20:39.720 INFO blam! 1460581acfc82da4f0383d4632f30f6184c0d6f409f6bf590024374cc8ad3954