Oct 28 00:47:12.280 INFO checking batch_resolve_cli-0.3.5 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:47:12.280 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 28 00:47:12.771 INFO blam! 6f145034c3d242666120e1ea532819961a48b5a882b8b12ca701704ec8edd426 Oct 28 00:47:12.773 INFO running `"docker" "start" "-a" "6f145034c3d242666120e1ea532819961a48b5a882b8b12ca701704ec8edd426"` Oct 28 00:47:14.347 INFO kablam! usermod: no changes Oct 28 00:47:14.391 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 28 00:47:14.391 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 28 00:47:14.391 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 28 00:47:14.391 INFO kablam! files will be included as a binary target: Oct 28 00:47:14.391 INFO kablam! Oct 28 00:47:14.391 INFO kablam! * /source/src/main.rs Oct 28 00:47:14.391 INFO kablam! Oct 28 00:47:14.391 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 28 00:47:14.391 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 28 00:47:14.391 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 28 00:47:14.391 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 28 00:47:14.391 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 28 00:47:14.391 INFO kablam! Oct 28 00:47:14.391 INFO kablam! For more information on this warning you can consult Oct 28 00:47:14.391 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 28 00:47:14.391 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 28 00:47:14.391 INFO kablam! please set bin.path in Cargo.toml Oct 28 00:47:14.603 INFO kablam! Compiling openssl v0.9.24 Oct 28 00:47:14.604 INFO kablam! Checking indicatif v0.1.0 Oct 28 00:47:19.920 INFO kablam! Checking trust-dns v0.10.5 Oct 28 00:47:28.472 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Oct 28 00:47:38.511 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 28 00:47:38.512 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 28 00:47:38.512 INFO kablam! | Oct 28 00:47:38.512 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 28 00:47:38.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:47:38.512 INFO kablam! | Oct 28 00:47:38.512 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:47:38.512 INFO kablam! Oct 28 00:47:39.011 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 28 00:47:39.011 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 28 00:47:39.011 INFO kablam! | Oct 28 00:47:39.011 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 28 00:47:39.011 INFO kablam! | ^^^^^ Oct 28 00:47:39.011 INFO kablam! Oct 28 00:47:39.027 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 28 00:47:39.027 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 28 00:47:39.027 INFO kablam! | Oct 28 00:47:39.027 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 28 00:47:39.027 INFO kablam! | ^^^^^ Oct 28 00:47:39.027 INFO kablam! Oct 28 00:47:39.027 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 28 00:47:39.027 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 28 00:47:39.027 INFO kablam! | Oct 28 00:47:39.027 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 28 00:47:39.027 INFO kablam! | ^^^^^ Oct 28 00:47:39.027 INFO kablam! Oct 28 00:47:39.655 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 28 00:47:39.655 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 28 00:47:39.655 INFO kablam! | Oct 28 00:47:39.655 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 28 00:47:39.655 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:47:39.675 INFO kablam! | Oct 28 00:47:39.675 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:47:39.675 INFO kablam! Oct 28 00:47:39.974 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 28 00:47:39.975 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 28 00:47:39.975 INFO kablam! | Oct 28 00:47:39.975 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 28 00:47:39.975 INFO kablam! | ^^^^^ Oct 28 00:47:39.975 INFO kablam! Oct 28 00:47:39.975 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 28 00:47:39.975 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 28 00:47:39.975 INFO kablam! | Oct 28 00:47:39.975 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 28 00:47:39.975 INFO kablam! | ^^^^^ Oct 28 00:47:39.975 INFO kablam! Oct 28 00:47:39.975 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 28 00:47:39.975 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 28 00:47:39.975 INFO kablam! | Oct 28 00:47:39.975 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 28 00:47:39.975 INFO kablam! | ^^^^^ Oct 28 00:47:39.975 INFO kablam! Oct 28 00:47:40.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.14s Oct 28 00:47:40.543 INFO kablam! su: No module specific data is present Oct 28 00:47:41.261 INFO running `"docker" "rm" "-f" "6f145034c3d242666120e1ea532819961a48b5a882b8b12ca701704ec8edd426"` Oct 28 00:47:41.467 INFO blam! 6f145034c3d242666120e1ea532819961a48b5a882b8b12ca701704ec8edd426