Dec 13 10:54:58.772 INFO testing mersinvald/batch_resolve against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 10:54:58.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 13 10:54:59.195 INFO [stdout] 966cfda4508a2957305e1c37a70a5b399c9b6402351d836be41cd300ec22b56e Dec 13 10:54:59.203 INFO running `"docker" "start" "-a" "966cfda4508a2957305e1c37a70a5b399c9b6402351d836be41cd300ec22b56e"` Dec 13 10:55:00.606 INFO [stderr] usermod: no changes Dec 13 10:55:00.619 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 10:55:00.619 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 10:55:00.619 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 10:55:00.619 INFO [stderr] files will be included as a binary target: Dec 13 10:55:00.619 INFO [stderr] Dec 13 10:55:00.619 INFO [stderr] * /source/src/main.rs Dec 13 10:55:00.619 INFO [stderr] Dec 13 10:55:00.619 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 10:55:00.619 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 10:55:00.619 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 10:55:00.619 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 10:55:00.619 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 10:55:00.619 INFO [stderr] Dec 13 10:55:00.619 INFO [stderr] For more information on this warning you can consult Dec 13 10:55:00.619 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 10:55:00.619 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Dec 13 10:55:00.619 INFO [stderr] please set bin.path in Cargo.toml Dec 13 10:55:00.799 INFO [stderr] Compiling openssl v0.9.11 Dec 13 10:55:00.818 INFO [stderr] Compiling trust-dns v0.10.1 Dec 13 10:55:00.818 INFO [stderr] Compiling untrusted v0.3.2 Dec 13 10:55:00.818 INFO [stderr] Compiling serde v1.0.3 Dec 13 10:55:00.818 INFO [stderr] Compiling openssl-sys v0.9.11 Dec 13 10:55:00.818 INFO [stderr] Compiling iovec v0.1.0 Dec 13 10:55:00.818 INFO [stderr] Compiling net2 v0.2.29 Dec 13 10:55:00.826 INFO [stderr] Compiling clicolors-control v0.1.0 Dec 13 10:55:02.681 INFO [stderr] Compiling parking_lot_core v0.2.1 Dec 13 10:55:02.722 INFO [stderr] Compiling clap v2.24.1 Dec 13 10:55:02.783 INFO [stderr] Compiling bytes v0.4.3 Dec 13 10:55:02.851 INFO [stderr] Compiling backtrace-sys v0.1.10 Dec 13 10:55:03.395 INFO [stderr] Compiling chrono v0.2.25 Dec 13 10:55:03.663 INFO [stderr] Compiling env_logger v0.4.2 Dec 13 10:55:06.406 INFO [stderr] Compiling serde_derive v1.0.3 Dec 13 10:55:10.900 INFO [stderr] Compiling backtrace v0.2.3 Dec 13 10:55:10.902 INFO [stderr] Compiling mio v0.6.7 Dec 13 10:55:11.043 INFO [stderr] Compiling tokio-io v0.1.1 Dec 13 10:55:11.104 INFO [stderr] Compiling parking_lot v0.4.3 Dec 13 10:55:17.833 INFO [stderr] Compiling error-chain v0.1.12 Dec 13 10:55:17.869 INFO [stderr] Compiling indicatif v0.1.0 Dec 13 10:55:22.619 INFO [stderr] Compiling tokio-core v0.1.7 Dec 13 10:55:37.687 INFO [stderr] Compiling toml v0.4.0 Dec 13 10:55:56.039 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Dec 13 10:55:57.595 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Dec 13 10:55:57.595 INFO [stderr] --> src/resolve/batch.rs:110:1 Dec 13 10:55:57.595 INFO [stderr] | Dec 13 10:55:57.595 INFO [stderr] 110 | / arg_enum!{ Dec 13 10:55:57.595 INFO [stderr] 111 | | #[derive(Copy, Clone, Debug)] Dec 13 10:55:57.595 INFO [stderr] 112 | | pub enum QueryType { Dec 13 10:55:57.595 INFO [stderr] 113 | | A, Dec 13 10:55:57.595 INFO [stderr] ... | Dec 13 10:55:57.595 INFO [stderr] 117 | | } Dec 13 10:55:57.595 INFO [stderr] 118 | | } Dec 13 10:55:57.595 INFO [stderr] | |_^ Dec 13 10:55:57.595 INFO [stderr] | Dec 13 10:55:57.595 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 13 10:55:57.595 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 13 10:55:57.595 INFO [stderr] Dec 13 10:56:07.083 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Dec 13 10:56:07.093 INFO [stderr] su: No module specific data is present Dec 13 10:56:08.068 INFO running `"docker" "inspect" "966cfda4508a2957305e1c37a70a5b399c9b6402351d836be41cd300ec22b56e"` Dec 13 10:56:08.367 INFO running `"docker" "rm" "-f" "966cfda4508a2957305e1c37a70a5b399c9b6402351d836be41cd300ec22b56e"` Dec 13 10:56:08.662 INFO [stdout] 966cfda4508a2957305e1c37a70a5b399c9b6402351d836be41cd300ec22b56e Dec 13 10:56:08.665 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 13 10:56:09.123 INFO [stdout] 3ff64cb97c9677271d12f6a5036354bc762e540bf731fdc060c32de6e190121e Dec 13 10:56:09.125 INFO running `"docker" "start" "-a" "3ff64cb97c9677271d12f6a5036354bc762e540bf731fdc060c32de6e190121e"` Dec 13 10:56:10.287 INFO [stderr] usermod: no changes Dec 13 10:56:10.335 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 10:56:10.335 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 10:56:10.335 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 10:56:10.335 INFO [stderr] files will be included as a binary target: Dec 13 10:56:10.335 INFO [stderr] Dec 13 10:56:10.335 INFO [stderr] * /source/src/main.rs Dec 13 10:56:10.335 INFO [stderr] Dec 13 10:56:10.335 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 10:56:10.335 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 10:56:10.335 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 10:56:10.335 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 10:56:10.335 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 10:56:10.335 INFO [stderr] Dec 13 10:56:10.335 INFO [stderr] For more information on this warning you can consult Dec 13 10:56:10.335 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 10:56:10.335 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Dec 13 10:56:10.335 INFO [stderr] please set bin.path in Cargo.toml Dec 13 10:56:10.568 INFO [stderr] Compiling batch_resolve_cli v0.3.5 (/source) Dec 13 10:56:12.362 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Dec 13 10:56:12.362 INFO [stderr] --> src/resolve/batch.rs:110:1 Dec 13 10:56:12.362 INFO [stderr] | Dec 13 10:56:12.362 INFO [stderr] 110 | / arg_enum!{ Dec 13 10:56:12.362 INFO [stderr] 111 | | #[derive(Copy, Clone, Debug)] Dec 13 10:56:12.362 INFO [stderr] 112 | | pub enum QueryType { Dec 13 10:56:12.362 INFO [stderr] 113 | | A, Dec 13 10:56:12.362 INFO [stderr] ... | Dec 13 10:56:12.362 INFO [stderr] 117 | | } Dec 13 10:56:12.362 INFO [stderr] 118 | | } Dec 13 10:56:12.362 INFO [stderr] | |_^ Dec 13 10:56:12.362 INFO [stderr] | Dec 13 10:56:12.362 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 13 10:56:12.362 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 13 10:56:12.362 INFO [stderr] Dec 13 10:56:13.531 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.21s Dec 13 10:56:13.551 INFO [stderr] su: No module specific data is present Dec 13 10:56:14.419 INFO running `"docker" "inspect" "3ff64cb97c9677271d12f6a5036354bc762e540bf731fdc060c32de6e190121e"` Dec 13 10:56:14.715 INFO running `"docker" "rm" "-f" "3ff64cb97c9677271d12f6a5036354bc762e540bf731fdc060c32de6e190121e"` Dec 13 10:56:15.090 INFO [stdout] 3ff64cb97c9677271d12f6a5036354bc762e540bf731fdc060c32de6e190121e Dec 13 10:56:15.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-0/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 13 10:56:15.579 INFO [stdout] 45a624eb5c3e1bc5cd5f641523284509d5e9c01cec839ed064299e466a74d13b Dec 13 10:56:15.587 INFO running `"docker" "start" "-a" "45a624eb5c3e1bc5cd5f641523284509d5e9c01cec839ed064299e466a74d13b"` Dec 13 10:56:17.015 INFO [stderr] usermod: no changes Dec 13 10:56:17.088 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 10:56:17.088 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 10:56:17.088 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 10:56:17.088 INFO [stderr] files will be included as a binary target: Dec 13 10:56:17.088 INFO [stderr] Dec 13 10:56:17.088 INFO [stderr] * /source/src/main.rs Dec 13 10:56:17.088 INFO [stderr] Dec 13 10:56:17.088 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 10:56:17.088 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 10:56:17.088 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 10:56:17.088 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 10:56:17.088 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 10:56:17.088 INFO [stderr] Dec 13 10:56:17.088 INFO [stderr] For more information on this warning you can consult Dec 13 10:56:17.088 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 10:56:17.088 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Dec 13 10:56:17.088 INFO [stderr] please set bin.path in Cargo.toml Dec 13 10:56:17.258 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s Dec 13 10:56:17.265 INFO [stderr] Running /target/debug/deps/batch_resolve-e6ed95a8c0690fcf Dec 13 10:56:17.270 INFO [stdout] Dec 13 10:56:17.270 INFO [stdout] running 0 tests Dec 13 10:56:17.270 INFO [stdout] Dec 13 10:56:17.270 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 10:56:17.270 INFO [stdout] Dec 13 10:56:17.270 INFO [stderr] su: No module specific data is present Dec 13 10:56:17.932 INFO running `"docker" "inspect" "45a624eb5c3e1bc5cd5f641523284509d5e9c01cec839ed064299e466a74d13b"` Dec 13 10:56:18.251 INFO running `"docker" "rm" "-f" "45a624eb5c3e1bc5cd5f641523284509d5e9c01cec839ed064299e466a74d13b"` Dec 13 10:56:18.513 INFO [stdout] 45a624eb5c3e1bc5cd5f641523284509d5e9c01cec839ed064299e466a74d13b