Dec 06 14:26:11.118 INFO testing DurgaMa/rust-zcash against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 14:26:11.118 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 06 14:26:11.612 INFO [stdout] d85bb9ae5f62e5f009de2ce021fc2a7c670f22e3b9d4e75e14bb746fe617eda1 Dec 06 14:26:11.620 INFO running `"docker" "start" "-a" "d85bb9ae5f62e5f009de2ce021fc2a7c670f22e3b9d4e75e14bb746fe617eda1"` Dec 06 14:26:12.388 INFO [stderr] usermod: no changes Dec 06 14:26:12.420 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:26:12.420 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:26:12.420 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:26:12.420 INFO [stderr] files will be included as a binary target: Dec 06 14:26:12.420 INFO [stderr] Dec 06 14:26:12.420 INFO [stderr] * /source/src/main.rs Dec 06 14:26:12.420 INFO [stderr] Dec 06 14:26:12.420 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:26:12.420 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:26:12.420 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:26:12.420 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:26:12.420 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:26:12.420 INFO [stderr] Dec 06 14:26:12.420 INFO [stderr] For more information on this warning you can consult Dec 06 14:26:12.420 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:26:12.420 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Dec 06 14:26:12.420 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:26:12.634 INFO [stderr] Compiling rust-ini v0.10.0 Dec 06 14:26:12.634 INFO [stderr] Compiling clap v2.20.5 Dec 06 14:26:12.649 INFO [stderr] Compiling serde_urlencoded v0.4.2 Dec 06 14:26:12.649 INFO [stderr] Compiling env_logger v0.4.2 Dec 06 14:26:15.302 INFO [stderr] Compiling reqwest v0.4.0 Dec 06 14:26:30.931 INFO [stderr] Compiling zcash v0.1.0 (/source) Dec 06 14:26:33.120 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Dec 06 14:26:33.120 INFO [stderr] --> src/config.rs:136:48 Dec 06 14:26:33.120 INFO [stderr] | Dec 06 14:26:33.120 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Dec 06 14:26:33.120 INFO [stderr] | ^^^^^^^^^^^^^ Dec 06 14:26:33.120 INFO [stderr] | Dec 06 14:26:33.120 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 14:26:33.120 INFO [stderr] Dec 06 14:26:36.880 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.47s Dec 06 14:26:36.892 INFO [stderr] su: No module specific data is present Dec 06 14:26:38.220 INFO running `"docker" "inspect" "d85bb9ae5f62e5f009de2ce021fc2a7c670f22e3b9d4e75e14bb746fe617eda1"` Dec 06 14:26:38.544 INFO running `"docker" "rm" "-f" "d85bb9ae5f62e5f009de2ce021fc2a7c670f22e3b9d4e75e14bb746fe617eda1"` Dec 06 14:26:38.772 INFO [stdout] d85bb9ae5f62e5f009de2ce021fc2a7c670f22e3b9d4e75e14bb746fe617eda1 Dec 06 14:26:38.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-1/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 06 14:26:39.194 INFO [stdout] 804038270c93616b25c746d6387acb9769bca0fd2baea431aadad29920f4525d Dec 06 14:26:39.198 INFO running `"docker" "start" "-a" "804038270c93616b25c746d6387acb9769bca0fd2baea431aadad29920f4525d"` Dec 06 14:26:40.095 INFO [stderr] usermod: no changes Dec 06 14:26:40.133 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:26:40.133 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:26:40.133 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:26:40.133 INFO [stderr] files will be included as a binary target: Dec 06 14:26:40.133 INFO [stderr] Dec 06 14:26:40.133 INFO [stderr] * /source/src/main.rs Dec 06 14:26:40.133 INFO [stderr] Dec 06 14:26:40.133 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:26:40.133 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:26:40.133 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:26:40.133 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:26:40.133 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:26:40.133 INFO [stderr] Dec 06 14:26:40.133 INFO [stderr] For more information on this warning you can consult Dec 06 14:26:40.133 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:26:40.133 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Dec 06 14:26:40.133 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:26:40.212 INFO [stderr] Compiling zcash v0.1.0 (/source) Dec 06 14:26:42.430 INFO [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Dec 06 14:26:42.430 INFO [stderr] --> src/config.rs:136:48 Dec 06 14:26:42.430 INFO [stderr] | Dec 06 14:26:42.430 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Dec 06 14:26:42.430 INFO [stderr] | ^^^^^^^^^^^^^ Dec 06 14:26:42.430 INFO [stderr] | Dec 06 14:26:42.430 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 14:26:42.430 INFO [stderr] Dec 06 14:26:44.965 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.84s Dec 06 14:26:44.973 INFO [stderr] su: No module specific data is present Dec 06 14:26:45.244 INFO running `"docker" "inspect" "804038270c93616b25c746d6387acb9769bca0fd2baea431aadad29920f4525d"` Dec 06 14:26:45.306 INFO running `"docker" "rm" "-f" "804038270c93616b25c746d6387acb9769bca0fd2baea431aadad29920f4525d"` Dec 06 14:26:45.393 INFO [stdout] 804038270c93616b25c746d6387acb9769bca0fd2baea431aadad29920f4525d