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