Nov 17 02:06:48.541 INFO testing gicmo/heimweh against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 02:06:48.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 02:06:49.027 INFO [stdout] f48e5f571d3bc3ea15849c1a51f94ce06e9592d29b5050a5659b62c4f5424b22 Nov 17 02:06:49.033 INFO running `"docker" "start" "-a" "f48e5f571d3bc3ea15849c1a51f94ce06e9592d29b5050a5659b62c4f5424b22"` Nov 17 02:06:50.235 INFO [stderr] usermod: no changes Nov 17 02:06:50.287 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:06:50.287 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:06:50.287 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:06:50.287 INFO [stderr] files will be included as a binary target: Nov 17 02:06:50.287 INFO [stderr] Nov 17 02:06:50.287 INFO [stderr] * /source/src/main.rs Nov 17 02:06:50.287 INFO [stderr] Nov 17 02:06:50.287 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:06:50.287 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:06:50.287 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:06:50.287 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:06:50.287 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:06:50.287 INFO [stderr] Nov 17 02:06:50.287 INFO [stderr] For more information on this warning you can consult Nov 17 02:06:50.287 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:06:50.287 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Nov 17 02:06:50.287 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:06:50.421 INFO [stderr] Compiling unicode-segmentation v1.0.3 Nov 17 02:06:50.427 INFO [stderr] Compiling toml v0.2.1 Nov 17 02:06:50.427 INFO [stderr] Compiling libz-sys v1.0.12 Nov 17 02:06:50.427 INFO [stderr] Compiling cmake v0.1.20 Nov 17 02:06:50.427 INFO [stderr] Compiling curl-sys v0.3.7 Nov 17 02:06:50.433 INFO [stderr] Compiling tempdir v0.3.5 Nov 17 02:06:50.434 INFO [stderr] Compiling docopt v0.7.0 Nov 17 02:06:53.551 INFO [stderr] Compiling clap v2.20.3 Nov 17 02:06:55.983 INFO [stderr] Compiling libssh2-sys v0.2.5 Nov 17 02:06:55.983 INFO [stderr] Compiling libgit2-sys v0.6.6 Nov 17 02:07:01.649 INFO [stderr] Compiling metadeps v1.1.1 Nov 17 02:07:03.684 INFO [stderr] Compiling openssl-sys v0.9.6 Nov 17 02:08:08.093 INFO [stderr] Compiling git2 v0.6.4 Nov 17 02:08:15.943 INFO [stderr] Compiling heimweh v0.0.1 (/source) Nov 17 02:08:16.869 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 02:08:16.869 INFO [stderr] --> src/main.rs:204:18 Nov 17 02:08:16.869 INFO [stderr] | Nov 17 02:08:16.869 INFO [stderr] 204 | .or_else(env::home_dir) Nov 17 02:08:16.869 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:16.869 INFO [stderr] | Nov 17 02:08:16.869 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 02:08:16.869 INFO [stderr] Nov 17 02:08:17.007 INFO [stderr] warning: unused variable: `matches` Nov 17 02:08:17.007 INFO [stderr] --> src/main.rs:164:28 Nov 17 02:08:17.007 INFO [stderr] | Nov 17 02:08:17.007 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Nov 17 02:08:17.007 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Nov 17 02:08:17.007 INFO [stderr] | Nov 17 02:08:17.007 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:08:17.007 INFO [stderr] Nov 17 02:08:17.091 INFO [stderr] warning: field is never used: `home` Nov 17 02:08:17.091 INFO [stderr] --> src/main.rs:22:5 Nov 17 02:08:17.091 INFO [stderr] | Nov 17 02:08:17.091 INFO [stderr] 22 | home: PathBuf, Nov 17 02:08:17.091 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:17.091 INFO [stderr] | Nov 17 02:08:17.091 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 02:08:17.091 INFO [stderr] Nov 17 02:08:20.297 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Nov 17 02:08:20.311 INFO [stderr] su: No module specific data is present Nov 17 02:08:21.707 INFO running `"docker" "inspect" "f48e5f571d3bc3ea15849c1a51f94ce06e9592d29b5050a5659b62c4f5424b22"` Nov 17 02:08:21.941 INFO running `"docker" "rm" "-f" "f48e5f571d3bc3ea15849c1a51f94ce06e9592d29b5050a5659b62c4f5424b22"` Nov 17 02:08:22.271 INFO [stdout] f48e5f571d3bc3ea15849c1a51f94ce06e9592d29b5050a5659b62c4f5424b22 Nov 17 02:08:22.281 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 02:08:22.704 INFO [stdout] 8723cc5d576eb2f0fa899be2e38add3b95c27273049261faf8428feca791e12c Nov 17 02:08:22.709 INFO running `"docker" "start" "-a" "8723cc5d576eb2f0fa899be2e38add3b95c27273049261faf8428feca791e12c"` Nov 17 02:08:24.035 INFO [stderr] usermod: no changes Nov 17 02:08:24.088 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:08:24.088 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:08:24.088 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:08:24.089 INFO [stderr] files will be included as a binary target: Nov 17 02:08:24.089 INFO [stderr] Nov 17 02:08:24.089 INFO [stderr] * /source/src/main.rs Nov 17 02:08:24.089 INFO [stderr] Nov 17 02:08:24.090 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:08:24.090 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:08:24.090 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:08:24.091 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:08:24.091 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:08:24.091 INFO [stderr] Nov 17 02:08:24.092 INFO [stderr] For more information on this warning you can consult Nov 17 02:08:24.092 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:08:24.092 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Nov 17 02:08:24.093 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:08:24.243 INFO [stderr] Compiling heimweh v0.0.1 (/source) Nov 17 02:08:25.335 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 02:08:25.335 INFO [stderr] --> src/main.rs:204:18 Nov 17 02:08:25.335 INFO [stderr] | Nov 17 02:08:25.335 INFO [stderr] 204 | .or_else(env::home_dir) Nov 17 02:08:25.335 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:25.335 INFO [stderr] | Nov 17 02:08:25.335 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 02:08:25.335 INFO [stderr] Nov 17 02:08:25.511 INFO [stderr] warning: unused variable: `matches` Nov 17 02:08:25.511 INFO [stderr] --> src/main.rs:164:28 Nov 17 02:08:25.511 INFO [stderr] | Nov 17 02:08:25.511 INFO [stderr] 164 | fn cmd_list(world: &World, matches: &ArgMatches) -> Result<(), git2::Error> { Nov 17 02:08:25.511 INFO [stderr] | ^^^^^^^ help: consider using `_matches` instead Nov 17 02:08:25.511 INFO [stderr] | Nov 17 02:08:25.516 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 17 02:08:25.516 INFO [stderr] Nov 17 02:08:25.591 INFO [stderr] warning: field is never used: `home` Nov 17 02:08:25.591 INFO [stderr] --> src/main.rs:22:5 Nov 17 02:08:25.591 INFO [stderr] | Nov 17 02:08:25.591 INFO [stderr] 22 | home: PathBuf, Nov 17 02:08:25.591 INFO [stderr] | ^^^^^^^^^^^^^ Nov 17 02:08:25.591 INFO [stderr] | Nov 17 02:08:25.591 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 02:08:25.591 INFO [stderr] Nov 17 02:08:27.787 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.71s Nov 17 02:08:27.787 INFO [stderr] su: No module specific data is present Nov 17 02:08:28.844 INFO running `"docker" "inspect" "8723cc5d576eb2f0fa899be2e38add3b95c27273049261faf8428feca791e12c"` Nov 17 02:08:29.171 INFO running `"docker" "rm" "-f" "8723cc5d576eb2f0fa899be2e38add3b95c27273049261faf8428feca791e12c"` Nov 17 02:08:29.498 INFO [stdout] 8723cc5d576eb2f0fa899be2e38add3b95c27273049261faf8428feca791e12c Nov 17 02:08:29.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 02:08:29.941 INFO [stdout] 45c1acf19a05c62bc1cc57d2f799e45e869e77c90fd2e3c2e9f653c11ad66b0e Nov 17 02:08:29.944 INFO running `"docker" "start" "-a" "45c1acf19a05c62bc1cc57d2f799e45e869e77c90fd2e3c2e9f653c11ad66b0e"` Nov 17 02:08:31.917 INFO [stderr] usermod: no changes Nov 17 02:08:31.967 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 02:08:31.967 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 02:08:31.967 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 02:08:31.967 INFO [stderr] files will be included as a binary target: Nov 17 02:08:31.967 INFO [stderr] Nov 17 02:08:31.967 INFO [stderr] * /source/src/main.rs Nov 17 02:08:31.967 INFO [stderr] Nov 17 02:08:31.967 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 02:08:31.967 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 02:08:31.967 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 02:08:31.967 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 02:08:31.967 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 02:08:31.967 INFO [stderr] Nov 17 02:08:31.967 INFO [stderr] For more information on this warning you can consult Nov 17 02:08:31.967 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 02:08:31.967 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hwh`, Nov 17 02:08:31.967 INFO [stderr] please set bin.path in Cargo.toml Nov 17 02:08:32.055 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s Nov 17 02:08:32.075 INFO [stderr] Running /target/debug/deps/hwh-542a143eccd3ef25 Nov 17 02:08:32.083 INFO [stderr] su: No module specific data is present Nov 17 02:08:32.083 INFO [stdout] Nov 17 02:08:32.083 INFO [stdout] running 1 test Nov 17 02:08:32.083 INFO [stdout] test config::test::parse ... ok Nov 17 02:08:32.083 INFO [stdout] Nov 17 02:08:32.083 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 02:08:32.083 INFO [stdout] Nov 17 02:08:33.546 INFO running `"docker" "inspect" "45c1acf19a05c62bc1cc57d2f799e45e869e77c90fd2e3c2e9f653c11ad66b0e"` Nov 17 02:08:33.923 INFO running `"docker" "rm" "-f" "45c1acf19a05c62bc1cc57d2f799e45e869e77c90fd2e3c2e9f653c11ad66b0e"` Nov 17 02:08:34.291 INFO [stdout] 45c1acf19a05c62bc1cc57d2f799e45e869e77c90fd2e3c2e9f653c11ad66b0e