Nov 18 19:51:46.808 INFO testing batch_resolve_cli-0.3.5 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 19:51:46.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-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"` Nov 18 19:51:47.110 INFO [stdout] 1f78721a50366dad967374d679e4f7267d6242f52fe5820c26a35e2186d4ea60 Nov 18 19:51:47.112 INFO running `"docker" "start" "-a" "1f78721a50366dad967374d679e4f7267d6242f52fe5820c26a35e2186d4ea60"` Nov 18 19:51:47.650 INFO [stderr] usermod: no changes Nov 18 19:51:47.682 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:51:47.682 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:51:47.682 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:51:47.682 INFO [stderr] files will be included as a binary target: Nov 18 19:51:47.682 INFO [stderr] Nov 18 19:51:47.682 INFO [stderr] * /source/src/main.rs Nov 18 19:51:47.682 INFO [stderr] Nov 18 19:51:47.682 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:51:47.682 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:51:47.682 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:51:47.682 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:51:47.682 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:51:47.682 INFO [stderr] Nov 18 19:51:47.682 INFO [stderr] For more information on this warning you can consult Nov 18 19:51:47.682 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:51:47.682 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Nov 18 19:51:47.682 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:51:47.929 INFO [stderr] Compiling openssl v0.9.24 Nov 18 19:51:47.932 INFO [stderr] Compiling indicatif v0.1.0 Nov 18 19:51:55.473 INFO [stderr] Compiling trust-dns v0.10.5 Nov 18 19:52:09.148 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Nov 18 19:52:14.519 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Nov 18 19:52:14.519 INFO [stderr] --> src/resolve/resolver_threadpool.rs:161:13 Nov 18 19:52:14.519 INFO [stderr] | Nov 18 19:52:14.519 INFO [stderr] 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Nov 18 19:52:14.519 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 19:52:14.519 INFO [stderr] | Nov 18 19:52:14.519 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 19:52:14.519 INFO [stderr] Nov 18 19:52:14.835 INFO [stderr] 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 Nov 18 19:52:14.835 INFO [stderr] --> src/resolve/resolver.rs:213:55 Nov 18 19:52:14.835 INFO [stderr] | Nov 18 19:52:14.835 INFO [stderr] 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Nov 18 19:52:14.835 INFO [stderr] | ^^^^^ Nov 18 19:52:14.835 INFO [stderr] Nov 18 19:52:14.839 INFO [stderr] 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 Nov 18 19:52:14.839 INFO [stderr] --> src/resolve/resolver.rs:243:79 Nov 18 19:52:14.839 INFO [stderr] | Nov 18 19:52:14.839 INFO [stderr] 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Nov 18 19:52:14.839 INFO [stderr] | ^^^^^ Nov 18 19:52:14.839 INFO [stderr] Nov 18 19:52:14.839 INFO [stderr] 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 Nov 18 19:52:14.839 INFO [stderr] --> src/resolve/resolver.rs:244:46 Nov 18 19:52:14.839 INFO [stderr] | Nov 18 19:52:14.839 INFO [stderr] 244 | Err(err) => future::err(err).boxed(), Nov 18 19:52:14.839 INFO [stderr] | ^^^^^ Nov 18 19:52:14.839 INFO [stderr] Nov 18 19:52:24.355 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.68s Nov 18 19:52:24.372 INFO [stderr] su: No module specific data is present Nov 18 19:52:25.161 INFO running `"docker" "inspect" "1f78721a50366dad967374d679e4f7267d6242f52fe5820c26a35e2186d4ea60"` Nov 18 19:52:25.569 INFO running `"docker" "rm" "-f" "1f78721a50366dad967374d679e4f7267d6242f52fe5820c26a35e2186d4ea60"` Nov 18 19:52:25.839 INFO [stdout] 1f78721a50366dad967374d679e4f7267d6242f52fe5820c26a35e2186d4ea60 Nov 18 19:52:25.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-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"` Nov 18 19:52:26.371 INFO [stdout] e033ed2467cf30d6ff3707a5b6d444e51eb6509664ec613747428800fef9f17d Nov 18 19:52:26.374 INFO running `"docker" "start" "-a" "e033ed2467cf30d6ff3707a5b6d444e51eb6509664ec613747428800fef9f17d"` Nov 18 19:52:27.355 INFO [stderr] usermod: no changes Nov 18 19:52:27.395 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:52:27.395 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:52:27.395 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:52:27.395 INFO [stderr] files will be included as a binary target: Nov 18 19:52:27.395 INFO [stderr] Nov 18 19:52:27.395 INFO [stderr] * /source/src/main.rs Nov 18 19:52:27.395 INFO [stderr] Nov 18 19:52:27.395 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:52:27.395 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:52:27.395 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:52:27.395 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:52:27.395 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:52:27.395 INFO [stderr] Nov 18 19:52:27.395 INFO [stderr] For more information on this warning you can consult Nov 18 19:52:27.395 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:52:27.395 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Nov 18 19:52:27.395 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:52:27.622 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Nov 18 19:52:33.199 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Nov 18 19:52:33.199 INFO [stderr] --> src/resolve/resolver_threadpool.rs:161:13 Nov 18 19:52:33.200 INFO [stderr] | Nov 18 19:52:33.200 INFO [stderr] 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Nov 18 19:52:33.200 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 19:52:33.201 INFO [stderr] | Nov 18 19:52:33.201 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 19:52:33.201 INFO [stderr] Nov 18 19:52:33.443 INFO [stderr] 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 Nov 18 19:52:33.443 INFO [stderr] --> src/resolve/resolver.rs:213:55 Nov 18 19:52:33.444 INFO [stderr] | Nov 18 19:52:33.444 INFO [stderr] 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Nov 18 19:52:33.444 INFO [stderr] | ^^^^^ Nov 18 19:52:33.445 INFO [stderr] Nov 18 19:52:33.451 INFO [stderr] 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 Nov 18 19:52:33.451 INFO [stderr] --> src/resolve/resolver.rs:243:79 Nov 18 19:52:33.452 INFO [stderr] | Nov 18 19:52:33.452 INFO [stderr] 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Nov 18 19:52:33.452 INFO [stderr] | ^^^^^ Nov 18 19:52:33.452 INFO [stderr] Nov 18 19:52:33.453 INFO [stderr] 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 Nov 18 19:52:33.453 INFO [stderr] --> src/resolve/resolver.rs:244:46 Nov 18 19:52:33.453 INFO [stderr] | Nov 18 19:52:33.454 INFO [stderr] 244 | Err(err) => future::err(err).boxed(), Nov 18 19:52:33.454 INFO [stderr] | ^^^^^ Nov 18 19:52:33.454 INFO [stderr] Nov 18 19:52:34.415 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.03s Nov 18 19:52:34.443 INFO [stderr] su: No module specific data is present Nov 18 19:52:35.344 INFO running `"docker" "inspect" "e033ed2467cf30d6ff3707a5b6d444e51eb6509664ec613747428800fef9f17d"` Nov 18 19:52:35.652 INFO running `"docker" "rm" "-f" "e033ed2467cf30d6ff3707a5b6d444e51eb6509664ec613747428800fef9f17d"` Nov 18 19:52:36.015 INFO [stdout] e033ed2467cf30d6ff3707a5b6d444e51eb6509664ec613747428800fef9f17d Nov 18 19:52:36.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-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"` Nov 18 19:52:36.549 INFO [stdout] b7538bde11fc6242bc9ef80baa4610c50ef0715ccf1e492d8a2ed00b011de4bd Nov 18 19:52:36.555 INFO running `"docker" "start" "-a" "b7538bde11fc6242bc9ef80baa4610c50ef0715ccf1e492d8a2ed00b011de4bd"` Nov 18 19:52:37.619 INFO [stderr] usermod: no changes Nov 18 19:52:37.675 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:52:37.675 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:52:37.675 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:52:37.675 INFO [stderr] files will be included as a binary target: Nov 18 19:52:37.675 INFO [stderr] Nov 18 19:52:37.675 INFO [stderr] * /source/src/main.rs Nov 18 19:52:37.675 INFO [stderr] Nov 18 19:52:37.675 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:52:37.675 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:52:37.675 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:52:37.675 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:52:37.675 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:52:37.675 INFO [stderr] Nov 18 19:52:37.675 INFO [stderr] For more information on this warning you can consult Nov 18 19:52:37.675 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:52:37.675 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Nov 18 19:52:37.675 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:52:37.863 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Nov 18 19:52:37.879 INFO [stderr] Running /target/debug/deps/batch_resolve-f39873eea1aa8afb Nov 18 19:52:37.881 INFO [stdout] Nov 18 19:52:37.881 INFO [stdout] running 0 tests Nov 18 19:52:37.882 INFO [stdout] Nov 18 19:52:37.882 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 19:52:37.882 INFO [stdout] Nov 18 19:52:37.888 INFO [stderr] su: No module specific data is present Nov 18 19:52:38.554 INFO running `"docker" "inspect" "b7538bde11fc6242bc9ef80baa4610c50ef0715ccf1e492d8a2ed00b011de4bd"` Nov 18 19:52:38.720 INFO running `"docker" "rm" "-f" "b7538bde11fc6242bc9ef80baa4610c50ef0715ccf1e492d8a2ed00b011de4bd"` Nov 18 19:52:38.957 INFO [stdout] b7538bde11fc6242bc9ef80baa4610c50ef0715ccf1e492d8a2ed00b011de4bd