Sep 20 06:13:30.512 INFO checking batch_resolve_cli-0.3.5 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:13:30.512 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:13:30.512 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 06:13:30.694 INFO blam! 950f3977210048f30cfcfb9426c37ce75465e1364dbe94179ab93dd847bfeb92 Sep 20 06:13:30.696 INFO running `"docker" "start" "-a" "950f3977210048f30cfcfb9426c37ce75465e1364dbe94179ab93dd847bfeb92"` Sep 20 06:13:31.308 INFO kablam! usermod: no changes Sep 20 06:13:31.330 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 06:13:31.330 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 06:13:31.330 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 06:13:31.330 INFO kablam! files will be included as a binary target: Sep 20 06:13:31.330 INFO kablam! Sep 20 06:13:31.330 INFO kablam! * /source/src/main.rs Sep 20 06:13:31.330 INFO kablam! Sep 20 06:13:31.330 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 06:13:31.330 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 06:13:31.330 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 06:13:31.330 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 06:13:31.330 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 06:13:31.330 INFO kablam! Sep 20 06:13:31.330 INFO kablam! For more information on this warning you can consult Sep 20 06:13:31.330 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 06:13:31.330 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 20 06:13:31.330 INFO kablam! please set bin.path in Cargo.toml Sep 20 06:13:31.534 INFO kablam! Checking indicatif v0.1.0 Sep 20 06:13:31.534 INFO kablam! Checking trust-dns v0.10.5 Sep 20 06:13:37.988 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Sep 20 06:13:39.966 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 20 06:13:39.966 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 20 06:13:39.966 INFO kablam! | Sep 20 06:13:39.966 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 20 06:13:39.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:13:39.966 INFO kablam! | Sep 20 06:13:39.966 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:13:39.966 INFO kablam! Sep 20 06:13:40.237 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 20 06:13:40.237 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 20 06:13:40.237 INFO kablam! | Sep 20 06:13:40.237 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 20 06:13:40.237 INFO kablam! | ^^^^^ Sep 20 06:13:40.237 INFO kablam! Sep 20 06:13:40.238 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 20 06:13:40.238 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 20 06:13:40.238 INFO kablam! | Sep 20 06:13:40.238 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 20 06:13:40.238 INFO kablam! | ^^^^^ Sep 20 06:13:40.238 INFO kablam! Sep 20 06:13:40.241 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 20 06:13:40.241 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 20 06:13:40.241 INFO kablam! | Sep 20 06:13:40.241 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 20 06:13:40.241 INFO kablam! | ^^^^^ Sep 20 06:13:40.241 INFO kablam! Sep 20 06:13:40.330 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 20 06:13:40.330 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 20 06:13:40.330 INFO kablam! | Sep 20 06:13:40.330 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 20 06:13:40.330 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 06:13:40.330 INFO kablam! | Sep 20 06:13:40.330 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 06:13:40.330 INFO kablam! Sep 20 06:13:40.794 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 20 06:13:40.794 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 20 06:13:40.794 INFO kablam! | Sep 20 06:13:40.794 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 20 06:13:40.794 INFO kablam! | ^^^^^ Sep 20 06:13:40.794 INFO kablam! Sep 20 06:13:40.794 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 20 06:13:40.794 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 20 06:13:40.794 INFO kablam! | Sep 20 06:13:40.794 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 20 06:13:40.794 INFO kablam! | ^^^^^ Sep 20 06:13:40.794 INFO kablam! Sep 20 06:13:40.798 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 20 06:13:40.798 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 20 06:13:40.798 INFO kablam! | Sep 20 06:13:40.798 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 20 06:13:40.798 INFO kablam! | ^^^^^ Sep 20 06:13:40.798 INFO kablam! Sep 20 06:13:41.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.88s Sep 20 06:13:41.219 INFO kablam! su: No module specific data is present Sep 20 06:13:41.848 INFO running `"docker" "rm" "-f" "950f3977210048f30cfcfb9426c37ce75465e1364dbe94179ab93dd847bfeb92"` Sep 20 06:13:41.966 INFO blam! 950f3977210048f30cfcfb9426c37ce75465e1364dbe94179ab93dd847bfeb92