Dec 14 10:48:16.052 INFO testing DurgaMa/rust-zcash against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 10:48:16.052 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 14 10:48:16.592 INFO [stdout] bb0b65e1aafe5d78d88cd07728726ff0c503d214427d3284fa0719b37cfa5054 Dec 14 10:48:16.601 INFO running `"docker" "start" "-a" "bb0b65e1aafe5d78d88cd07728726ff0c503d214427d3284fa0719b37cfa5054"` Dec 14 10:48:17.687 INFO [stderr] usermod: no changes Dec 14 10:48:17.727 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 10:48:17.727 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 10:48:17.727 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 10:48:17.727 INFO [stderr] files will be included as a binary target: Dec 14 10:48:17.727 INFO [stderr] Dec 14 10:48:17.727 INFO [stderr] * /source/src/main.rs Dec 14 10:48:17.727 INFO [stderr] Dec 14 10:48:17.727 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 10:48:17.727 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 10:48:17.727 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 10:48:17.727 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 10:48:17.727 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 10:48:17.727 INFO [stderr] Dec 14 10:48:17.727 INFO [stderr] For more information on this warning you can consult Dec 14 10:48:17.727 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 10:48:17.727 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Dec 14 10:48:17.727 INFO [stderr] please set bin.path in Cargo.toml Dec 14 10:48:17.927 INFO [stderr] Compiling rust-ini v0.10.0 Dec 14 10:48:17.927 INFO [stderr] Compiling clap v2.20.5 Dec 14 10:48:17.927 INFO [stderr] Compiling serde_urlencoded v0.4.2 Dec 14 10:48:17.927 INFO [stderr] Compiling env_logger v0.4.2 Dec 14 10:48:21.163 INFO [stderr] Compiling reqwest v0.4.0 Dec 14 10:48:38.447 INFO [stderr] Compiling zcash v0.1.0 (/source) Dec 14 10:48:41.080 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 14 10:48:41.080 INFO [stderr] --> src/config.rs:136:48 Dec 14 10:48:41.080 INFO [stderr] | Dec 14 10:48:41.080 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Dec 14 10:48:41.080 INFO [stderr] | ^^^^^^^^^^^^^ Dec 14 10:48:41.080 INFO [stderr] | Dec 14 10:48:41.080 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 14 10:48:41.080 INFO [stderr] Dec 14 10:48:45.517 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.79s Dec 14 10:48:45.517 INFO [stderr] su: No module specific data is present Dec 14 10:48:45.971 INFO running `"docker" "inspect" "bb0b65e1aafe5d78d88cd07728726ff0c503d214427d3284fa0719b37cfa5054"` Dec 14 10:48:46.054 INFO running `"docker" "rm" "-f" "bb0b65e1aafe5d78d88cd07728726ff0c503d214427d3284fa0719b37cfa5054"` Dec 14 10:48:46.144 INFO [stdout] bb0b65e1aafe5d78d88cd07728726ff0c503d214427d3284fa0719b37cfa5054 Dec 14 10:48:46.148 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 14 10:48:46.343 INFO [stdout] cc968f1ee3802f411350eba32195cf9181d0659c39e2b06bc9aba983fd29fb53 Dec 14 10:48:46.348 INFO running `"docker" "start" "-a" "cc968f1ee3802f411350eba32195cf9181d0659c39e2b06bc9aba983fd29fb53"` Dec 14 10:48:46.979 INFO [stderr] usermod: no changes Dec 14 10:48:47.027 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 10:48:47.027 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 10:48:47.027 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 10:48:47.027 INFO [stderr] files will be included as a binary target: Dec 14 10:48:47.027 INFO [stderr] Dec 14 10:48:47.027 INFO [stderr] * /source/src/main.rs Dec 14 10:48:47.027 INFO [stderr] Dec 14 10:48:47.027 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 10:48:47.027 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 10:48:47.027 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 10:48:47.027 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 10:48:47.027 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 10:48:47.027 INFO [stderr] Dec 14 10:48:47.027 INFO [stderr] For more information on this warning you can consult Dec 14 10:48:47.027 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 10:48:47.027 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `zcash-cli`, Dec 14 10:48:47.027 INFO [stderr] please set bin.path in Cargo.toml Dec 14 10:48:47.163 INFO [stderr] Compiling zcash v0.1.0 (/source) Dec 14 10:48:49.795 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 14 10:48:49.795 INFO [stderr] --> src/config.rs:136:48 Dec 14 10:48:49.795 INFO [stderr] | Dec 14 10:48:49.795 INFO [stderr] 136 | let default_dir = format!("{}/.zcash", env::home_dir().unwrap().display()); Dec 14 10:48:49.795 INFO [stderr] | ^^^^^^^^^^^^^ Dec 14 10:48:49.795 INFO [stderr] | Dec 14 10:48:49.795 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 14 10:48:49.795 INFO [stderr] Dec 14 10:48:53.155 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.14s Dec 14 10:48:53.157 INFO [stderr] su: No module specific data is present Dec 14 10:48:53.438 INFO running `"docker" "inspect" "cc968f1ee3802f411350eba32195cf9181d0659c39e2b06bc9aba983fd29fb53"` Dec 14 10:48:53.547 INFO running `"docker" "rm" "-f" "cc968f1ee3802f411350eba32195cf9181d0659c39e2b06bc9aba983fd29fb53"` Dec 14 10:48:53.658 INFO [stdout] cc968f1ee3802f411350eba32195cf9181d0659c39e2b06bc9aba983fd29fb53