Oct 12 17:32:10.255 INFO checking mersinvald/batch_resolve against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:32:10.257 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 17:32:10.664 INFO blam! 03bf9a0e79318efbbf110c702b30be179afd8e45db20e42d83e4baa5c7027cce Oct 12 17:32:10.669 INFO running `"docker" "start" "-a" "03bf9a0e79318efbbf110c702b30be179afd8e45db20e42d83e4baa5c7027cce"` Oct 12 17:32:11.687 INFO kablam! usermod: no changes Oct 12 17:32:11.780 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:32:11.780 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:32:11.780 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:32:11.780 INFO kablam! files will be included as a binary target: Oct 12 17:32:11.780 INFO kablam! Oct 12 17:32:11.780 INFO kablam! * /source/src/main.rs Oct 12 17:32:11.780 INFO kablam! Oct 12 17:32:11.780 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:32:11.780 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:32:11.780 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:32:11.780 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:32:11.780 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:32:11.780 INFO kablam! Oct 12 17:32:11.780 INFO kablam! For more information on this warning you can consult Oct 12 17:32:11.780 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:32:11.780 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `batch_resolve`, Oct 12 17:32:11.781 INFO kablam! please set bin.path in Cargo.toml Oct 12 17:32:12.021 INFO kablam! Compiling openssl v0.9.11 Oct 12 17:32:12.021 INFO kablam! Checking smallvec v0.3.3 Oct 12 17:32:12.040 INFO kablam! Compiling trust-dns v0.10.1 Oct 12 17:32:12.076 INFO kablam! Checking serde v1.0.3 Oct 12 17:32:12.096 INFO kablam! Checking untrusted v0.3.2 Oct 12 17:32:12.096 INFO kablam! Compiling openssl-sys v0.9.11 Oct 12 17:32:12.096 INFO kablam! Checking clicolors-control v0.1.0 Oct 12 17:32:12.100 INFO kablam! Checking clap v2.24.1 Oct 12 17:32:12.755 INFO kablam! Checking backtrace-sys v0.1.10 Oct 12 17:32:14.143 INFO kablam! Checking env_logger v0.4.2 Oct 12 17:32:14.157 INFO kablam! Compiling serde_derive v1.0.3 Oct 12 17:32:15.760 INFO kablam! Checking backtrace v0.2.3 Oct 12 17:32:15.792 INFO kablam! Checking parking_lot_core v0.2.1 Oct 12 17:32:17.913 INFO kablam! Checking error-chain v0.1.12 Oct 12 17:32:19.744 INFO kablam! Checking parking_lot v0.4.3 Oct 12 17:32:22.345 INFO kablam! Checking indicatif v0.1.0 Oct 12 17:32:39.317 INFO kablam! Checking toml v0.4.0 Oct 12 17:32:43.384 INFO kablam! Checking batch_resolve_cli v0.3.5 (/source) Oct 12 17:32:45.372 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 17:32:45.373 INFO kablam! --> src/resolve/batch.rs:110:1 Oct 12 17:32:45.373 INFO kablam! | Oct 12 17:32:45.373 INFO kablam! 110 | / arg_enum!{ Oct 12 17:32:45.373 INFO kablam! 111 | | #[derive(Copy, Clone, Debug)] Oct 12 17:32:45.374 INFO kablam! 112 | | pub enum QueryType { Oct 12 17:32:45.374 INFO kablam! 113 | | A, Oct 12 17:32:45.374 INFO kablam! ... | Oct 12 17:32:45.375 INFO kablam! 117 | | } Oct 12 17:32:45.375 INFO kablam! 118 | | } Oct 12 17:32:45.375 INFO kablam! | |_^ Oct 12 17:32:45.375 INFO kablam! | Oct 12 17:32:45.376 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 17:32:45.376 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 12 17:32:45.376 INFO kablam! Oct 12 17:32:45.808 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 12 17:32:45.808 INFO kablam! --> src/resolve/batch.rs:110:1 Oct 12 17:32:45.808 INFO kablam! | Oct 12 17:32:45.808 INFO kablam! 110 | / arg_enum!{ Oct 12 17:32:45.808 INFO kablam! 111 | | #[derive(Copy, Clone, Debug)] Oct 12 17:32:45.808 INFO kablam! 112 | | pub enum QueryType { Oct 12 17:32:45.808 INFO kablam! 113 | | A, Oct 12 17:32:45.808 INFO kablam! ... | Oct 12 17:32:45.808 INFO kablam! 117 | | } Oct 12 17:32:45.808 INFO kablam! 118 | | } Oct 12 17:32:45.808 INFO kablam! | |_^ Oct 12 17:32:45.808 INFO kablam! | Oct 12 17:32:45.808 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 17:32:45.808 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 12 17:32:45.808 INFO kablam! Oct 12 17:32:46.789 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.05s Oct 12 17:32:46.806 INFO kablam! su: No module specific data is present Oct 12 17:32:47.806 INFO running `"docker" "rm" "-f" "03bf9a0e79318efbbf110c702b30be179afd8e45db20e42d83e4baa5c7027cce"` Oct 12 17:32:48.136 INFO blam! 03bf9a0e79318efbbf110c702b30be179afd8e45db20e42d83e4baa5c7027cce