Nov 18 19:51:47.672 INFO testing batch_resolve_cli-0.3.5 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 19:51:47.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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.894 INFO [stdout] b0f9984c9e8791a4b36651fed3396d6c94eca127f7b3c094b823e516b2da2f69 Nov 18 19:51:47.901 INFO running `"docker" "start" "-a" "b0f9984c9e8791a4b36651fed3396d6c94eca127f7b3c094b823e516b2da2f69"` Nov 18 19:51:48.681 INFO [stderr] usermod: no changes Nov 18 19:51:48.727 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:51:48.727 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:51:48.727 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:51:48.727 INFO [stderr] files will be included as a binary target: Nov 18 19:51:48.727 INFO [stderr] Nov 18 19:51:48.727 INFO [stderr] * /source/src/main.rs Nov 18 19:51:48.727 INFO [stderr] Nov 18 19:51:48.727 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:51:48.727 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:51:48.727 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:51:48.727 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:51:48.727 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:51:48.727 INFO [stderr] Nov 18 19:51:48.727 INFO [stderr] For more information on this warning you can consult Nov 18 19:51:48.727 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:51:48.727 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Nov 18 19:51:48.727 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:51:48.928 INFO [stderr] Compiling openssl v0.9.24 Nov 18 19:51:48.939 INFO [stderr] Compiling indicatif v0.1.0 Nov 18 19:51:56.150 INFO [stderr] Compiling trust-dns v0.10.5 Nov 18 19:52:09.160 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Nov 18 19:52:14.627 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Nov 18 19:52:14.627 INFO [stderr] --> src/resolve/resolver_threadpool.rs:161:13 Nov 18 19:52:14.627 INFO [stderr] | Nov 18 19:52:14.627 INFO [stderr] 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Nov 18 19:52:14.627 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 19:52:14.627 INFO [stderr] | Nov 18 19:52:14.627 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 19:52:14.627 INFO [stderr] Nov 18 19:52:14.905 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.906 INFO [stderr] --> src/resolve/resolver.rs:213:55 Nov 18 19:52:14.906 INFO [stderr] | Nov 18 19:52:14.907 INFO [stderr] 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Nov 18 19:52:14.907 INFO [stderr] | ^^^^^ Nov 18 19:52:14.908 INFO [stderr] Nov 18 19:52:14.910 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.911 INFO [stderr] --> src/resolve/resolver.rs:243:79 Nov 18 19:52:14.911 INFO [stderr] | Nov 18 19:52:14.911 INFO [stderr] 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Nov 18 19:52:14.911 INFO [stderr] | ^^^^^ Nov 18 19:52:14.912 INFO [stderr] Nov 18 19:52:14.912 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.912 INFO [stderr] --> src/resolve/resolver.rs:244:46 Nov 18 19:52:14.912 INFO [stderr] | Nov 18 19:52:14.912 INFO [stderr] 244 | Err(err) => future::err(err).boxed(), Nov 18 19:52:14.912 INFO [stderr] | ^^^^^ Nov 18 19:52:14.913 INFO [stderr] Nov 18 19:52:23.797 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.09s Nov 18 19:52:23.810 INFO [stderr] su: No module specific data is present Nov 18 19:52:25.098 INFO running `"docker" "inspect" "b0f9984c9e8791a4b36651fed3396d6c94eca127f7b3c094b823e516b2da2f69"` Nov 18 19:52:25.355 INFO running `"docker" "rm" "-f" "b0f9984c9e8791a4b36651fed3396d6c94eca127f7b3c094b823e516b2da2f69"` Nov 18 19:52:25.791 INFO [stdout] b0f9984c9e8791a4b36651fed3396d6c94eca127f7b3c094b823e516b2da2f69 Nov 18 19:52:25.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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.308 INFO [stdout] 1bbf7ba930ab938984d4daca45b0a108a4317278de64378369a4aa36bb030ddf Nov 18 19:52:26.311 INFO running `"docker" "start" "-a" "1bbf7ba930ab938984d4daca45b0a108a4317278de64378369a4aa36bb030ddf"` Nov 18 19:52:27.204 INFO [stderr] usermod: no changes Nov 18 19:52:27.247 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:52:27.248 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:52:27.248 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:52:27.248 INFO [stderr] files will be included as a binary target: Nov 18 19:52:27.248 INFO [stderr] Nov 18 19:52:27.249 INFO [stderr] * /source/src/main.rs Nov 18 19:52:27.249 INFO [stderr] Nov 18 19:52:27.249 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:52:27.250 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:52:27.250 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:52:27.250 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:52:27.251 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:52:27.251 INFO [stderr] Nov 18 19:52:27.251 INFO [stderr] For more information on this warning you can consult Nov 18 19:52:27.251 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:52:27.251 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Nov 18 19:52:27.251 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:52:27.529 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Nov 18 19:52:33.454 INFO [stderr] warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Nov 18 19:52:33.455 INFO [stderr] --> src/resolve/resolver_threadpool.rs:161:13 Nov 18 19:52:33.455 INFO [stderr] | Nov 18 19:52:33.455 INFO [stderr] 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Nov 18 19:52:33.455 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 18 19:52:33.456 INFO [stderr] | Nov 18 19:52:33.456 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 19:52:33.456 INFO [stderr] Nov 18 19:52:33.719 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.719 INFO [stderr] --> src/resolve/resolver.rs:213:55 Nov 18 19:52:33.720 INFO [stderr] | Nov 18 19:52:33.720 INFO [stderr] 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Nov 18 19:52:33.720 INFO [stderr] | ^^^^^ Nov 18 19:52:33.721 INFO [stderr] Nov 18 19:52:33.721 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.721 INFO [stderr] --> src/resolve/resolver.rs:243:79 Nov 18 19:52:33.721 INFO [stderr] | Nov 18 19:52:33.722 INFO [stderr] 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Nov 18 19:52:33.722 INFO [stderr] | ^^^^^ Nov 18 19:52:33.722 INFO [stderr] Nov 18 19:52:33.723 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.723 INFO [stderr] --> src/resolve/resolver.rs:244:46 Nov 18 19:52:33.723 INFO [stderr] | Nov 18 19:52:33.723 INFO [stderr] 244 | Err(err) => future::err(err).boxed(), Nov 18 19:52:33.724 INFO [stderr] | ^^^^^ Nov 18 19:52:33.724 INFO [stderr] Nov 18 19:52:34.623 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.39s Nov 18 19:52:34.635 INFO [stderr] su: No module specific data is present Nov 18 19:52:35.405 INFO running `"docker" "inspect" "1bbf7ba930ab938984d4daca45b0a108a4317278de64378369a4aa36bb030ddf"` Nov 18 19:52:35.689 INFO running `"docker" "rm" "-f" "1bbf7ba930ab938984d4daca45b0a108a4317278de64378369a4aa36bb030ddf"` Nov 18 19:52:35.967 INFO [stdout] 1bbf7ba930ab938984d4daca45b0a108a4317278de64378369a4aa36bb030ddf Nov 18 19:52:35.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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.463 INFO [stdout] 6e8a5a96687b8b944ef144a32dfbb58516b0e4f0d54c4dc9f82f96b684c976ff Nov 18 19:52:36.465 INFO running `"docker" "start" "-a" "6e8a5a96687b8b944ef144a32dfbb58516b0e4f0d54c4dc9f82f96b684c976ff"` Nov 18 19:52:37.531 INFO [stderr] usermod: no changes Nov 18 19:52:37.575 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:52:37.575 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:52:37.575 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:52:37.575 INFO [stderr] files will be included as a binary target: Nov 18 19:52:37.575 INFO [stderr] Nov 18 19:52:37.575 INFO [stderr] * /source/src/main.rs Nov 18 19:52:37.575 INFO [stderr] Nov 18 19:52:37.575 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:52:37.575 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:52:37.575 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:52:37.575 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:52:37.575 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:52:37.575 INFO [stderr] Nov 18 19:52:37.575 INFO [stderr] For more information on this warning you can consult Nov 18 19:52:37.575 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:52:37.575 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Nov 18 19:52:37.575 INFO [stderr] please set bin.path in Cargo.toml Nov 18 19:52:37.729 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Nov 18 19:52:37.742 INFO [stderr] Running /target/debug/deps/batch_resolve-2b5f4fa870e67e17 Nov 18 19:52:37.745 INFO [stdout] Nov 18 19:52:37.745 INFO [stdout] running 0 tests Nov 18 19:52:37.745 INFO [stdout] Nov 18 19:52:37.745 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 19:52:37.745 INFO [stdout] Nov 18 19:52:37.748 INFO [stderr] su: No module specific data is present Nov 18 19:52:38.550 INFO running `"docker" "inspect" "6e8a5a96687b8b944ef144a32dfbb58516b0e4f0d54c4dc9f82f96b684c976ff"` Nov 18 19:52:38.654 INFO running `"docker" "rm" "-f" "6e8a5a96687b8b944ef144a32dfbb58516b0e4f0d54c4dc9f82f96b684c976ff"` Nov 18 19:52:38.793 INFO [stdout] 6e8a5a96687b8b944ef144a32dfbb58516b0e4f0d54c4dc9f82f96b684c976ff