Dec 06 14:26:11.574 INFO testing DurgaMa/rust-zcash against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 06 14:26:11.574 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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.940 INFO [stdout] c56572783d957586ec60e9bd04c8a1f0facc0f513de438c8dcf2de4937e0bf6a Dec 06 14:26:11.946 INFO running `"docker" "start" "-a" "c56572783d957586ec60e9bd04c8a1f0facc0f513de438c8dcf2de4937e0bf6a"` Dec 06 14:26:12.859 INFO [stderr] usermod: no changes Dec 06 14:26:12.916 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:26:12.916 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:26:12.916 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:26:12.916 INFO [stderr] files will be included as a binary target: Dec 06 14:26:12.916 INFO [stderr] Dec 06 14:26:12.916 INFO [stderr] * /source/src/main.rs Dec 06 14:26:12.916 INFO [stderr] Dec 06 14:26:12.916 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:26:12.916 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:26:12.916 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:26:12.916 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:26:12.916 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:26:12.916 INFO [stderr] Dec 06 14:26:12.916 INFO [stderr] For more information on this warning you can consult Dec 06 14:26:12.916 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:26:12.916 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Dec 06 14:26:12.916 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:26:13.070 INFO [stderr] Compiling openssl v0.9.8 Dec 06 14:26:13.075 INFO [stderr] Compiling openssl-sys v0.9.8 Dec 06 14:26:13.082 INFO [stderr] Compiling rust-ini v0.10.0 Dec 06 14:26:13.082 INFO [stderr] Compiling clap v2.20.5 Dec 06 14:26:13.108 INFO [stderr] Compiling serde_urlencoded v0.4.2 Dec 06 14:26:13.108 INFO [stderr] Compiling env_logger v0.4.2 Dec 06 14:26:23.812 INFO [stderr] Compiling native-tls v0.1.1 Dec 06 14:26:25.016 INFO [stderr] Compiling hyper-native-tls v0.2.2 Dec 06 14:26:29.512 INFO [stderr] Compiling reqwest v0.4.0 Dec 06 14:26:32.236 INFO [stderr] Compiling zcash v0.1.0 (/source) Dec 06 14:26:34.194 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:34.194 INFO [stderr] --> src/config.rs:136:48 Dec 06 14:26:34.194 INFO [stderr] | Dec 06 14:26:34.194 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Dec 06 14:26:34.194 INFO [stderr] | ^^^^^^^^^^^^^ Dec 06 14:26:34.194 INFO [stderr] | Dec 06 14:26:34.194 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 14:26:34.194 INFO [stderr] Dec 06 14:26:38.424 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.52s Dec 06 14:26:38.424 INFO [stderr] su: No module specific data is present Dec 06 14:26:39.090 INFO running `"docker" "inspect" "c56572783d957586ec60e9bd04c8a1f0facc0f513de438c8dcf2de4937e0bf6a"` Dec 06 14:26:39.354 INFO running `"docker" "rm" "-f" "c56572783d957586ec60e9bd04c8a1f0facc0f513de438c8dcf2de4937e0bf6a"` Dec 06 14:26:39.581 INFO [stdout] c56572783d957586ec60e9bd04c8a1f0facc0f513de438c8dcf2de4937e0bf6a Dec 06 14:26:39.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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:40.013 INFO [stdout] 4be2933e86c28808d8a02d9197307355a59a2ac07e1b6c971ef671dbbed9c3f3 Dec 06 14:26:40.015 INFO running `"docker" "start" "-a" "4be2933e86c28808d8a02d9197307355a59a2ac07e1b6c971ef671dbbed9c3f3"` Dec 06 14:26:40.396 INFO [stderr] usermod: no changes Dec 06 14:26:40.416 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 06 14:26:40.416 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 06 14:26:40.416 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 06 14:26:40.416 INFO [stderr] files will be included as a binary target: Dec 06 14:26:40.416 INFO [stderr] Dec 06 14:26:40.416 INFO [stderr] * /source/src/main.rs Dec 06 14:26:40.416 INFO [stderr] Dec 06 14:26:40.416 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 06 14:26:40.416 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 06 14:26:40.416 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 06 14:26:40.416 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 06 14:26:40.416 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 06 14:26:40.416 INFO [stderr] Dec 06 14:26:40.416 INFO [stderr] For more information on this warning you can consult Dec 06 14:26:40.416 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 06 14:26:40.416 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Dec 06 14:26:40.416 INFO [stderr] please set bin.path in Cargo.toml Dec 06 14:26:40.491 INFO [stderr] Compiling zcash v0.1.0 (/source) Dec 06 14:26:42.445 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.445 INFO [stderr] --> src/config.rs:136:48 Dec 06 14:26:42.445 INFO [stderr] | Dec 06 14:26:42.445 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Dec 06 14:26:42.445 INFO [stderr] | ^^^^^^^^^^^^^ Dec 06 14:26:42.445 INFO [stderr] | Dec 06 14:26:42.445 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 06 14:26:42.445 INFO [stderr] Dec 06 14:26:45.134 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.72s Dec 06 14:26:45.141 INFO [stderr] su: No module specific data is present Dec 06 14:26:45.365 INFO running `"docker" "inspect" "4be2933e86c28808d8a02d9197307355a59a2ac07e1b6c971ef671dbbed9c3f3"` Dec 06 14:26:45.429 INFO running `"docker" "rm" "-f" "4be2933e86c28808d8a02d9197307355a59a2ac07e1b6c971ef671dbbed9c3f3"` Dec 06 14:26:45.486 INFO [stdout] 4be2933e86c28808d8a02d9197307355a59a2ac07e1b6c971ef671dbbed9c3f3