Oct 27 09:45:01.260 INFO checking ShinRa26/versionctrl against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:45:01.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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"` Oct 27 09:45:01.516 INFO blam! ca1b9f2d7bfc198cbf848b1b5c64805a0120cd5016bb2c4aa2bda1c256567e4d Oct 27 09:45:01.517 INFO running `"docker" "start" "-a" "ca1b9f2d7bfc198cbf848b1b5c64805a0120cd5016bb2c4aa2bda1c256567e4d"` Oct 27 09:45:01.971 INFO kablam! usermod: no changes Oct 27 09:45:02.010 INFO kablam! Checking flate2 v1.0.1 Oct 27 09:45:03.136 INFO kablam! Checking gitclone v0.1.0 (/source) Oct 27 09:45:03.516 INFO kablam! warning: unused imports: `PathBuf`, `Path` Oct 27 09:45:03.516 INFO kablam! --> src/vctrl/mod.rs:6:17 Oct 27 09:45:03.516 INFO kablam! | Oct 27 09:45:03.516 INFO kablam! 6 | use std::path::{Path, PathBuf}; Oct 27 09:45:03.516 INFO kablam! | ^^^^ ^^^^^^^ Oct 27 09:45:03.516 INFO kablam! | Oct 27 09:45:03.516 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:45:03.516 INFO kablam! Oct 27 09:45:03.535 INFO kablam! warning: unused variable: `flag_list` Oct 27 09:45:03.536 INFO kablam! --> src/vctrl/mod.rs:10:9 Oct 27 09:45:03.536 INFO kablam! | Oct 27 09:45:03.536 INFO kablam! 10 | let flag_list = args.split_off(1); Oct 27 09:45:03.536 INFO kablam! | ^^^^^^^^^ help: consider using `_flag_list` instead Oct 27 09:45:03.537 INFO kablam! | Oct 27 09:45:03.537 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:45:03.537 INFO kablam! Oct 27 09:45:03.538 INFO kablam! warning: unused variable: `e` Oct 27 09:45:03.538 INFO kablam! --> src/vctrl/mod.rs:21:13 Oct 27 09:45:03.538 INFO kablam! | Oct 27 09:45:03.538 INFO kablam! 21 | Err(e) => { Oct 27 09:45:03.539 INFO kablam! | ^ help: consider using `_e` instead Oct 27 09:45:03.539 INFO kablam! Oct 27 09:45:03.553 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:45:03.557 INFO kablam! --> src/vctrl/mod.rs:28:5 Oct 27 09:45:03.557 INFO kablam! | Oct 27 09:45:03.557 INFO kablam! 28 | create_dir(curr_path); Oct 27 09:45:03.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:45:03.558 INFO kablam! | Oct 27 09:45:03.558 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:45:03.558 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:45:03.558 INFO kablam! Oct 27 09:45:04.023 INFO kablam! warning: unused imports: `PathBuf`, `Path` Oct 27 09:45:04.023 INFO kablam! --> src/vctrl/mod.rs:6:17 Oct 27 09:45:04.024 INFO kablam! | Oct 27 09:45:04.025 INFO kablam! 6 | use std::path::{Path, PathBuf}; Oct 27 09:45:04.025 INFO kablam! | ^^^^ ^^^^^^^ Oct 27 09:45:04.026 INFO kablam! | Oct 27 09:45:04.026 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:45:04.027 INFO kablam! Oct 27 09:45:04.079 INFO kablam! warning: unused variable: `flag_list` Oct 27 09:45:04.080 INFO kablam! --> src/vctrl/mod.rs:10:9 Oct 27 09:45:04.080 INFO kablam! | Oct 27 09:45:04.081 INFO kablam! 10 | let flag_list = args.split_off(1); Oct 27 09:45:04.081 INFO kablam! | ^^^^^^^^^ help: consider using `_flag_list` instead Oct 27 09:45:04.081 INFO kablam! | Oct 27 09:45:04.082 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:45:04.082 INFO kablam! Oct 27 09:45:04.083 INFO kablam! warning: unused variable: `e` Oct 27 09:45:04.083 INFO kablam! --> src/vctrl/mod.rs:21:13 Oct 27 09:45:04.083 INFO kablam! | Oct 27 09:45:04.083 INFO kablam! 21 | Err(e) => { Oct 27 09:45:04.084 INFO kablam! | ^ help: consider using `_e` instead Oct 27 09:45:04.084 INFO kablam! Oct 27 09:45:04.131 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:45:04.131 INFO kablam! --> src/vctrl/mod.rs:28:5 Oct 27 09:45:04.131 INFO kablam! | Oct 27 09:45:04.131 INFO kablam! 28 | create_dir(curr_path); Oct 27 09:45:04.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:45:04.131 INFO kablam! | Oct 27 09:45:04.131 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:45:04.131 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:45:04.131 INFO kablam! Oct 27 09:45:04.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.94s Oct 27 09:45:04.945 INFO kablam! su: No module specific data is present Oct 27 09:45:05.843 INFO running `"docker" "rm" "-f" "ca1b9f2d7bfc198cbf848b1b5c64805a0120cd5016bb2c4aa2bda1c256567e4d"` Oct 27 09:45:06.155 INFO blam! ca1b9f2d7bfc198cbf848b1b5c64805a0120cd5016bb2c4aa2bda1c256567e4d