Oct 16 17:10:11.784 INFO testing batch_resolve_cli-0.3.5 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:10:11.784 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 17:10:12.027 INFO blam! b5c93f0aa163a16bcd6e10f9616afb0451c0bbac11a279c4ae7c381f9ba47b6c Oct 16 17:10:12.028 INFO running `"docker" "start" "-a" "b5c93f0aa163a16bcd6e10f9616afb0451c0bbac11a279c4ae7c381f9ba47b6c"` Oct 16 17:10:12.656 INFO kablam! usermod: no changes Oct 16 17:10:12.679 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 17:10:12.679 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 17:10:12.679 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 17:10:12.679 INFO kablam! files will be included as a binary target: Oct 16 17:10:12.679 INFO kablam! Oct 16 17:10:12.679 INFO kablam! * /source/src/main.rs Oct 16 17:10:12.679 INFO kablam! Oct 16 17:10:12.680 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 17:10:12.680 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 17:10:12.680 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 17:10:12.680 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 17:10:12.680 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 17:10:12.680 INFO kablam! Oct 16 17:10:12.680 INFO kablam! For more information on this warning you can consult Oct 16 17:10:12.680 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 17:10:12.680 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 16 17:10:12.680 INFO kablam! please set bin.path in Cargo.toml Oct 16 17:10:12.907 INFO kablam! Compiling openssl v0.9.24 Oct 16 17:10:12.910 INFO kablam! Compiling indicatif v0.1.0 Oct 16 17:10:19.679 INFO kablam! Compiling trust-dns v0.10.5 Oct 16 17:10:33.620 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 16 17:10:39.001 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 17:10:39.001 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 16 17:10:39.001 INFO kablam! | Oct 16 17:10:39.001 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 16 17:10:39.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:10:39.001 INFO kablam! | Oct 16 17:10:39.001 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:10:39.001 INFO kablam! Oct 16 17:10:39.251 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 16 17:10:39.251 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 16 17:10:39.251 INFO kablam! | Oct 16 17:10:39.251 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 16 17:10:39.251 INFO kablam! | ^^^^^ Oct 16 17:10:39.251 INFO kablam! Oct 16 17:10:39.255 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 16 17:10:39.256 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 16 17:10:39.256 INFO kablam! | Oct 16 17:10:39.256 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 16 17:10:39.256 INFO kablam! | ^^^^^ Oct 16 17:10:39.257 INFO kablam! Oct 16 17:10:39.257 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 16 17:10:39.257 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 16 17:10:39.257 INFO kablam! | Oct 16 17:10:39.257 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 16 17:10:39.257 INFO kablam! | ^^^^^ Oct 16 17:10:39.258 INFO kablam! Oct 16 17:10:47.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.91s Oct 16 17:10:47.594 INFO kablam! su: No module specific data is present Oct 16 17:10:48.378 INFO running `"docker" "rm" "-f" "b5c93f0aa163a16bcd6e10f9616afb0451c0bbac11a279c4ae7c381f9ba47b6c"` Oct 16 17:10:48.661 INFO blam! b5c93f0aa163a16bcd6e10f9616afb0451c0bbac11a279c4ae7c381f9ba47b6c Oct 16 17:10:48.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 17:10:49.051 INFO blam! 910fe84cb14645348302ce9a9e5cc4fec97e438bac8e013c6268f682269badcc Oct 16 17:10:49.059 INFO running `"docker" "start" "-a" "910fe84cb14645348302ce9a9e5cc4fec97e438bac8e013c6268f682269badcc"` Oct 16 17:10:50.074 INFO kablam! usermod: no changes Oct 16 17:10:50.093 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 17:10:50.093 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 17:10:50.093 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 17:10:50.093 INFO kablam! files will be included as a binary target: Oct 16 17:10:50.093 INFO kablam! Oct 16 17:10:50.093 INFO kablam! * /source/src/main.rs Oct 16 17:10:50.093 INFO kablam! Oct 16 17:10:50.093 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 17:10:50.094 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 17:10:50.094 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 17:10:50.094 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 17:10:50.094 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 17:10:50.094 INFO kablam! Oct 16 17:10:50.094 INFO kablam! For more information on this warning you can consult Oct 16 17:10:50.094 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 17:10:50.094 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 16 17:10:50.094 INFO kablam! please set bin.path in Cargo.toml Oct 16 17:10:50.263 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 16 17:10:55.735 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 17:10:55.735 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 16 17:10:55.736 INFO kablam! | Oct 16 17:10:55.737 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 16 17:10:55.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:10:55.738 INFO kablam! | Oct 16 17:10:55.738 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:10:55.739 INFO kablam! Oct 16 17:10:55.983 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 16 17:10:55.984 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 16 17:10:55.984 INFO kablam! | Oct 16 17:10:55.984 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 16 17:10:55.984 INFO kablam! | ^^^^^ Oct 16 17:10:55.984 INFO kablam! Oct 16 17:10:55.995 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 16 17:10:55.995 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 16 17:10:55.995 INFO kablam! | Oct 16 17:10:55.996 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 16 17:10:55.996 INFO kablam! | ^^^^^ Oct 16 17:10:55.996 INFO kablam! Oct 16 17:10:55.996 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 16 17:10:55.996 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 16 17:10:55.996 INFO kablam! | Oct 16 17:10:55.996 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 16 17:10:55.996 INFO kablam! | ^^^^^ Oct 16 17:10:55.996 INFO kablam! Oct 16 17:10:57.022 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.94s Oct 16 17:10:57.036 INFO kablam! su: No module specific data is present Oct 16 17:10:58.388 INFO running `"docker" "rm" "-f" "910fe84cb14645348302ce9a9e5cc4fec97e438bac8e013c6268f682269badcc"` Oct 16 17:10:58.724 INFO blam! 910fe84cb14645348302ce9a9e5cc4fec97e438bac8e013c6268f682269badcc Oct 16 17:10:58.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 17:10:59.318 INFO blam! 8a72bced625d0665529e7211726c2572c5ba1a183ee92b21df32e8ce8d5a82e1 Oct 16 17:10:59.321 INFO running `"docker" "start" "-a" "8a72bced625d0665529e7211726c2572c5ba1a183ee92b21df32e8ce8d5a82e1"` Oct 16 17:11:01.294 INFO kablam! usermod: no changes Oct 16 17:11:01.339 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 17:11:01.339 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 17:11:01.340 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 17:11:01.340 INFO kablam! files will be included as a binary target: Oct 16 17:11:01.340 INFO kablam! Oct 16 17:11:01.341 INFO kablam! * /source/src/main.rs Oct 16 17:11:01.341 INFO kablam! Oct 16 17:11:01.341 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 17:11:01.342 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 17:11:01.342 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 17:11:01.342 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 17:11:01.343 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 17:11:01.343 INFO kablam! Oct 16 17:11:01.343 INFO kablam! For more information on this warning you can consult Oct 16 17:11:01.344 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 17:11:01.344 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 16 17:11:01.344 INFO kablam! please set bin.path in Cargo.toml Oct 16 17:11:01.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.26s Oct 16 17:11:01.591 INFO kablam! Running /target/debug/deps/batch_resolve-ece12b4caf8c6f75 Oct 16 17:11:01.595 INFO blam! Oct 16 17:11:01.596 INFO blam! running 0 tests Oct 16 17:11:01.596 INFO blam! Oct 16 17:11:01.596 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:11:01.596 INFO blam! Oct 16 17:11:01.607 INFO kablam! su: No module specific data is present Oct 16 17:11:02.746 INFO running `"docker" "rm" "-f" "8a72bced625d0665529e7211726c2572c5ba1a183ee92b21df32e8ce8d5a82e1"` Oct 16 17:11:03.079 INFO blam! 8a72bced625d0665529e7211726c2572c5ba1a183ee92b21df32e8ce8d5a82e1