Dec 05 14:42:33.865 INFO testing mersinvald/batch_resolve against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 14:42:33.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 14:42:34.180 INFO [stdout] c4eee3d02e78e81f6ecf70b8ac8b0f967164efdbdcfd6170a9b70395fe8a7fc3 Dec 05 14:42:34.183 INFO running `"docker" "start" "-a" "c4eee3d02e78e81f6ecf70b8ac8b0f967164efdbdcfd6170a9b70395fe8a7fc3"` Dec 05 14:42:35.151 INFO [stderr] usermod: no changes Dec 05 14:42:35.208 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 14:42:35.208 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 14:42:35.208 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 14:42:35.208 INFO [stderr] files will be included as a binary target: Dec 05 14:42:35.208 INFO [stderr] Dec 05 14:42:35.208 INFO [stderr] * /source/src/main.rs Dec 05 14:42:35.208 INFO [stderr] Dec 05 14:42:35.208 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 14:42:35.208 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 14:42:35.208 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 14:42:35.208 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 14:42:35.208 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 14:42:35.208 INFO [stderr] Dec 05 14:42:35.208 INFO [stderr] For more information on this warning you can consult Dec 05 14:42:35.208 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 14:42:35.208 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Dec 05 14:42:35.208 INFO [stderr] please set bin.path in Cargo.toml Dec 05 14:42:35.428 INFO [stderr] Compiling openssl v0.9.11 Dec 05 14:42:35.428 INFO [stderr] Compiling trust-dns v0.10.1 Dec 05 14:42:35.435 INFO [stderr] Compiling serde v1.0.3 Dec 05 14:42:35.435 INFO [stderr] Compiling thread-id v3.0.0 Dec 05 14:42:35.435 INFO [stderr] Compiling memchr v1.0.1 Dec 05 14:42:35.436 INFO [stderr] Compiling term_size v0.3.0 Dec 05 14:42:35.436 INFO [stderr] Compiling atty v0.2.2 Dec 05 14:42:35.440 INFO [stderr] Compiling net2 v0.2.29 Dec 05 14:42:36.276 INFO [stderr] Compiling clicolors-control v0.1.0 Dec 05 14:42:36.376 INFO [stderr] Compiling bytes v0.4.3 Dec 05 14:42:36.376 INFO [stderr] Compiling parking_lot_core v0.2.1 Dec 05 14:42:36.420 INFO [stderr] Compiling thread_local v0.3.3 Dec 05 14:42:37.448 INFO [stderr] Compiling clap v2.24.1 Dec 05 14:42:38.490 INFO [stderr] Compiling backtrace-sys v0.1.10 Dec 05 14:42:38.544 INFO [stderr] Compiling aho-corasick v0.6.3 Dec 05 14:42:38.608 INFO [stderr] Compiling openssl-sys v0.9.11 Dec 05 14:42:40.728 INFO [stderr] Compiling serde_derive_internals v0.15.0 Dec 05 14:42:42.927 INFO [stderr] Compiling backtrace v0.2.3 Dec 05 14:42:42.936 INFO [stderr] Compiling chrono v0.2.25 Dec 05 14:42:42.952 INFO [stderr] Compiling mio v0.6.7 Dec 05 14:42:42.974 INFO [stderr] Compiling parking_lot v0.4.3 Dec 05 14:42:49.774 INFO [stderr] Compiling regex v0.2.1 Dec 05 14:42:49.906 INFO [stderr] Compiling tokio-io v0.1.1 Dec 05 14:42:57.816 INFO [stderr] Compiling error-chain v0.1.12 Dec 05 14:42:57.892 INFO [stderr] Compiling serde_derive v1.0.3 Dec 05 14:42:57.992 INFO [stderr] Compiling tokio-core v0.1.7 Dec 05 14:43:13.242 INFO [stderr] Compiling env_logger v0.4.2 Dec 05 14:43:14.428 INFO [stderr] Compiling indicatif v0.1.0 Dec 05 14:43:14.740 INFO [stderr] Compiling toml v0.4.0 Dec 05 14:43:39.268 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Dec 05 14:43:40.928 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Dec 05 14:43:40.928 INFO [stderr] --> src/resolve/batch.rs:110:1 Dec 05 14:43:40.928 INFO [stderr] | Dec 05 14:43:40.928 INFO [stderr] 110 | / arg_enum!{ Dec 05 14:43:40.928 INFO [stderr] 111 | | #[derive(Copy, Clone, Debug)] Dec 05 14:43:40.928 INFO [stderr] 112 | | pub enum QueryType { Dec 05 14:43:40.928 INFO [stderr] 113 | | A, Dec 05 14:43:40.928 INFO [stderr] ... | Dec 05 14:43:40.928 INFO [stderr] 117 | | } Dec 05 14:43:40.928 INFO [stderr] 118 | | } Dec 05 14:43:40.928 INFO [stderr] | |_^ Dec 05 14:43:40.928 INFO [stderr] | Dec 05 14:43:40.928 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 14:43:40.928 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 14:43:40.928 INFO [stderr] Dec 05 14:43:50.770 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Dec 05 14:43:50.788 INFO [stderr] su: No module specific data is present Dec 05 14:43:51.590 INFO running `"docker" "inspect" "c4eee3d02e78e81f6ecf70b8ac8b0f967164efdbdcfd6170a9b70395fe8a7fc3"` Dec 05 14:43:51.964 INFO running `"docker" "rm" "-f" "c4eee3d02e78e81f6ecf70b8ac8b0f967164efdbdcfd6170a9b70395fe8a7fc3"` Dec 05 14:43:52.276 INFO [stdout] c4eee3d02e78e81f6ecf70b8ac8b0f967164efdbdcfd6170a9b70395fe8a7fc3 Dec 05 14:43:52.278 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 14:43:52.886 INFO [stdout] 69f36ba25fc095308bb9408599881b562738e4d26ec56159db46af0a7c1d3fa4 Dec 05 14:43:52.888 INFO running `"docker" "start" "-a" "69f36ba25fc095308bb9408599881b562738e4d26ec56159db46af0a7c1d3fa4"` Dec 05 14:43:54.160 INFO [stderr] usermod: no changes Dec 05 14:43:54.220 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 14:43:54.220 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 14:43:54.220 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 14:43:54.220 INFO [stderr] files will be included as a binary target: Dec 05 14:43:54.220 INFO [stderr] Dec 05 14:43:54.220 INFO [stderr] * /source/src/main.rs Dec 05 14:43:54.220 INFO [stderr] Dec 05 14:43:54.220 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 14:43:54.220 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 14:43:54.220 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 14:43:54.220 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 14:43:54.221 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 14:43:54.221 INFO [stderr] Dec 05 14:43:54.221 INFO [stderr] For more information on this warning you can consult Dec 05 14:43:54.221 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 14:43:54.221 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Dec 05 14:43:54.221 INFO [stderr] please set bin.path in Cargo.toml Dec 05 14:43:54.428 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Dec 05 14:43:56.048 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Dec 05 14:43:56.048 INFO [stderr] --> src/resolve/batch.rs:110:1 Dec 05 14:43:56.048 INFO [stderr] | Dec 05 14:43:56.048 INFO [stderr] 110 | / arg_enum!{ Dec 05 14:43:56.048 INFO [stderr] 111 | | #[derive(Copy, Clone, Debug)] Dec 05 14:43:56.048 INFO [stderr] 112 | | pub enum QueryType { Dec 05 14:43:56.048 INFO [stderr] 113 | | A, Dec 05 14:43:56.048 INFO [stderr] ... | Dec 05 14:43:56.048 INFO [stderr] 117 | | } Dec 05 14:43:56.048 INFO [stderr] 118 | | } Dec 05 14:43:56.048 INFO [stderr] | |_^ Dec 05 14:43:56.048 INFO [stderr] | Dec 05 14:43:56.048 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 14:43:56.048 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 14:43:56.048 INFO [stderr] Dec 05 14:43:57.103 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.91s Dec 05 14:43:57.134 INFO [stderr] su: No module specific data is present Dec 05 14:43:57.974 INFO running `"docker" "inspect" "69f36ba25fc095308bb9408599881b562738e4d26ec56159db46af0a7c1d3fa4"` Dec 05 14:43:58.412 INFO running `"docker" "rm" "-f" "69f36ba25fc095308bb9408599881b562738e4d26ec56159db46af0a7c1d3fa4"` Dec 05 14:43:58.688 INFO [stdout] 69f36ba25fc095308bb9408599881b562738e4d26ec56159db46af0a7c1d3fa4 Dec 05 14:43:58.694 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-3/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 05 14:43:59.174 INFO [stdout] 4bd05b3d70afee0075291309b68607c9ec6dd8b4ca2c52a6d941f358cdbba7d3 Dec 05 14:43:59.176 INFO running `"docker" "start" "-a" "4bd05b3d70afee0075291309b68607c9ec6dd8b4ca2c52a6d941f358cdbba7d3"` Dec 05 14:44:00.609 INFO [stderr] usermod: no changes Dec 05 14:44:00.660 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 14:44:00.660 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 14:44:00.660 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 14:44:00.660 INFO [stderr] files will be included as a binary target: Dec 05 14:44:00.660 INFO [stderr] Dec 05 14:44:00.660 INFO [stderr] * /source/src/main.rs Dec 05 14:44:00.660 INFO [stderr] Dec 05 14:44:00.660 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 14:44:00.660 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 14:44:00.660 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 14:44:00.660 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 14:44:00.660 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 14:44:00.660 INFO [stderr] Dec 05 14:44:00.660 INFO [stderr] For more information on this warning you can consult Dec 05 14:44:00.660 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 14:44:00.660 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Dec 05 14:44:00.660 INFO [stderr] please set bin.path in Cargo.toml Dec 05 14:44:00.786 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Dec 05 14:44:00.796 INFO [stderr] Running /target/debug/deps/batch_resolve-0b8202fb41750936 Dec 05 14:44:00.796 INFO [stdout] Dec 05 14:44:00.796 INFO [stdout] running 0 tests Dec 05 14:44:00.796 INFO [stdout] Dec 05 14:44:00.796 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 14:44:00.796 INFO [stdout] Dec 05 14:44:00.800 INFO [stderr] su: No module specific data is present Dec 05 14:44:01.550 INFO running `"docker" "inspect" "4bd05b3d70afee0075291309b68607c9ec6dd8b4ca2c52a6d941f358cdbba7d3"` Dec 05 14:44:01.838 INFO running `"docker" "rm" "-f" "4bd05b3d70afee0075291309b68607c9ec6dd8b4ca2c52a6d941f358cdbba7d3"` Dec 05 14:44:02.112 INFO [stdout] 4bd05b3d70afee0075291309b68607c9ec6dd8b4ca2c52a6d941f358cdbba7d3