Sep 05 02:13:58.665 INFO checking batch_resolve_cli-0.3.5 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 02:13:58.665 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 02:13:58.665 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 02:13:58.902 INFO blam! d7f28d01914d09a07ad24afcdf33fecfefcf2231fb9fe07bb1a617c5f4875ddd Sep 05 02:13:58.904 INFO running `"docker" "start" "-a" "d7f28d01914d09a07ad24afcdf33fecfefcf2231fb9fe07bb1a617c5f4875ddd"` Sep 05 02:13:59.662 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 05 02:13:59.662 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 05 02:13:59.662 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 05 02:13:59.662 INFO kablam! files will be included as a binary target: Sep 05 02:13:59.662 INFO kablam! Sep 05 02:13:59.662 INFO kablam! * /source/src/main.rs Sep 05 02:13:59.663 INFO kablam! Sep 05 02:13:59.663 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 05 02:13:59.663 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 05 02:13:59.663 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 05 02:13:59.663 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 05 02:13:59.663 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 05 02:13:59.663 INFO kablam! Sep 05 02:13:59.663 INFO kablam! For more information on this warning you can consult Sep 05 02:13:59.663 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 05 02:13:59.663 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 05 02:13:59.663 INFO kablam! please set bin.path in Cargo.toml Sep 05 02:13:59.943 INFO kablam! Checking indicatif v0.1.0 Sep 05 02:13:59.943 INFO kablam! Checking trust-dns v0.10.5 Sep 05 02:14:08.859 INFO kablam! Checking batch_resolve_cli v0.3.5 (file:///source) Sep 05 02:14:15.485 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 05 02:14:15.485 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 05 02:14:15.485 INFO kablam! | Sep 05 02:14:15.485 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 05 02:14:15.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:14:15.485 INFO kablam! | Sep 05 02:14:15.485 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 02:14:15.485 INFO kablam! Sep 05 02:14:15.626 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 05 02:14:15.626 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 05 02:14:15.626 INFO kablam! | Sep 05 02:14:15.626 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 05 02:14:15.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:14:15.626 INFO kablam! | Sep 05 02:14:15.626 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 02:14:15.626 INFO kablam! Sep 05 02:14:16.012 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 05 02:14:16.012 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 05 02:14:16.012 INFO kablam! | Sep 05 02:14:16.012 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 05 02:14:16.012 INFO kablam! | ^^^^^ Sep 05 02:14:16.012 INFO kablam! Sep 05 02:14:16.018 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 05 02:14:16.018 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 05 02:14:16.018 INFO kablam! | Sep 05 02:14:16.018 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 05 02:14:16.018 INFO kablam! | ^^^^^ Sep 05 02:14:16.019 INFO kablam! Sep 05 02:14:16.020 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 05 02:14:16.020 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 05 02:14:16.020 INFO kablam! | Sep 05 02:14:16.020 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 05 02:14:16.020 INFO kablam! | ^^^^^ Sep 05 02:14:16.020 INFO kablam! Sep 05 02:14:16.169 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 05 02:14:16.169 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 05 02:14:16.169 INFO kablam! | Sep 05 02:14:16.169 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 05 02:14:16.169 INFO kablam! | ^^^^^ Sep 05 02:14:16.169 INFO kablam! Sep 05 02:14:16.177 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 05 02:14:16.177 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 05 02:14:16.177 INFO kablam! | Sep 05 02:14:16.177 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 05 02:14:16.177 INFO kablam! | ^^^^^ Sep 05 02:14:16.177 INFO kablam! Sep 05 02:14:16.179 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 05 02:14:16.179 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 05 02:14:16.180 INFO kablam! | Sep 05 02:14:16.180 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 05 02:14:16.180 INFO kablam! | ^^^^^ Sep 05 02:14:16.180 INFO kablam! Sep 05 02:14:16.824 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.17s Sep 05 02:14:16.834 INFO kablam! su: No module specific data is present Sep 05 02:14:17.551 INFO running `"docker" "rm" "-f" "d7f28d01914d09a07ad24afcdf33fecfefcf2231fb9fe07bb1a617c5f4875ddd"` Sep 05 02:14:17.644 INFO blam! d7f28d01914d09a07ad24afcdf33fecfefcf2231fb9fe07bb1a617c5f4875ddd