Oct 12 05:17:11.161 INFO testing batch_resolve_cli-0.3.5 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:17:11.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 05:17:11.436 INFO blam! 59cc3567b703ab70af2d3ce53566cad3f81981bd3ddb398ef3dfa8bd4245dc05 Oct 12 05:17:11.445 INFO running `"docker" "start" "-a" "59cc3567b703ab70af2d3ce53566cad3f81981bd3ddb398ef3dfa8bd4245dc05"` Oct 12 05:17:11.981 INFO kablam! usermod: no changes Oct 12 05:17:12.009 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 05:17:12.009 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 05:17:12.009 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 05:17:12.009 INFO kablam! files will be included as a binary target: Oct 12 05:17:12.009 INFO kablam! Oct 12 05:17:12.009 INFO kablam! * /source/src/main.rs Oct 12 05:17:12.009 INFO kablam! Oct 12 05:17:12.009 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 05:17:12.009 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 05:17:12.009 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 05:17:12.009 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 05:17:12.009 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 05:17:12.009 INFO kablam! Oct 12 05:17:12.009 INFO kablam! For more information on this warning you can consult Oct 12 05:17:12.009 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 05:17:12.009 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 05:17:12.009 INFO kablam! please set bin.path in Cargo.toml Oct 12 05:17:12.275 INFO kablam! Compiling openssl v0.9.24 Oct 12 05:17:12.276 INFO kablam! Compiling data-encoding v1.2.0 Oct 12 05:17:12.279 INFO kablam! Compiling error-chain v0.1.12 Oct 12 05:17:12.279 INFO kablam! Compiling indicatif v0.1.0 Oct 12 05:17:18.804 INFO kablam! Compiling trust-dns v0.10.5 Oct 12 05:17:27.572 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 12 05:17:28.836 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 12 05:17:28.836 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 12 05:17:28.836 INFO kablam! | Oct 12 05:17:28.836 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 12 05:17:28.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:17:28.836 INFO kablam! | Oct 12 05:17:28.836 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:17:28.836 INFO kablam! Oct 12 05:17:29.159 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 12 05:17:29.159 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 12 05:17:29.159 INFO kablam! | Oct 12 05:17:29.159 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 12 05:17:29.159 INFO kablam! | ^^^^^ Oct 12 05:17:29.159 INFO kablam! Oct 12 05:17:29.164 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 12 05:17:29.164 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 12 05:17:29.164 INFO kablam! | Oct 12 05:17:29.164 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 12 05:17:29.165 INFO kablam! | ^^^^^ Oct 12 05:17:29.165 INFO kablam! Oct 12 05:17:29.166 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 12 05:17:29.167 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 12 05:17:29.167 INFO kablam! | Oct 12 05:17:29.167 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 12 05:17:29.167 INFO kablam! | ^^^^^ Oct 12 05:17:29.168 INFO kablam! Oct 12 05:17:37.924 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.91s Oct 12 05:17:37.924 INFO kablam! su: No module specific data is present Oct 12 05:17:38.340 INFO running `"docker" "rm" "-f" "59cc3567b703ab70af2d3ce53566cad3f81981bd3ddb398ef3dfa8bd4245dc05"` Oct 12 05:17:38.508 INFO blam! 59cc3567b703ab70af2d3ce53566cad3f81981bd3ddb398ef3dfa8bd4245dc05 Oct 12 05:17:38.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 05:17:38.759 INFO blam! 818db3243fc60df21b51d19499af30c14e88767da55b28422a390721b09d319e Oct 12 05:17:38.764 INFO running `"docker" "start" "-a" "818db3243fc60df21b51d19499af30c14e88767da55b28422a390721b09d319e"` Oct 12 05:17:39.208 INFO kablam! usermod: no changes Oct 12 05:17:39.250 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 05:17:39.250 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 05:17:39.250 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 05:17:39.250 INFO kablam! files will be included as a binary target: Oct 12 05:17:39.250 INFO kablam! Oct 12 05:17:39.251 INFO kablam! * /source/src/main.rs Oct 12 05:17:39.251 INFO kablam! Oct 12 05:17:39.251 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 05:17:39.251 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 05:17:39.251 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 05:17:39.252 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 05:17:39.252 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 05:17:39.252 INFO kablam! Oct 12 05:17:39.252 INFO kablam! For more information on this warning you can consult Oct 12 05:17:39.252 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 05:17:39.252 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 05:17:39.252 INFO kablam! please set bin.path in Cargo.toml Oct 12 05:17:39.386 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 12 05:17:40.386 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 12 05:17:40.386 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 12 05:17:40.387 INFO kablam! | Oct 12 05:17:40.387 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 12 05:17:40.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:17:40.388 INFO kablam! | Oct 12 05:17:40.388 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:17:40.388 INFO kablam! Oct 12 05:17:40.636 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 12 05:17:40.636 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 12 05:17:40.636 INFO kablam! | Oct 12 05:17:40.636 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 12 05:17:40.636 INFO kablam! | ^^^^^ Oct 12 05:17:40.636 INFO kablam! Oct 12 05:17:40.641 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 12 05:17:40.641 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 12 05:17:40.641 INFO kablam! | Oct 12 05:17:40.641 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 12 05:17:40.641 INFO kablam! | ^^^^^ Oct 12 05:17:40.641 INFO kablam! Oct 12 05:17:40.642 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 12 05:17:40.642 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 12 05:17:40.642 INFO kablam! | Oct 12 05:17:40.642 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 12 05:17:40.642 INFO kablam! | ^^^^^ Oct 12 05:17:40.642 INFO kablam! Oct 12 05:17:41.696 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Oct 12 05:17:41.701 INFO kablam! su: No module specific data is present Oct 12 05:17:42.642 INFO running `"docker" "rm" "-f" "818db3243fc60df21b51d19499af30c14e88767da55b28422a390721b09d319e"` Oct 12 05:17:42.968 INFO blam! 818db3243fc60df21b51d19499af30c14e88767da55b28422a390721b09d319e Oct 12 05:17:42.968 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/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 12 05:17:43.493 INFO blam! 2f4eabf9b5d3008c67f957759555a53e6f189079c80f557371094f17f3a2d7b0 Oct 12 05:17:43.495 INFO running `"docker" "start" "-a" "2f4eabf9b5d3008c67f957759555a53e6f189079c80f557371094f17f3a2d7b0"` Oct 12 05:17:45.016 INFO kablam! usermod: no changes Oct 12 05:17:45.060 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 05:17:45.060 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 05:17:45.060 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 05:17:45.060 INFO kablam! files will be included as a binary target: Oct 12 05:17:45.060 INFO kablam! Oct 12 05:17:45.060 INFO kablam! * /source/src/main.rs Oct 12 05:17:45.060 INFO kablam! Oct 12 05:17:45.060 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 05:17:45.060 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 05:17:45.060 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 05:17:45.060 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 05:17:45.060 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 05:17:45.060 INFO kablam! Oct 12 05:17:45.060 INFO kablam! For more information on this warning you can consult Oct 12 05:17:45.060 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 05:17:45.060 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 05:17:45.060 INFO kablam! please set bin.path in Cargo.toml Oct 12 05:17:45.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 12 05:17:45.236 INFO kablam! Running /target/debug/deps/batch_resolve-b05449600bf0b6a5 Oct 12 05:17:45.236 INFO blam! Oct 12 05:17:45.236 INFO blam! running 0 tests Oct 12 05:17:45.236 INFO blam! Oct 12 05:17:45.236 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:17:45.236 INFO blam! Oct 12 05:17:45.239 INFO kablam! su: No module specific data is present Oct 12 05:17:46.080 INFO running `"docker" "rm" "-f" "2f4eabf9b5d3008c67f957759555a53e6f189079c80f557371094f17f3a2d7b0"` Oct 12 05:17:46.440 INFO blam! 2f4eabf9b5d3008c67f957759555a53e6f189079c80f557371094f17f3a2d7b0