Oct 16 17:10:15.376 INFO testing batch_resolve_cli-0.3.5 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:10:15.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 16 17:10:15.643 INFO blam! 4ddd412fbe843bdb6e22c744d5da4f132454a01141123ff9d732015fffc65da3 Oct 16 17:10:15.655 INFO running `"docker" "start" "-a" "4ddd412fbe843bdb6e22c744d5da4f132454a01141123ff9d732015fffc65da3"` Oct 16 17:10:16.863 INFO kablam! usermod: no changes Oct 16 17:10:16.886 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 17:10:16.886 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 17:10:16.886 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 17:10:16.886 INFO kablam! files will be included as a binary target: Oct 16 17:10:16.886 INFO kablam! Oct 16 17:10:16.886 INFO kablam! * /source/src/main.rs Oct 16 17:10:16.886 INFO kablam! Oct 16 17:10:16.886 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 17:10:16.886 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 17:10:16.886 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 17:10:16.886 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 17:10:16.886 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 17:10:16.886 INFO kablam! Oct 16 17:10:16.886 INFO kablam! For more information on this warning you can consult Oct 16 17:10:16.886 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 17:10:16.886 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 16 17:10:16.886 INFO kablam! please set bin.path in Cargo.toml Oct 16 17:10:17.131 INFO kablam! Compiling openssl v0.9.24 Oct 16 17:10:17.135 INFO kablam! Compiling error-chain v0.1.12 Oct 16 17:10:17.139 INFO kablam! Compiling indicatif v0.1.0 Oct 16 17:10:24.650 INFO kablam! Compiling trust-dns v0.10.5 Oct 16 17:10:37.131 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 16 17:10:42.603 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 17:10:42.603 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 16 17:10:42.603 INFO kablam! | Oct 16 17:10:42.603 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 16 17:10:42.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:10:42.604 INFO kablam! | Oct 16 17:10:42.604 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:10:42.604 INFO kablam! Oct 16 17:10:42.897 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:42.898 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 16 17:10:42.898 INFO kablam! | Oct 16 17:10:42.898 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 16 17:10:42.899 INFO kablam! | ^^^^^ Oct 16 17:10:42.899 INFO kablam! Oct 16 17:10:42.900 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:42.900 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 16 17:10:42.900 INFO kablam! | Oct 16 17:10:42.900 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 16 17:10:42.901 INFO kablam! | ^^^^^ Oct 16 17:10:42.901 INFO kablam! Oct 16 17:10:42.905 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:42.905 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 16 17:10:42.905 INFO kablam! | Oct 16 17:10:42.906 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 16 17:10:42.906 INFO kablam! | ^^^^^ Oct 16 17:10:42.906 INFO kablam! Oct 16 17:10:51.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.55s Oct 16 17:10:51.451 INFO kablam! su: No module specific data is present Oct 16 17:10:52.387 INFO running `"docker" "rm" "-f" "4ddd412fbe843bdb6e22c744d5da4f132454a01141123ff9d732015fffc65da3"` Oct 16 17:10:52.591 INFO blam! 4ddd412fbe843bdb6e22c744d5da4f132454a01141123ff9d732015fffc65da3 Oct 16 17:10:52.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 16 17:10:52.951 INFO blam! 7efe11156c922ef2ea85a58ad5ece41b237fe3f6e0bec69353fd66552f233a02 Oct 16 17:10:52.953 INFO running `"docker" "start" "-a" "7efe11156c922ef2ea85a58ad5ece41b237fe3f6e0bec69353fd66552f233a02"` Oct 16 17:10:54.616 INFO kablam! usermod: no changes Oct 16 17:10:54.683 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 17:10:54.683 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 17:10:54.683 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 17:10:54.683 INFO kablam! files will be included as a binary target: Oct 16 17:10:54.683 INFO kablam! Oct 16 17:10:54.683 INFO kablam! * /source/src/main.rs Oct 16 17:10:54.683 INFO kablam! Oct 16 17:10:54.684 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 17:10:54.684 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 17:10:54.684 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 17:10:54.684 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 17:10:54.684 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 17:10:54.684 INFO kablam! Oct 16 17:10:54.684 INFO kablam! For more information on this warning you can consult Oct 16 17:10:54.684 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 17:10:54.684 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 16 17:10:54.684 INFO kablam! please set bin.path in Cargo.toml Oct 16 17:10:54.868 INFO kablam! Compiling batch_resolve_cli v0.3.5 (/source) Oct 16 17:11:00.983 INFO kablam! warning: use of deprecated item 'futures::stream::iter': implementation moved to `iter_ok` and `iter_result` Oct 16 17:11:00.983 INFO kablam! --> src/resolve/resolver_threadpool.rs:161:13 Oct 16 17:11:00.983 INFO kablam! | Oct 16 17:11:00.983 INFO kablam! 161 | stream::iter::<_, _, _>(tasks.into_iter().map(Ok)) Oct 16 17:11:00.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:11:00.983 INFO kablam! | Oct 16 17:11:00.983 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 17:11:00.983 INFO kablam! Oct 16 17:11:01.283 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:11:01.283 INFO kablam! --> src/resolve/resolver.rs:213:55 Oct 16 17:11:01.283 INFO kablam! | Oct 16 17:11:01.283 INFO kablam! 213 | NS::Known(addr) => future::ok(Some(addr)).boxed(), Oct 16 17:11:01.283 INFO kablam! | ^^^^^ Oct 16 17:11:01.283 INFO kablam! Oct 16 17:11:01.283 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:11:01.283 INFO kablam! --> src/resolve/resolver.rs:243:79 Oct 16 17:11:01.283 INFO kablam! | Oct 16 17:11:01.283 INFO kablam! 243 | Ok(None) => future::err(ResolverError::NameServerNotResolved).boxed(), Oct 16 17:11:01.283 INFO kablam! | ^^^^^ Oct 16 17:11:01.283 INFO kablam! Oct 16 17:11:01.283 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:11:01.283 INFO kablam! --> src/resolve/resolver.rs:244:46 Oct 16 17:11:01.283 INFO kablam! | Oct 16 17:11:01.283 INFO kablam! 244 | Err(err) => future::err(err).boxed(), Oct 16 17:11:01.283 INFO kablam! | ^^^^^ Oct 16 17:11:01.283 INFO kablam! Oct 16 17:11:02.345 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.71s Oct 16 17:11:02.367 INFO kablam! su: No module specific data is present Oct 16 17:11:02.909 INFO running `"docker" "rm" "-f" "7efe11156c922ef2ea85a58ad5ece41b237fe3f6e0bec69353fd66552f233a02"` Oct 16 17:11:03.251 INFO blam! 7efe11156c922ef2ea85a58ad5ece41b237fe3f6e0bec69353fd66552f233a02 Oct 16 17:11:03.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/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 16 17:11:03.652 INFO blam! eed1a5aa38440a487a85d2545b2df17596f9192ce52cc0c00c41779286d91797 Oct 16 17:11:03.667 INFO running `"docker" "start" "-a" "eed1a5aa38440a487a85d2545b2df17596f9192ce52cc0c00c41779286d91797"` Oct 16 17:11:04.770 INFO kablam! usermod: no changes Oct 16 17:11:04.844 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 17:11:04.844 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 17:11:04.844 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 17:11:04.844 INFO kablam! files will be included as a binary target: Oct 16 17:11:04.844 INFO kablam! Oct 16 17:11:04.844 INFO kablam! * /source/src/main.rs Oct 16 17:11:04.844 INFO kablam! Oct 16 17:11:04.844 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 17:11:04.844 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 17:11:04.844 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 17:11:04.844 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 17:11:04.844 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 17:11:04.844 INFO kablam! Oct 16 17:11:04.844 INFO kablam! For more information on this warning you can consult Oct 16 17:11:04.844 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 17:11:04.844 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 16 17:11:04.844 INFO kablam! please set bin.path in Cargo.toml Oct 16 17:11:05.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 16 17:11:05.081 INFO kablam! Running /target/debug/deps/batch_resolve-eddd171bdfedef4f Oct 16 17:11:05.082 INFO blam! Oct 16 17:11:05.082 INFO blam! running 0 tests Oct 16 17:11:05.082 INFO blam! Oct 16 17:11:05.082 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:11:05.082 INFO blam! Oct 16 17:11:05.085 INFO kablam! su: No module specific data is present Oct 16 17:11:06.297 INFO running `"docker" "rm" "-f" "eed1a5aa38440a487a85d2545b2df17596f9192ce52cc0c00c41779286d91797"` Oct 16 17:11:06.615 INFO blam! eed1a5aa38440a487a85d2545b2df17596f9192ce52cc0c00c41779286d91797