Oct 13 17:46:28.283 INFO checking batch_resolve_cli-0.3.5 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:46:28.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 17:46:28.440 INFO blam! 09a833580b282fbbeb4318e2144924ad03b64392c186fa88c398bef8a08b0ea3 Oct 13 17:46:28.444 INFO running `"docker" "start" "-a" "09a833580b282fbbeb4318e2144924ad03b64392c186fa88c398bef8a08b0ea3"` Oct 13 17:46:29.072 INFO kablam! usermod: no changes Oct 13 17:46:29.108 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 13 17:46:29.108 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 13 17:46:29.108 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 17:46:29.108 INFO kablam! files will be included as a binary target: Oct 13 17:46:29.108 INFO kablam! Oct 13 17:46:29.108 INFO kablam! * /source/src/main.rs Oct 13 17:46:29.108 INFO kablam! Oct 13 17:46:29.108 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 17:46:29.108 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 13 17:46:29.108 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 13 17:46:29.108 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 17:46:29.108 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 17:46:29.108 INFO kablam! Oct 13 17:46:29.108 INFO kablam! For more information on this warning you can consult Oct 13 17:46:29.108 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 17:46:29.108 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 13 17:46:29.108 INFO kablam! please set bin.path in Cargo.toml Oct 13 17:46:29.332 INFO kablam! Compiling openssl v0.9.24 Oct 13 17:46:29.349 INFO kablam! Checking indicatif v0.1.0 Oct 13 17:46:35.196 INFO kablam! Checking trust-dns v0.10.5 Oct 13 17:46:44.376 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Oct 13 17:46:55.496 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 17:46:55.496 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 13 17:46:55.497 INFO kablam! | Oct 13 17:46:55.497 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 13 17:46:55.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:46:55.497 INFO kablam! | Oct 13 17:46:55.497 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:46:55.497 INFO kablam! Oct 13 17:46:55.549 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 17:46:55.550 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 13 17:46:55.550 INFO kablam! | Oct 13 17:46:55.550 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 13 17:46:55.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:46:55.551 INFO kablam! | Oct 13 17:46:55.551 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:46:55.551 INFO kablam! Oct 13 17:46:55.798 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 Oct 13 17:46:55.798 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 13 17:46:55.798 INFO kablam! | Oct 13 17:46:55.798 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 13 17:46:55.798 INFO kablam! | ^^^^^ Oct 13 17:46:55.798 INFO kablam! Oct 13 17:46:55.808 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 Oct 13 17:46:55.808 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 13 17:46:55.809 INFO kablam! | Oct 13 17:46:55.809 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 13 17:46:55.810 INFO kablam! | ^^^^^ Oct 13 17:46:55.810 INFO kablam! Oct 13 17:46:55.812 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 Oct 13 17:46:55.812 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 13 17:46:55.812 INFO kablam! | Oct 13 17:46:55.813 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 13 17:46:55.813 INFO kablam! | ^^^^^ Oct 13 17:46:55.813 INFO kablam! Oct 13 17:46:55.867 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 Oct 13 17:46:55.867 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 13 17:46:55.867 INFO kablam! | Oct 13 17:46:55.867 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 13 17:46:55.867 INFO kablam! | ^^^^^ Oct 13 17:46:55.867 INFO kablam! Oct 13 17:46:55.870 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 Oct 13 17:46:55.870 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 13 17:46:55.870 INFO kablam! | Oct 13 17:46:55.870 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 13 17:46:55.870 INFO kablam! | ^^^^^ Oct 13 17:46:55.870 INFO kablam! Oct 13 17:46:55.875 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 Oct 13 17:46:55.875 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 13 17:46:55.875 INFO kablam! | Oct 13 17:46:55.875 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 13 17:46:55.875 INFO kablam! | ^^^^^ Oct 13 17:46:55.875 INFO kablam! Oct 13 17:46:56.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.25s Oct 13 17:46:56.358 INFO kablam! su: No module specific data is present Oct 13 17:46:57.704 INFO running `"docker" "rm" "-f" "09a833580b282fbbeb4318e2144924ad03b64392c186fa88c398bef8a08b0ea3"` Oct 13 17:46:57.940 INFO blam! 09a833580b282fbbeb4318e2144924ad03b64392c186fa88c398bef8a08b0ea3