Dec 05 22:41:28.793 INFO testing gicmo/heimweh against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 22:41:28.793 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 05 22:41:29.420 INFO [stdout] 26b28e5fe9821ecbbdcdb7db8fb3ae77e6d80f83bd9ff7d740ac5caf904dc14a Dec 05 22:41:29.422 INFO running `"docker" "start" "-a" "26b28e5fe9821ecbbdcdb7db8fb3ae77e6d80f83bd9ff7d740ac5caf904dc14a"` Dec 05 22:41:31.644 INFO [stderr] usermod: no changes Dec 05 22:41:31.716 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 22:41:31.716 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 22:41:31.716 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 22:41:31.716 INFO [stderr] files will be included as a binary target: Dec 05 22:41:31.716 INFO [stderr] Dec 05 22:41:31.716 INFO [stderr] * /source/src/main.rs Dec 05 22:41:31.716 INFO [stderr] Dec 05 22:41:31.716 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 22:41:31.716 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 22:41:31.716 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 22:41:31.716 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 22:41:31.716 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 22:41:31.716 INFO [stderr] Dec 05 22:41:31.716 INFO [stderr] For more information on this warning you can consult Dec 05 22:41:31.716 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 22:41:31.716 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Dec 05 22:41:31.716 INFO [stderr] please set bin.path in Cargo.toml Dec 05 22:41:31.885 INFO [stderr] Compiling unicode-segmentation v1.0.3 Dec 05 22:41:31.892 INFO [stderr] Compiling toml v0.2.1 Dec 05 22:41:31.892 INFO [stderr] Compiling cmake v0.1.20 Dec 05 22:41:31.892 INFO [stderr] Compiling libz-sys v1.0.12 Dec 05 22:41:31.893 INFO [stderr] Compiling curl-sys v0.3.7 Dec 05 22:41:31.955 INFO [stderr] Compiling aho-corasick v0.6.1 Dec 05 22:41:31.960 INFO [stderr] Compiling tempdir v0.3.5 Dec 05 22:41:36.095 INFO [stderr] Compiling clap v2.20.3 Dec 05 22:41:36.100 INFO [stderr] Compiling libssh2-sys v0.2.5 Dec 05 22:41:36.740 INFO [stderr] Compiling libgit2-sys v0.6.6 Dec 05 22:41:36.749 INFO [stderr] Compiling regex v0.2.1 Dec 05 22:41:42.681 INFO [stderr] Compiling metadeps v1.1.1 Dec 05 22:41:44.694 INFO [stderr] Compiling openssl-sys v0.9.6 Dec 05 22:41:54.518 INFO [stderr] Compiling docopt v0.7.0 Dec 05 22:42:37.528 INFO [stderr] Compiling git2 v0.6.4 Dec 05 22:42:44.980 INFO [stderr] Compiling heimweh v0.0.1 (/source) Dec 05 22:42:45.908 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 05 22:42:45.908 INFO [stderr] --> src/main.rs:204:18 Dec 05 22:42:45.908 INFO [stderr] | Dec 05 22:42:45.908 INFO [stderr] 204 | .or_else(env::home_dir) Dec 05 22:42:45.908 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 22:42:45.908 INFO [stderr] | Dec 05 22:42:45.908 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 22:42:45.908 INFO [stderr] Dec 05 22:42:46.028 INFO [stderr] warning: unused variable: `matches` Dec 05 22:42:46.028 INFO [stderr] --> src/main.rs:164:28 Dec 05 22:42:46.028 INFO [stderr] | Dec 05 22:42:46.028 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Dec 05 22:42:46.028 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Dec 05 22:42:46.028 INFO [stderr] | Dec 05 22:42:46.028 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 22:42:46.028 INFO [stderr] Dec 05 22:42:46.084 INFO [stderr] warning: field is never used: `home` Dec 05 22:42:46.084 INFO [stderr] --> src/main.rs:22:5 Dec 05 22:42:46.084 INFO [stderr] | Dec 05 22:42:46.084 INFO [stderr] 22 | home: PathBuf, Dec 05 22:42:46.084 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 22:42:46.084 INFO [stderr] | Dec 05 22:42:46.084 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 05 22:42:46.084 INFO [stderr] Dec 05 22:42:49.256 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Dec 05 22:42:49.269 INFO [stderr] su: No module specific data is present Dec 05 22:42:50.195 INFO running `"docker" "inspect" "26b28e5fe9821ecbbdcdb7db8fb3ae77e6d80f83bd9ff7d740ac5caf904dc14a"` Dec 05 22:42:50.522 INFO running `"docker" "rm" "-f" "26b28e5fe9821ecbbdcdb7db8fb3ae77e6d80f83bd9ff7d740ac5caf904dc14a"` Dec 05 22:42:50.767 INFO [stdout] 26b28e5fe9821ecbbdcdb7db8fb3ae77e6d80f83bd9ff7d740ac5caf904dc14a Dec 05 22:42:50.776 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 05 22:42:51.186 INFO [stdout] 38e336935cb5d801f51b7f2750a9ac2c1e8a999f05a2ce72e04552353a09646a Dec 05 22:42:51.188 INFO running `"docker" "start" "-a" "38e336935cb5d801f51b7f2750a9ac2c1e8a999f05a2ce72e04552353a09646a"` Dec 05 22:42:52.357 INFO [stderr] usermod: no changes Dec 05 22:42:52.420 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 22:42:52.420 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 22:42:52.420 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 22:42:52.420 INFO [stderr] files will be included as a binary target: Dec 05 22:42:52.420 INFO [stderr] Dec 05 22:42:52.420 INFO [stderr] * /source/src/main.rs Dec 05 22:42:52.420 INFO [stderr] Dec 05 22:42:52.420 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 22:42:52.420 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 22:42:52.420 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 22:42:52.420 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 22:42:52.420 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 22:42:52.420 INFO [stderr] Dec 05 22:42:52.420 INFO [stderr] For more information on this warning you can consult Dec 05 22:42:52.420 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 22:42:52.420 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Dec 05 22:42:52.420 INFO [stderr] please set bin.path in Cargo.toml Dec 05 22:42:52.548 INFO [stderr] Compiling heimweh v0.0.1 (/source) Dec 05 22:42:53.479 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 05 22:42:53.479 INFO [stderr] --> src/main.rs:204:18 Dec 05 22:42:53.479 INFO [stderr] | Dec 05 22:42:53.479 INFO [stderr] 204 | .or_else(env::home_dir) Dec 05 22:42:53.479 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 22:42:53.479 INFO [stderr] | Dec 05 22:42:53.488 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 05 22:42:53.488 INFO [stderr] Dec 05 22:42:53.608 INFO [stderr] warning: unused variable: `matches` Dec 05 22:42:53.608 INFO [stderr] --> src/main.rs:164:28 Dec 05 22:42:53.608 INFO [stderr] | Dec 05 22:42:53.608 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Dec 05 22:42:53.608 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Dec 05 22:42:53.608 INFO [stderr] | Dec 05 22:42:53.608 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 05 22:42:53.608 INFO [stderr] Dec 05 22:42:53.668 INFO [stderr] warning: field is never used: `home` Dec 05 22:42:53.668 INFO [stderr] --> src/main.rs:22:5 Dec 05 22:42:53.668 INFO [stderr] | Dec 05 22:42:53.668 INFO [stderr] 22 | home: PathBuf, Dec 05 22:42:53.668 INFO [stderr] | ^^^^^^^^^^^^^ Dec 05 22:42:53.668 INFO [stderr] | Dec 05 22:42:53.668 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 05 22:42:53.668 INFO [stderr] Dec 05 22:42:55.572 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.18s Dec 05 22:42:55.580 INFO [stderr] su: No module specific data is present Dec 05 22:42:56.514 INFO running `"docker" "inspect" "38e336935cb5d801f51b7f2750a9ac2c1e8a999f05a2ce72e04552353a09646a"` Dec 05 22:42:56.842 INFO running `"docker" "rm" "-f" "38e336935cb5d801f51b7f2750a9ac2c1e8a999f05a2ce72e04552353a09646a"` Dec 05 22:42:57.160 INFO [stdout] 38e336935cb5d801f51b7f2750a9ac2c1e8a999f05a2ce72e04552353a09646a Dec 05 22:42:57.166 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" "-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 05 22:42:57.594 INFO [stdout] bd07a7361204e262552f84ded33d712a36cf2ba79ebef6443d63ae983bcb4662 Dec 05 22:42:57.596 INFO running `"docker" "start" "-a" "bd07a7361204e262552f84ded33d712a36cf2ba79ebef6443d63ae983bcb4662"` Dec 05 22:42:58.892 INFO [stderr] usermod: no changes Dec 05 22:42:58.925 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 22:42:58.925 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 22:42:58.925 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 22:42:58.925 INFO [stderr] files will be included as a binary target: Dec 05 22:42:58.925 INFO [stderr] Dec 05 22:42:58.925 INFO [stderr] * /source/src/main.rs Dec 05 22:42:58.925 INFO [stderr] Dec 05 22:42:58.925 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 22:42:58.925 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 22:42:58.925 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 22:42:58.925 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 22:42:58.925 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 22:42:58.925 INFO [stderr] Dec 05 22:42:58.925 INFO [stderr] For more information on this warning you can consult Dec 05 22:42:58.925 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 22:42:58.925 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Dec 05 22:42:58.925 INFO [stderr] please set bin.path in Cargo.toml Dec 05 22:42:59.024 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s Dec 05 22:42:59.036 INFO [stderr] Running /target/debug/deps/hwh-2e31c89886887909 Dec 05 22:42:59.048 INFO [stdout] Dec 05 22:42:59.048 INFO [stdout] running 1 test Dec 05 22:42:59.048 INFO [stdout] test config::test::parse ... ok Dec 05 22:42:59.048 INFO [stdout] Dec 05 22:42:59.048 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 22:42:59.048 INFO [stdout] Dec 05 22:42:59.056 INFO [stderr] su: No module specific data is present Dec 05 22:42:59.842 INFO running `"docker" "inspect" "bd07a7361204e262552f84ded33d712a36cf2ba79ebef6443d63ae983bcb4662"` Dec 05 22:43:00.122 INFO running `"docker" "rm" "-f" "bd07a7361204e262552f84ded33d712a36cf2ba79ebef6443d63ae983bcb4662"` Dec 05 22:43:00.479 INFO [stdout] bd07a7361204e262552f84ded33d712a36cf2ba79ebef6443d63ae983bcb4662