Sep 14 19:20:13.847 INFO checking batch_resolve_cli-0.3.5 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:20:13.847 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:20:13.847 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:20:14.014 INFO blam! 27e0e52cacae2ea3d73268d8fde58adc54601e221db8aa5d6fb0c39fbb525e8c Sep 14 19:20:14.016 INFO running `"docker" "start" "-a" "27e0e52cacae2ea3d73268d8fde58adc54601e221db8aa5d6fb0c39fbb525e8c"` Sep 14 19:20:14.915 INFO kablam! usermod: no changes Sep 14 19:20:14.987 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 14 19:20:14.987 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 14 19:20:14.987 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 19:20:14.987 INFO kablam! files will be included as a binary target: Sep 14 19:20:14.987 INFO kablam! Sep 14 19:20:14.987 INFO kablam! * /source/src/main.rs Sep 14 19:20:14.987 INFO kablam! Sep 14 19:20:14.987 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 19:20:14.987 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 14 19:20:14.987 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 14 19:20:14.987 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 19:20:14.987 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 19:20:14.987 INFO kablam! Sep 14 19:20:14.987 INFO kablam! For more information on this warning you can consult Sep 14 19:20:14.987 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 19:20:14.987 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 14 19:20:14.987 INFO kablam! please set bin.path in Cargo.toml Sep 14 19:20:15.299 INFO kablam! Checking indicatif v0.1.0 Sep 14 19:20:15.299 INFO kablam! Checking trust-dns v0.10.5 Sep 14 19:20:21.424 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 14 19:20:23.919 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 14 19:20:23.919 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 14 19:20:23.919 INFO kablam! | Sep 14 19:20:23.919 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 14 19:20:23.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:20:23.919 INFO kablam! | Sep 14 19:20:23.919 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:20:23.919 INFO kablam! Sep 14 19:20:24.042 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 14 19:20:24.042 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 14 19:20:24.042 INFO kablam! | Sep 14 19:20:24.042 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 14 19:20:24.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:20:24.042 INFO kablam! | Sep 14 19:20:24.042 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 19:20:24.042 INFO kablam! Sep 14 19:20:24.159 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 14 19:20:24.159 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 14 19:20:24.159 INFO kablam! | Sep 14 19:20:24.159 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 14 19:20:24.159 INFO kablam! | ^^^^^ Sep 14 19:20:24.159 INFO kablam! Sep 14 19:20:24.159 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 14 19:20:24.159 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 14 19:20:24.159 INFO kablam! | Sep 14 19:20:24.159 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 14 19:20:24.159 INFO kablam! | ^^^^^ Sep 14 19:20:24.159 INFO kablam! Sep 14 19:20:24.160 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 14 19:20:24.160 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 14 19:20:24.160 INFO kablam! | Sep 14 19:20:24.160 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 14 19:20:24.160 INFO kablam! | ^^^^^ Sep 14 19:20:24.160 INFO kablam! Sep 14 19:20:24.248 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 14 19:20:24.248 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 14 19:20:24.248 INFO kablam! | Sep 14 19:20:24.248 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 14 19:20:24.248 INFO kablam! | ^^^^^ Sep 14 19:20:24.248 INFO kablam! Sep 14 19:20:24.251 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 14 19:20:24.251 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 14 19:20:24.251 INFO kablam! | Sep 14 19:20:24.252 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 14 19:20:24.252 INFO kablam! | ^^^^^ Sep 14 19:20:24.252 INFO kablam! Sep 14 19:20:24.252 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 14 19:20:24.252 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 14 19:20:24.252 INFO kablam! | Sep 14 19:20:24.252 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 14 19:20:24.252 INFO kablam! | ^^^^^ Sep 14 19:20:24.252 INFO kablam! Sep 14 19:20:24.608 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.65s Sep 14 19:20:24.617 INFO kablam! su: No module specific data is present Sep 14 19:20:25.723 INFO running `"docker" "rm" "-f" "27e0e52cacae2ea3d73268d8fde58adc54601e221db8aa5d6fb0c39fbb525e8c"` Sep 14 19:20:25.789 INFO blam! 27e0e52cacae2ea3d73268d8fde58adc54601e221db8aa5d6fb0c39fbb525e8c