Oct 12 05:17:13.002 INFO testing batch_resolve_cli-0.3.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 05:17:13.002 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:13.379 INFO blam! 465b660485b1b6f1825c762c58b3eef582b1bfddd19b587d55f035c5298bd822 Oct 12 05:17:13.380 INFO running `"docker" "start" "-a" "465b660485b1b6f1825c762c58b3eef582b1bfddd19b587d55f035c5298bd822"` Oct 12 05:17:14.129 INFO kablam! usermod: no changes Oct 12 05:17:14.158 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 05:17:14.158 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 05:17:14.158 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 05:17:14.158 INFO kablam! files will be included as a binary target: Oct 12 05:17:14.158 INFO kablam! Oct 12 05:17:14.158 INFO kablam! * /source/src/main.rs Oct 12 05:17:14.158 INFO kablam! Oct 12 05:17:14.158 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 05:17:14.158 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 05:17:14.158 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 05:17:14.158 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 05:17:14.158 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 05:17:14.158 INFO kablam! Oct 12 05:17:14.158 INFO kablam! For more information on this warning you can consult Oct 12 05:17:14.159 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 05:17:14.159 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 05:17:14.159 INFO kablam! please set bin.path in Cargo.toml Oct 12 05:17:14.425 INFO kablam! Compiling indicatif v0.1.0 Oct 12 05:17:14.448 INFO kablam! Compiling trust-dns v0.10.5 Oct 12 05:17:31.093 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 12 05:17:39.516 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 12 05:17:39.517 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 12 05:17:39.517 INFO kablam! | Oct 12 05:17:39.517 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 12 05:17:39.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:17:39.517 INFO kablam! | Oct 12 05:17:39.517 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:17:39.517 INFO kablam! Oct 12 05:17:39.784 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:39.784 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 12 05:17:39.785 INFO kablam! | Oct 12 05:17:39.785 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 12 05:17:39.785 INFO kablam! | ^^^^^ Oct 12 05:17:39.785 INFO kablam! Oct 12 05:17:39.792 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:39.792 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 12 05:17:39.792 INFO kablam! | Oct 12 05:17:39.792 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 12 05:17:39.792 INFO kablam! | ^^^^^ Oct 12 05:17:39.792 INFO kablam! Oct 12 05:17:39.792 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:39.792 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 12 05:17:39.792 INFO kablam! | Oct 12 05:17:39.792 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 12 05:17:39.792 INFO kablam! | ^^^^^ Oct 12 05:17:39.792 INFO kablam! Oct 12 05:17:49.438 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.29s Oct 12 05:17:49.454 INFO kablam! su: No module specific data is present Oct 12 05:17:50.652 INFO running `"docker" "rm" "-f" "465b660485b1b6f1825c762c58b3eef582b1bfddd19b587d55f035c5298bd822"` Oct 12 05:17:50.967 INFO blam! 465b660485b1b6f1825c762c58b3eef582b1bfddd19b587d55f035c5298bd822 Oct 12 05:17:50.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:51.377 INFO blam! f64569ca51c60cea000671c755eca285b2835a88cfa3e3f1e1dd7c2ed3da1b19 Oct 12 05:17:51.382 INFO running `"docker" "start" "-a" "f64569ca51c60cea000671c755eca285b2835a88cfa3e3f1e1dd7c2ed3da1b19"` Oct 12 05:17:52.481 INFO kablam! usermod: no changes Oct 12 05:17:52.552 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 05:17:52.552 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 05:17:52.552 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 05:17:52.553 INFO kablam! files will be included as a binary target: Oct 12 05:17:52.553 INFO kablam! Oct 12 05:17:52.553 INFO kablam! * /source/src/main.rs Oct 12 05:17:52.554 INFO kablam! Oct 12 05:17:52.554 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 05:17:52.554 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 05:17:52.554 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 05:17:52.555 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 05:17:52.555 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 05:17:52.555 INFO kablam! Oct 12 05:17:52.555 INFO kablam! For more information on this warning you can consult Oct 12 05:17:52.555 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 05:17:52.555 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 05:17:52.555 INFO kablam! please set bin.path in Cargo.toml Oct 12 05:17:52.764 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 12 05:18:01.408 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 12 05:18:01.409 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 12 05:18:01.409 INFO kablam! | Oct 12 05:18:01.409 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 12 05:18:01.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:18:01.409 INFO kablam! | Oct 12 05:18:01.424 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 05:18:01.424 INFO kablam! Oct 12 05:18:01.695 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:18:01.695 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 12 05:18:01.696 INFO kablam! | Oct 12 05:18:01.696 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 12 05:18:01.696 INFO kablam! | ^^^^^ Oct 12 05:18:01.696 INFO kablam! Oct 12 05:18:01.700 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:18:01.700 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 12 05:18:01.700 INFO kablam! | Oct 12 05:18:01.700 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 12 05:18:01.700 INFO kablam! | ^^^^^ Oct 12 05:18:01.701 INFO kablam! Oct 12 05:18:01.705 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:18:01.705 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 12 05:18:01.705 INFO kablam! | Oct 12 05:18:01.705 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 12 05:18:01.705 INFO kablam! | ^^^^^ Oct 12 05:18:01.707 INFO kablam! Oct 12 05:18:02.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.37s Oct 12 05:18:02.891 INFO kablam! su: No module specific data is present Oct 12 05:18:04.250 INFO running `"docker" "rm" "-f" "f64569ca51c60cea000671c755eca285b2835a88cfa3e3f1e1dd7c2ed3da1b19"` Oct 12 05:18:04.548 INFO blam! f64569ca51c60cea000671c755eca285b2835a88cfa3e3f1e1dd7c2ed3da1b19 Oct 12 05:18:04.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:18:04.972 INFO blam! 36d0f5c0c6e8f8b73fbf51c8f8221088865b0b1bf313c001a5afdafc4346e6d1 Oct 12 05:18:04.996 INFO running `"docker" "start" "-a" "36d0f5c0c6e8f8b73fbf51c8f8221088865b0b1bf313c001a5afdafc4346e6d1"` Oct 12 05:18:06.568 INFO kablam! usermod: no changes Oct 12 05:18:06.624 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 05:18:06.625 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 05:18:06.625 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 05:18:06.625 INFO kablam! files will be included as a binary target: Oct 12 05:18:06.625 INFO kablam! Oct 12 05:18:06.625 INFO kablam! * /source/src/main.rs Oct 12 05:18:06.625 INFO kablam! Oct 12 05:18:06.625 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 05:18:06.625 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 05:18:06.625 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 05:18:06.625 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 05:18:06.625 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 05:18:06.625 INFO kablam! Oct 12 05:18:06.625 INFO kablam! For more information on this warning you can consult Oct 12 05:18:06.625 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 05:18:06.625 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 05:18:06.625 INFO kablam! please set bin.path in Cargo.toml Oct 12 05:18:06.908 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 12 05:18:06.924 INFO kablam! Running /target/debug/deps/batch_resolve-7be87507fff47b7c Oct 12 05:18:06.945 INFO kablam! su: No module specific data is present Oct 12 05:18:06.945 INFO blam! Oct 12 05:18:06.945 INFO blam! running 0 tests Oct 12 05:18:06.945 INFO blam! Oct 12 05:18:06.945 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:18:06.945 INFO blam! Oct 12 05:18:07.988 INFO running `"docker" "rm" "-f" "36d0f5c0c6e8f8b73fbf51c8f8221088865b0b1bf313c001a5afdafc4346e6d1"` Oct 12 05:18:08.296 INFO blam! 36d0f5c0c6e8f8b73fbf51c8f8221088865b0b1bf313c001a5afdafc4346e6d1