Nov 18 16:16:30.995 INFO testing destructivator-0.1.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 16:16:30.995 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 18 16:16:31.295 INFO [stdout] f43b4115cdbb2e4b7ed0eb440c966090735dbbb3d8d198b1cf71a5d9ee6df342 Nov 18 16:16:31.301 INFO running `"docker" "start" "-a" "f43b4115cdbb2e4b7ed0eb440c966090735dbbb3d8d198b1cf71a5d9ee6df342"` Nov 18 16:16:32.251 INFO [stderr] usermod: no changes Nov 18 16:16:32.317 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 18 16:16:32.317 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 18 16:16:32.317 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 16:16:32.317 INFO [stderr] files will be included as a test target: Nov 18 16:16:32.317 INFO [stderr] Nov 18 16:16:32.317 INFO [stderr] * /source/tests/branch_all_new_test.rs Nov 18 16:16:32.317 INFO [stderr] Nov 18 16:16:32.317 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 16:16:32.317 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 18 16:16:32.317 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 18 16:16:32.317 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 16:16:32.317 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 16:16:32.317 INFO [stderr] Nov 18 16:16:32.317 INFO [stderr] For more information on this warning you can consult Nov 18 16:16:32.317 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 16:16:32.475 INFO [stderr] Compiling destructivator v0.1.0 (/source) Nov 18 16:16:32.475 INFO [stderr] Compiling ignore v0.3.1 Nov 18 16:16:32.475 INFO [stderr] Compiling config v0.7.1 Nov 18 16:16:34.271 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 18 16:16:34.271 INFO [stderr] --> build.rs:16:20 Nov 18 16:16:34.271 INFO [stderr] | Nov 18 16:16:34.271 INFO [stderr] 16 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", pkg_name)); Nov 18 16:16:34.271 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 16:16:34.271 INFO [stderr] | Nov 18 16:16:34.271 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 16:16:34.271 INFO [stderr] Nov 18 16:16:44.703 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 18 16:16:44.704 INFO [stderr] --> src/git.rs:59:28 Nov 18 16:16:44.704 INFO [stderr] | Nov 18 16:16:44.704 INFO [stderr] 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 18 16:16:44.705 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 16:16:44.705 INFO [stderr] | Nov 18 16:16:44.706 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 16:16:44.706 INFO [stderr] Nov 18 16:16:44.706 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 18 16:16:44.707 INFO [stderr] --> src/git.rs:109:28 Nov 18 16:16:44.707 INFO [stderr] | Nov 18 16:16:44.708 INFO [stderr] 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 18 16:16:44.708 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 16:16:44.708 INFO [stderr] Nov 18 16:16:52.581 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.29s Nov 18 16:16:52.595 INFO [stderr] su: No module specific data is present Nov 18 16:16:52.956 INFO running `"docker" "inspect" "f43b4115cdbb2e4b7ed0eb440c966090735dbbb3d8d198b1cf71a5d9ee6df342"` Nov 18 16:16:53.083 INFO running `"docker" "rm" "-f" "f43b4115cdbb2e4b7ed0eb440c966090735dbbb3d8d198b1cf71a5d9ee6df342"` Nov 18 16:16:53.313 INFO [stdout] f43b4115cdbb2e4b7ed0eb440c966090735dbbb3d8d198b1cf71a5d9ee6df342 Nov 18 16:16:53.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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 18 16:16:53.646 INFO [stdout] 24a0f726bb389f717bc2f57bfbb614420807577fb37ff06f44fcc47b878923a0 Nov 18 16:16:53.651 INFO running `"docker" "start" "-a" "24a0f726bb389f717bc2f57bfbb614420807577fb37ff06f44fcc47b878923a0"` Nov 18 16:16:55.103 INFO [stderr] usermod: no changes Nov 18 16:16:55.183 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Nov 18 16:16:55.183 INFO [stderr] disables Cargo from automatically inferring other test targets. Nov 18 16:16:55.183 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 16:16:55.183 INFO [stderr] files will be included as a test target: Nov 18 16:16:55.183 INFO [stderr] Nov 18 16:16:55.183 INFO [stderr] * /source/tests/branch_all_new_test.rs Nov 18 16:16:55.183 INFO [stderr] Nov 18 16:16:55.183 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 16:16:55.183 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Nov 18 16:16:55.183 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Nov 18 16:16:55.183 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 16:16:55.183 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 16:16:55.183 INFO [stderr] Nov 18 16:16:55.183 INFO [stderr] For more information on this warning you can consult Nov 18 16:16:55.183 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 16:16:55.315 INFO [stderr] Compiling destructivator v0.1.0 (/source) Nov 18 16:17:00.099 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 18 16:17:00.099 INFO [stderr] --> src/git.rs:59:28 Nov 18 16:17:00.099 INFO [stderr] | Nov 18 16:17:00.099 INFO [stderr] 59 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 18 16:17:00.099 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 16:17:00.099 INFO [stderr] | Nov 18 16:17:00.099 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 16:17:00.099 INFO [stderr] Nov 18 16:17:00.099 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 18 16:17:00.099 INFO [stderr] --> src/git.rs:109:28 Nov 18 16:17:00.099 INFO [stderr] | Nov 18 16:17:00.099 INFO [stderr] 109 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 18 16:17:00.099 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 16:17:00.099 INFO [stderr] Nov 18 16:17:02.919 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 18 16:17:02.919 INFO [stderr] --> tests/branch_all_new_test.rs:6:20 Nov 18 16:17:02.920 INFO [stderr] | Nov 18 16:17:02.920 INFO [stderr] 6 | let root_dir = env::home_dir().unwrap().join(&format!(".{}", NAME)); Nov 18 16:17:02.921 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 16:17:02.921 INFO [stderr] | Nov 18 16:17:02.921 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 16:17:02.922 INFO [stderr] Nov 18 16:17:06.751 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.61s Nov 18 16:17:06.759 INFO [stderr] su: No module specific data is present Nov 18 16:17:07.246 INFO running `"docker" "inspect" "24a0f726bb389f717bc2f57bfbb614420807577fb37ff06f44fcc47b878923a0"` Nov 18 16:17:07.313 INFO running `"docker" "rm" "-f" "24a0f726bb389f717bc2f57bfbb614420807577fb37ff06f44fcc47b878923a0"` Nov 18 16:17:07.388 INFO [stdout] 24a0f726bb389f717bc2f57bfbb614420807577fb37ff06f44fcc47b878923a0