Dec 13 18:27:00.539 INFO testing gicmo/heimweh against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 13 18:27:00.539 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 13 18:27:01.205 INFO [stdout] a2b0cd8076024354042ddf6828e0a7cbf0f32770ce7332067681368e957fe665 Dec 13 18:27:01.207 INFO running `"docker" "start" "-a" "a2b0cd8076024354042ddf6828e0a7cbf0f32770ce7332067681368e957fe665"` Dec 13 18:27:02.469 INFO [stderr] usermod: no changes Dec 13 18:27:02.519 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 18:27:02.519 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 18:27:02.519 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 18:27:02.519 INFO [stderr] files will be included as a binary target: Dec 13 18:27:02.519 INFO [stderr] Dec 13 18:27:02.519 INFO [stderr] * /source/src/main.rs Dec 13 18:27:02.519 INFO [stderr] Dec 13 18:27:02.519 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 18:27:02.519 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 18:27:02.519 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 18:27:02.519 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 18:27:02.519 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 18:27:02.519 INFO [stderr] Dec 13 18:27:02.519 INFO [stderr] For more information on this warning you can consult Dec 13 18:27:02.519 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 18:27:02.519 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Dec 13 18:27:02.519 INFO [stderr] please set bin.path in Cargo.toml Dec 13 18:27:02.707 INFO [stderr] Compiling unicode-segmentation v1.0.3 Dec 13 18:27:02.707 INFO [stderr] Compiling toml v0.2.1 Dec 13 18:27:02.707 INFO [stderr] Compiling cmake v0.1.20 Dec 13 18:27:02.707 INFO [stderr] Compiling libz-sys v1.0.12 Dec 13 18:27:02.707 INFO [stderr] Compiling curl-sys v0.3.7 Dec 13 18:27:02.708 INFO [stderr] Compiling term_size v0.2.2 Dec 13 18:27:02.708 INFO [stderr] Compiling url v1.4.0 Dec 13 18:27:02.708 INFO [stderr] Compiling docopt v0.7.0 Dec 13 18:27:08.812 INFO [stderr] Compiling clap v2.20.3 Dec 13 18:27:09.551 INFO [stderr] Compiling libssh2-sys v0.2.5 Dec 13 18:27:09.551 INFO [stderr] Compiling libgit2-sys v0.6.6 Dec 13 18:27:16.023 INFO [stderr] Compiling metadeps v1.1.1 Dec 13 18:27:21.819 INFO [stderr] Compiling openssl-sys v0.9.6 Dec 13 18:28:19.345 INFO [stderr] Compiling git2 v0.6.4 Dec 13 18:28:26.127 INFO [stderr] Compiling heimweh v0.0.1 (/source) Dec 13 18:28:27.223 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 13 18:28:27.223 INFO [stderr] --> src/main.rs:204:18 Dec 13 18:28:27.223 INFO [stderr] | Dec 13 18:28:27.223 INFO [stderr] 204 | .or_else(env::home_dir) Dec 13 18:28:27.223 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 18:28:27.223 INFO [stderr] | Dec 13 18:28:27.223 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 13 18:28:27.223 INFO [stderr] Dec 13 18:28:27.340 INFO [stderr] warning: unused variable: `matches` Dec 13 18:28:27.340 INFO [stderr] --> src/main.rs:164:28 Dec 13 18:28:27.340 INFO [stderr] | Dec 13 18:28:27.341 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Dec 13 18:28:27.341 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Dec 13 18:28:27.341 INFO [stderr] | Dec 13 18:28:27.341 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 13 18:28:27.341 INFO [stderr] Dec 13 18:28:27.399 INFO [stderr] warning: field is never used: `home` Dec 13 18:28:27.399 INFO [stderr] --> src/main.rs:22:5 Dec 13 18:28:27.399 INFO [stderr] | Dec 13 18:28:27.399 INFO [stderr] 22 | home: PathBuf, Dec 13 18:28:27.399 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 18:28:27.399 INFO [stderr] | Dec 13 18:28:27.399 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 13 18:28:27.399 INFO [stderr] Dec 13 18:28:30.888 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Dec 13 18:28:30.888 INFO [stderr] su: No module specific data is present Dec 13 18:28:31.516 INFO running `"docker" "inspect" "a2b0cd8076024354042ddf6828e0a7cbf0f32770ce7332067681368e957fe665"` Dec 13 18:28:31.852 INFO running `"docker" "rm" "-f" "a2b0cd8076024354042ddf6828e0a7cbf0f32770ce7332067681368e957fe665"` Dec 13 18:28:32.159 INFO [stdout] a2b0cd8076024354042ddf6828e0a7cbf0f32770ce7332067681368e957fe665 Dec 13 18:28:32.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 13 18:28:32.568 INFO [stdout] 605e92365f8d5c1fb823e81e663732e5bcc85963a208b7f6b4100013f27f5999 Dec 13 18:28:32.571 INFO running `"docker" "start" "-a" "605e92365f8d5c1fb823e81e663732e5bcc85963a208b7f6b4100013f27f5999"` Dec 13 18:28:33.695 INFO [stderr] usermod: no changes Dec 13 18:28:33.779 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 18:28:33.779 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 18:28:33.779 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 18:28:33.779 INFO [stderr] files will be included as a binary target: Dec 13 18:28:33.779 INFO [stderr] Dec 13 18:28:33.779 INFO [stderr] * /source/src/main.rs Dec 13 18:28:33.779 INFO [stderr] Dec 13 18:28:33.779 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 18:28:33.779 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 18:28:33.779 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 18:28:33.779 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 18:28:33.779 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 18:28:33.779 INFO [stderr] Dec 13 18:28:33.779 INFO [stderr] For more information on this warning you can consult Dec 13 18:28:33.779 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 18:28:33.779 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Dec 13 18:28:33.779 INFO [stderr] please set bin.path in Cargo.toml Dec 13 18:28:33.909 INFO [stderr] Compiling heimweh v0.0.1 (/source) Dec 13 18:28:35.427 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 13 18:28:35.427 INFO [stderr] --> src/main.rs:204:18 Dec 13 18:28:35.427 INFO [stderr] | Dec 13 18:28:35.427 INFO [stderr] 204 | .or_else(env::home_dir) Dec 13 18:28:35.427 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 18:28:35.427 INFO [stderr] | Dec 13 18:28:35.427 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 13 18:28:35.427 INFO [stderr] Dec 13 18:28:35.631 INFO [stderr] warning: unused variable: `matches` Dec 13 18:28:35.631 INFO [stderr] --> src/main.rs:164:28 Dec 13 18:28:35.631 INFO [stderr] | Dec 13 18:28:35.631 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Dec 13 18:28:35.631 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Dec 13 18:28:35.631 INFO [stderr] | Dec 13 18:28:35.631 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 13 18:28:35.631 INFO [stderr] Dec 13 18:28:35.711 INFO [stderr] warning: field is never used: `home` Dec 13 18:28:35.711 INFO [stderr] --> src/main.rs:22:5 Dec 13 18:28:35.711 INFO [stderr] | Dec 13 18:28:35.711 INFO [stderr] 22 | home: PathBuf, Dec 13 18:28:35.711 INFO [stderr] | ^^^^^^^^^^^^^ Dec 13 18:28:35.711 INFO [stderr] | Dec 13 18:28:35.711 INFO [stderr] = note: #[warn(dead_code)] on by default Dec 13 18:28:35.711 INFO [stderr] Dec 13 18:28:37.703 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.97s Dec 13 18:28:37.712 INFO [stderr] su: No module specific data is present Dec 13 18:28:38.717 INFO running `"docker" "inspect" "605e92365f8d5c1fb823e81e663732e5bcc85963a208b7f6b4100013f27f5999"` Dec 13 18:28:39.075 INFO running `"docker" "rm" "-f" "605e92365f8d5c1fb823e81e663732e5bcc85963a208b7f6b4100013f27f5999"` Dec 13 18:28:39.475 INFO [stdout] 605e92365f8d5c1fb823e81e663732e5bcc85963a208b7f6b4100013f27f5999 Dec 13 18:28:39.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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" "-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 13 18:28:39.900 INFO [stdout] 72bf31d14de153db39d0840cd215b88bafcd3248375209335ba098592cdcad79 Dec 13 18:28:39.902 INFO running `"docker" "start" "-a" "72bf31d14de153db39d0840cd215b88bafcd3248375209335ba098592cdcad79"` Dec 13 18:28:41.134 INFO [stderr] usermod: no changes Dec 13 18:28:41.183 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 18:28:41.183 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 18:28:41.183 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 18:28:41.183 INFO [stderr] files will be included as a binary target: Dec 13 18:28:41.183 INFO [stderr] Dec 13 18:28:41.183 INFO [stderr] * /source/src/main.rs Dec 13 18:28:41.183 INFO [stderr] Dec 13 18:28:41.183 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 18:28:41.183 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 18:28:41.183 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 18:28:41.183 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 18:28:41.183 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 18:28:41.183 INFO [stderr] Dec 13 18:28:41.183 INFO [stderr] For more information on this warning you can consult Dec 13 18:28:41.183 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 18:28:41.183 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Dec 13 18:28:41.183 INFO [stderr] please set bin.path in Cargo.toml Dec 13 18:28:41.259 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s Dec 13 18:28:41.279 INFO [stderr] Running /target/debug/deps/hwh-f95ba201b1d2367d Dec 13 18:28:41.280 INFO [stdout] Dec 13 18:28:41.280 INFO [stdout] running 1 test Dec 13 18:28:41.280 INFO [stdout] test config::test::parse ... ok Dec 13 18:28:41.280 INFO [stdout] Dec 13 18:28:41.280 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 18:28:41.280 INFO [stdout] Dec 13 18:28:41.287 INFO [stderr] su: No module specific data is present Dec 13 18:28:42.015 INFO running `"docker" "inspect" "72bf31d14de153db39d0840cd215b88bafcd3248375209335ba098592cdcad79"` Dec 13 18:28:42.217 INFO running `"docker" "rm" "-f" "72bf31d14de153db39d0840cd215b88bafcd3248375209335ba098592cdcad79"` Dec 13 18:28:42.506 INFO [stdout] 72bf31d14de153db39d0840cd215b88bafcd3248375209335ba098592cdcad79