Sep 02 20:01:45.252 INFO checking batch_resolve_cli-0.3.5 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 20:01:45.252 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 20:01:45.252 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 20:01:45.486 INFO blam! e494d0a9291e761c6a36b3d0075a7fba9bd1049dfef8fd35ec128ce9a0028158 Sep 02 20:01:45.488 INFO running `"docker" "start" "-a" "e494d0a9291e761c6a36b3d0075a7fba9bd1049dfef8fd35ec128ce9a0028158"` Sep 02 20:01:46.493 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 02 20:01:46.493 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 02 20:01:46.493 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 02 20:01:46.493 INFO kablam! files will be included as a binary target: Sep 02 20:01:46.493 INFO kablam! Sep 02 20:01:46.493 INFO kablam! * /source/src/main.rs Sep 02 20:01:46.493 INFO kablam! Sep 02 20:01:46.493 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 02 20:01:46.493 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 02 20:01:46.494 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 02 20:01:46.494 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 02 20:01:46.494 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 02 20:01:46.494 INFO kablam! Sep 02 20:01:46.494 INFO kablam! For more information on this warning you can consult Sep 02 20:01:46.494 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 02 20:01:46.494 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 02 20:01:46.494 INFO kablam! please set bin.path in Cargo.toml Sep 02 20:01:46.766 INFO kablam! Checking indicatif v0.1.0 Sep 02 20:01:46.766 INFO kablam! Checking trust-dns v0.10.5 Sep 02 20:01:58.854 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 02 20:02:04.615 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 02 20:02:04.615 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 02 20:02:04.615 INFO kablam! | Sep 02 20:02:04.615 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 02 20:02:04.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:02:04.615 INFO kablam! | Sep 02 20:02:04.615 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 20:02:04.615 INFO kablam! Sep 02 20:02:04.869 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 02 20:02:04.869 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 02 20:02:04.869 INFO kablam! | Sep 02 20:02:04.869 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 02 20:02:04.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:02:04.869 INFO kablam! | Sep 02 20:02:04.870 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 20:02:04.870 INFO kablam! Sep 02 20:02:05.039 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 02 20:02:05.039 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 02 20:02:05.039 INFO kablam! | Sep 02 20:02:05.039 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 02 20:02:05.039 INFO kablam! | ^^^^^ Sep 02 20:02:05.039 INFO kablam! Sep 02 20:02:05.046 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 02 20:02:05.046 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 02 20:02:05.046 INFO kablam! | Sep 02 20:02:05.046 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 02 20:02:05.046 INFO kablam! | ^^^^^ Sep 02 20:02:05.046 INFO kablam! Sep 02 20:02:05.048 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 02 20:02:05.048 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 02 20:02:05.048 INFO kablam! | Sep 02 20:02:05.048 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 02 20:02:05.048 INFO kablam! | ^^^^^ Sep 02 20:02:05.048 INFO kablam! Sep 02 20:02:05.500 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 02 20:02:05.500 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 02 20:02:05.501 INFO kablam! | Sep 02 20:02:05.501 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 02 20:02:05.501 INFO kablam! | ^^^^^ Sep 02 20:02:05.501 INFO kablam! Sep 02 20:02:05.510 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 02 20:02:05.510 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 02 20:02:05.510 INFO kablam! | Sep 02 20:02:05.510 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 02 20:02:05.510 INFO kablam! | ^^^^^ Sep 02 20:02:05.510 INFO kablam! Sep 02 20:02:05.512 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 02 20:02:05.512 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 02 20:02:05.512 INFO kablam! | Sep 02 20:02:05.512 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 02 20:02:05.512 INFO kablam! | ^^^^^ Sep 02 20:02:05.512 INFO kablam! Sep 02 20:02:06.326 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.84s Sep 02 20:02:06.341 INFO kablam! su: No module specific data is present Sep 02 20:02:06.831 INFO running `"docker" "rm" "-f" "e494d0a9291e761c6a36b3d0075a7fba9bd1049dfef8fd35ec128ce9a0028158"` Sep 02 20:02:06.972 INFO blam! e494d0a9291e761c6a36b3d0075a7fba9bd1049dfef8fd35ec128ce9a0028158