Sep 06 09:37:42.265 INFO checking batch_resolve_cli-0.3.5 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:37:42.265 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:37:42.266 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:37:42.475 INFO blam! c9ebc6ee0edadbfacc954e87f9eeb2835e3b9d3d9c19d039da0f4e36e09e1fd1 Sep 06 09:37:42.477 INFO running `"docker" "start" "-a" "c9ebc6ee0edadbfacc954e87f9eeb2835e3b9d3d9c19d039da0f4e36e09e1fd1"` Sep 06 09:37:43.470 INFO kablam! usermod: no changes Sep 06 09:37:43.542 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 06 09:37:43.542 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 06 09:37:43.542 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 09:37:43.542 INFO kablam! files will be included as a binary target: Sep 06 09:37:43.542 INFO kablam! Sep 06 09:37:43.542 INFO kablam! * /source/src/main.rs Sep 06 09:37:43.542 INFO kablam! Sep 06 09:37:43.542 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 09:37:43.542 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 06 09:37:43.542 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 06 09:37:43.542 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 09:37:43.542 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 09:37:43.542 INFO kablam! Sep 06 09:37:43.542 INFO kablam! For more information on this warning you can consult Sep 06 09:37:43.542 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 09:37:43.542 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 06 09:37:43.542 INFO kablam! please set bin.path in Cargo.toml Sep 06 09:37:43.823 INFO kablam! Checking indicatif v0.1.0 Sep 06 09:37:43.842 INFO kablam! Checking trust-dns v0.10.5 Sep 06 09:37:50.602 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 06 09:37:52.734 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 06 09:37:52.734 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 06 09:37:52.734 INFO kablam! | Sep 06 09:37:52.734 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 06 09:37:52.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:37:52.734 INFO kablam! | Sep 06 09:37:52.735 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:37:52.735 INFO kablam! Sep 06 09:37:52.926 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 06 09:37:52.926 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 06 09:37:52.926 INFO kablam! | Sep 06 09:37:52.926 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 06 09:37:52.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:37:52.926 INFO kablam! | Sep 06 09:37:52.926 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:37:52.926 INFO kablam! Sep 06 09:37:52.951 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 06 09:37:52.951 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 06 09:37:52.951 INFO kablam! | Sep 06 09:37:52.951 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 06 09:37:52.951 INFO kablam! | ^^^^^ Sep 06 09:37:52.951 INFO kablam! Sep 06 09:37:52.956 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 06 09:37:52.956 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 06 09:37:52.956 INFO kablam! | Sep 06 09:37:52.956 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 06 09:37:52.956 INFO kablam! | ^^^^^ Sep 06 09:37:52.956 INFO kablam! Sep 06 09:37:52.957 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 06 09:37:52.957 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 06 09:37:52.957 INFO kablam! | Sep 06 09:37:52.957 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 06 09:37:52.957 INFO kablam! | ^^^^^ Sep 06 09:37:52.957 INFO kablam! Sep 06 09:37:53.197 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 06 09:37:53.197 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 06 09:37:53.197 INFO kablam! | Sep 06 09:37:53.197 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 06 09:37:53.197 INFO kablam! | ^^^^^ Sep 06 09:37:53.197 INFO kablam! Sep 06 09:37:53.201 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 06 09:37:53.201 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 06 09:37:53.201 INFO kablam! | Sep 06 09:37:53.201 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 06 09:37:53.201 INFO kablam! | ^^^^^ Sep 06 09:37:53.201 INFO kablam! Sep 06 09:37:53.201 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 06 09:37:53.201 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 06 09:37:53.202 INFO kablam! | Sep 06 09:37:53.202 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 06 09:37:53.202 INFO kablam! | ^^^^^ Sep 06 09:37:53.202 INFO kablam! Sep 06 09:37:53.506 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.99s Sep 06 09:37:53.514 INFO kablam! su: No module specific data is present Sep 06 09:37:54.144 INFO running `"docker" "rm" "-f" "c9ebc6ee0edadbfacc954e87f9eeb2835e3b9d3d9c19d039da0f4e36e09e1fd1"` Sep 06 09:37:54.265 INFO blam! c9ebc6ee0edadbfacc954e87f9eeb2835e3b9d3d9c19d039da0f4e36e09e1fd1