Nov 17 15:46:41.173 INFO testing DurgaMa/rust-zcash against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 15:46:41.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 15:46:41.590 INFO [stdout] ebfd849eba49bdb340d9facbc963276bd68f21027833386b71fa914abd4b501d Nov 17 15:46:41.599 INFO running `"docker" "start" "-a" "ebfd849eba49bdb340d9facbc963276bd68f21027833386b71fa914abd4b501d"` Nov 17 15:46:42.625 INFO [stderr] usermod: no changes Nov 17 15:46:42.687 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 15:46:42.687 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 15:46:42.687 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 15:46:42.687 INFO [stderr] files will be included as a binary target: Nov 17 15:46:42.687 INFO [stderr] Nov 17 15:46:42.687 INFO [stderr] * /source/src/main.rs Nov 17 15:46:42.687 INFO [stderr] Nov 17 15:46:42.687 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 15:46:42.687 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 15:46:42.687 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 15:46:42.687 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 15:46:42.687 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 15:46:42.687 INFO [stderr] Nov 17 15:46:42.687 INFO [stderr] For more information on this warning you can consult Nov 17 15:46:42.687 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 15:46:42.687 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Nov 17 15:46:42.687 INFO [stderr] please set bin.path in Cargo.toml Nov 17 15:46:42.900 INFO [stderr] Compiling openssl v0.9.8 Nov 17 15:46:42.900 INFO [stderr] Compiling rust-ini v0.10.0 Nov 17 15:46:42.901 INFO [stderr] Compiling clap v2.20.5 Nov 17 15:46:42.901 INFO [stderr] Compiling env_logger v0.4.2 Nov 17 15:46:53.143 INFO [stderr] Compiling native-tls v0.1.1 Nov 17 15:46:54.171 INFO [stderr] Compiling hyper-native-tls v0.2.2 Nov 17 15:46:56.640 INFO [stderr] Compiling reqwest v0.4.0 Nov 17 15:47:07.295 INFO [stderr] Compiling zcash v0.1.0 (/source) Nov 17 15:47:09.139 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. Nov 17 15:47:09.139 INFO [stderr] --> src/config.rs:136:48 Nov 17 15:47:09.139 INFO [stderr] | Nov 17 15:47:09.140 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Nov 17 15:47:09.140 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:47:09.140 INFO [stderr] | Nov 17 15:47:09.141 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 15:47:09.141 INFO [stderr] Nov 17 15:47:13.124 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.47s Nov 17 15:47:13.169 INFO [stderr] su: No module specific data is present Nov 17 15:47:14.280 INFO running `"docker" "inspect" "ebfd849eba49bdb340d9facbc963276bd68f21027833386b71fa914abd4b501d"` Nov 17 15:47:14.358 INFO running `"docker" "rm" "-f" "ebfd849eba49bdb340d9facbc963276bd68f21027833386b71fa914abd4b501d"` Nov 17 15:47:14.437 INFO [stdout] ebfd849eba49bdb340d9facbc963276bd68f21027833386b71fa914abd4b501d Nov 17 15:47:14.440 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 15:47:14.633 INFO [stdout] fd069613deee779c1c4863dea3272c48e913bab746aa6716200405fe5a7221dd Nov 17 15:47:14.635 INFO running `"docker" "start" "-a" "fd069613deee779c1c4863dea3272c48e913bab746aa6716200405fe5a7221dd"` Nov 17 15:47:15.258 INFO [stderr] usermod: no changes Nov 17 15:47:15.286 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 15:47:15.287 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 15:47:15.324 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 15:47:15.324 INFO [stderr] files will be included as a binary target: Nov 17 15:47:15.324 INFO [stderr] Nov 17 15:47:15.324 INFO [stderr] * /source/src/main.rs Nov 17 15:47:15.324 INFO [stderr] Nov 17 15:47:15.324 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 15:47:15.324 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 15:47:15.324 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 15:47:15.324 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 15:47:15.324 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 15:47:15.324 INFO [stderr] Nov 17 15:47:15.324 INFO [stderr] For more information on this warning you can consult Nov 17 15:47:15.324 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 15:47:15.324 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Nov 17 15:47:15.324 INFO [stderr] please set bin.path in Cargo.toml Nov 17 15:47:15.398 INFO [stderr] Compiling zcash v0.1.0 (/source) Nov 17 15:47:17.267 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. Nov 17 15:47:17.267 INFO [stderr] --> src/config.rs:136:48 Nov 17 15:47:17.267 INFO [stderr] | Nov 17 15:47:17.267 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Nov 17 15:47:17.267 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 15:47:17.267 INFO [stderr] | Nov 17 15:47:17.267 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 15:47:17.267 INFO [stderr] Nov 17 15:47:20.461 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.18s Nov 17 15:47:20.475 INFO [stderr] su: No module specific data is present Nov 17 15:47:21.288 INFO running `"docker" "inspect" "fd069613deee779c1c4863dea3272c48e913bab746aa6716200405fe5a7221dd"` Nov 17 15:47:21.607 INFO running `"docker" "rm" "-f" "fd069613deee779c1c4863dea3272c48e913bab746aa6716200405fe5a7221dd"` Nov 17 15:47:22.029 INFO [stdout] fd069613deee779c1c4863dea3272c48e913bab746aa6716200405fe5a7221dd