Sep 21 13:03:54.374 INFO checking batch_resolve_cli-0.3.5 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 13:03:54.374 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 13:03:54.374 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 13:03:54.582 INFO blam! ad48e5ee1c20cd3a4c697f3465b58a60175c16d89f7320b6f59692a401d8522f Sep 21 13:03:54.584 INFO running `"docker" "start" "-a" "ad48e5ee1c20cd3a4c697f3465b58a60175c16d89f7320b6f59692a401d8522f"` Sep 21 13:03:55.675 INFO kablam! usermod: no changes Sep 21 13:03:55.714 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 21 13:03:55.714 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 21 13:03:55.714 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 13:03:55.714 INFO kablam! files will be included as a binary target: Sep 21 13:03:55.714 INFO kablam! Sep 21 13:03:55.714 INFO kablam! * /source/src/main.rs Sep 21 13:03:55.714 INFO kablam! Sep 21 13:03:55.714 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 13:03:55.714 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 21 13:03:55.714 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 21 13:03:55.714 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 13:03:55.714 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 13:03:55.714 INFO kablam! Sep 21 13:03:55.714 INFO kablam! For more information on this warning you can consult Sep 21 13:03:55.714 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 13:03:55.714 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Sep 21 13:03:55.714 INFO kablam! please set bin.path in Cargo.toml Sep 21 13:03:55.900 INFO kablam! Checking indicatif v0.1.0 Sep 21 13:03:55.904 INFO kablam! Checking trust-dns v0.10.5 Sep 21 13:04:00.972 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Sep 21 13:04:03.752 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 21 13:04:03.752 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 21 13:04:03.752 INFO kablam! | Sep 21 13:04:03.752 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 21 13:04:03.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:03.753 INFO kablam! | Sep 21 13:04:03.753 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 13:04:03.753 INFO kablam! Sep 21 13:04:03.906 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Sep 21 13:04:03.906 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Sep 21 13:04:03.906 INFO kablam! | Sep 21 13:04:03.906 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Sep 21 13:04:03.906 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 13:04:03.906 INFO kablam! | Sep 21 13:04:03.906 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 13:04:03.906 INFO kablam! Sep 21 13:04:04.030 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 21 13:04:04.030 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 21 13:04:04.030 INFO kablam! | Sep 21 13:04:04.030 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 21 13:04:04.030 INFO kablam! | ^^^^^ Sep 21 13:04:04.030 INFO kablam! Sep 21 13:04:04.034 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 21 13:04:04.034 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 21 13:04:04.034 INFO kablam! | Sep 21 13:04:04.034 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 21 13:04:04.034 INFO kablam! | ^^^^^ Sep 21 13:04:04.034 INFO kablam! Sep 21 13:04:04.038 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 21 13:04:04.038 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 21 13:04:04.038 INFO kablam! | Sep 21 13:04:04.038 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 21 13:04:04.038 INFO kablam! | ^^^^^ Sep 21 13:04:04.038 INFO kablam! Sep 21 13:04:04.502 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 21 13:04:04.502 INFO kablam! --> src/resolve/resolver.rs:213:55 Sep 21 13:04:04.502 INFO kablam! | Sep 21 13:04:04.503 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Sep 21 13:04:04.503 INFO kablam! | ^^^^^ Sep 21 13:04:04.503 INFO kablam! Sep 21 13:04:04.509 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 21 13:04:04.509 INFO kablam! --> src/resolve/resolver.rs:243:79 Sep 21 13:04:04.509 INFO kablam! | Sep 21 13:04:04.510 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Sep 21 13:04:04.510 INFO kablam! | ^^^^^ Sep 21 13:04:04.510 INFO kablam! Sep 21 13:04:04.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 21 13:04:04.513 INFO kablam! --> src/resolve/resolver.rs:244:46 Sep 21 13:04:04.513 INFO kablam! | Sep 21 13:04:04.513 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Sep 21 13:04:04.514 INFO kablam! | ^^^^^ Sep 21 13:04:04.514 INFO kablam! Sep 21 13:04:05.022 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.32s Sep 21 13:04:05.043 INFO kablam! su: No module specific data is present Sep 21 13:04:06.094 INFO running `"docker" "rm" "-f" "ad48e5ee1c20cd3a4c697f3465b58a60175c16d89f7320b6f59692a401d8522f"` Sep 21 13:04:06.210 INFO blam! ad48e5ee1c20cd3a4c697f3465b58a60175c16d89f7320b6f59692a401d8522f