Sep 04 23:22:58.232 INFO checking batch_resolve_cli-0.3.5 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 23:22:58.232 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 23:22:58.232 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:22:58.402 INFO blam! b1a6714f35cd7732b314f14c67886dfabafe6015e90b815f2c98540915889af9 Sep 04 23:22:58.404 INFO running `"docker" "start" "-a" "b1a6714f35cd7732b314f14c67886dfabafe6015e90b815f2c98540915889af9"` Sep 04 23:22:59.108 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 23:22:59.109 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 23:22:59.109 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 23:22:59.109 INFO kablam! files will be included as a binary target: Sep 04 23:22:59.109 INFO kablam! Sep 04 23:22:59.109 INFO kablam! * /source/src/main.rs Sep 04 23:22:59.109 INFO kablam! Sep 04 23:22:59.109 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 23:22:59.109 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 23:22:59.109 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 23:22:59.109 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 23:22:59.109 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 23:22:59.109 INFO kablam! Sep 04 23:22:59.109 INFO kablam! For more information on this warning you can consult Sep 04 23:22:59.109 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 23:22:59.109 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 04 23:22:59.109 INFO kablam! please set bin.path in Cargo.toml Sep 04 23:22:59.356 INFO kablam! Compiling openssl v0.9.24 Sep 04 23:22:59.363 INFO kablam! Checking indicatif v0.1.0 Sep 04 23:23:07.432 INFO kablam! Checking trust-dns v0.10.5 Sep 04 23:23:17.807 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 04 23:23:23.071 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 04 23:23:23.071 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 04 23:23:23.071 INFO kablam! | Sep 04 23:23:23.071 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 04 23:23:23.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:23:23.071 INFO kablam! | Sep 04 23:23:23.071 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 23:23:23.071 INFO kablam! Sep 04 23:23:23.352 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 04 23:23:23.352 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 04 23:23:23.352 INFO kablam! | Sep 04 23:23:23.352 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 04 23:23:23.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 23:23:23.352 INFO kablam! | Sep 04 23:23:23.352 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 23:23:23.352 INFO kablam! Sep 04 23:23:23.611 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 04 23:23:23.611 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 04 23:23:23.612 INFO kablam! | Sep 04 23:23:23.612 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 04 23:23:23.612 INFO kablam! | ^^^^^ Sep 04 23:23:23.612 INFO kablam! Sep 04 23:23:23.622 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 04 23:23:23.622 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 04 23:23:23.622 INFO kablam! | Sep 04 23:23:23.622 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 04 23:23:23.622 INFO kablam! | ^^^^^ Sep 04 23:23:23.622 INFO kablam! Sep 04 23:23:23.624 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 04 23:23:23.624 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 04 23:23:23.624 INFO kablam! | Sep 04 23:23:23.624 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 04 23:23:23.624 INFO kablam! | ^^^^^ Sep 04 23:23:23.624 INFO kablam! Sep 04 23:23:24.072 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 04 23:23:24.072 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 04 23:23:24.072 INFO kablam! | Sep 04 23:23:24.072 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 04 23:23:24.072 INFO kablam! | ^^^^^ Sep 04 23:23:24.072 INFO kablam! Sep 04 23:23:24.084 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 04 23:23:24.084 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 04 23:23:24.084 INFO kablam! | Sep 04 23:23:24.084 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 04 23:23:24.084 INFO kablam! | ^^^^^ Sep 04 23:23:24.084 INFO kablam! Sep 04 23:23:24.086 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 04 23:23:24.087 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 04 23:23:24.087 INFO kablam! | Sep 04 23:23:24.087 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 04 23:23:24.087 INFO kablam! | ^^^^^ Sep 04 23:23:24.087 INFO kablam! Sep 04 23:23:25.013 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.91s Sep 04 23:23:25.035 INFO kablam! su: No module specific data is present Sep 04 23:23:25.515 INFO running `"docker" "rm" "-f" "b1a6714f35cd7732b314f14c67886dfabafe6015e90b815f2c98540915889af9"` Sep 04 23:23:25.655 INFO blam! b1a6714f35cd7732b314f14c67886dfabafe6015e90b815f2c98540915889af9