Oct 13 17:46:28.593 INFO checking batch_resolve_cli-0.3.5 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:46:28.593 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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.873 INFO blam! 30c257b224a128f769b822ed04c5bf10045ec3826ea33bd413064ad246578fec Oct 13 17:46:28.877 INFO running `"docker" "start" "-a" "30c257b224a128f769b822ed04c5bf10045ec3826ea33bd413064ad246578fec"` Oct 13 17:46:29.872 INFO kablam! usermod: no changes Oct 13 17:46:29.933 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 13 17:46:29.933 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 13 17:46:29.933 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 17:46:29.934 INFO kablam! files will be included as a binary target: Oct 13 17:46:29.934 INFO kablam! Oct 13 17:46:29.934 INFO kablam! * /source/src/main.rs Oct 13 17:46:29.934 INFO kablam! Oct 13 17:46:29.935 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 17:46:29.935 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 13 17:46:29.935 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 13 17:46:29.936 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 17:46:29.936 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 17:46:29.936 INFO kablam! Oct 13 17:46:29.937 INFO kablam! For more information on this warning you can consult Oct 13 17:46:29.937 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 17:46:29.937 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 13 17:46:29.938 INFO kablam! please set bin.path in Cargo.toml Oct 13 17:46:30.184 INFO kablam! Compiling openssl v0.9.24 Oct 13 17:46:30.193 INFO kablam! Checking indicatif v0.1.0 Oct 13 17:46:36.270 INFO kablam! Checking trust-dns v0.10.5 Oct 13 17:46:44.704 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Oct 13 17:46:55.727 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 17:46:55.727 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 13 17:46:55.727 INFO kablam! | Oct 13 17:46:55.727 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 13 17:46:55.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:46:55.727 INFO kablam! | Oct 13 17:46:55.727 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:46:55.727 INFO kablam! Oct 13 17:46:55.831 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 13 17:46:55.832 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 13 17:46:55.832 INFO kablam! | Oct 13 17:46:55.832 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 13 17:46:55.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:46:55.833 INFO kablam! | Oct 13 17:46:55.833 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:46:55.834 INFO kablam! Oct 13 17:46:56.144 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:56.144 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 13 17:46:56.144 INFO kablam! | Oct 13 17:46:56.144 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 13 17:46:56.144 INFO kablam! | ^^^^^ Oct 13 17:46:56.144 INFO kablam! Oct 13 17:46:56.152 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:56.152 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 13 17:46:56.152 INFO kablam! | Oct 13 17:46:56.152 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 13 17:46:56.152 INFO kablam! | ^^^^^ Oct 13 17:46:56.152 INFO kablam! Oct 13 17:46:56.160 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:56.160 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 13 17:46:56.160 INFO kablam! | Oct 13 17:46:56.160 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 13 17:46:56.160 INFO kablam! | ^^^^^ Oct 13 17:46:56.160 INFO kablam! Oct 13 17:46:56.260 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:56.260 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 13 17:46:56.261 INFO kablam! | Oct 13 17:46:56.261 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 13 17:46:56.261 INFO kablam! | ^^^^^ Oct 13 17:46:56.261 INFO kablam! Oct 13 17:46:56.261 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:56.261 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 13 17:46:56.261 INFO kablam! | Oct 13 17:46:56.261 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 13 17:46:56.261 INFO kablam! | ^^^^^ Oct 13 17:46:56.261 INFO kablam! Oct 13 17:46:56.261 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:56.261 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 13 17:46:56.261 INFO kablam! | Oct 13 17:46:56.261 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 13 17:46:56.261 INFO kablam! | ^^^^^ Oct 13 17:46:56.261 INFO kablam! Oct 13 17:46:56.837 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.93s Oct 13 17:46:56.847 INFO kablam! su: No module specific data is present Oct 13 17:46:57.694 INFO running `"docker" "rm" "-f" "30c257b224a128f769b822ed04c5bf10045ec3826ea33bd413064ad246578fec"` Oct 13 17:46:57.996 INFO blam! 30c257b224a128f769b822ed04c5bf10045ec3826ea33bd413064ad246578fec