Oct 27 01:36:24.180 INFO checking lheckemann/clonequest against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:36:24.180 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 01:36:24.651 INFO blam! 8d784f1e6353c7716e219cff01b9f8676d5f12ac2d4e13226b0cfa43c31cfdb4 Oct 27 01:36:24.671 INFO running `"docker" "start" "-a" "8d784f1e6353c7716e219cff01b9f8676d5f12ac2d4e13226b0cfa43c31cfdb4"` Oct 27 01:36:26.755 INFO kablam! usermod: no changes Oct 27 01:36:26.920 INFO kablam! Checking clonequest v0.1.0 (/source) Oct 27 01:36:27.763 INFO kablam! warning: unused variable: `e` Oct 27 01:36:27.764 INFO kablam! --> src/main.rs:256:17 Oct 27 01:36:27.764 INFO kablam! | Oct 27 01:36:27.764 INFO kablam! 256 | Err(e) => () // TODO: handle error, e is IoError Oct 27 01:36:27.764 INFO kablam! | ^ help: consider using `_e` instead Oct 27 01:36:27.765 INFO kablam! | Oct 27 01:36:27.765 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:36:27.765 INFO kablam! Oct 27 01:36:27.799 INFO kablam! warning: method is never used: `current_player` Oct 27 01:36:27.799 INFO kablam! --> src/main.rs:70:5 Oct 27 01:36:27.800 INFO kablam! | Oct 27 01:36:27.800 INFO kablam! 70 | pub fn current_player(&self) -> &Player { Oct 27 01:36:27.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:27.801 INFO kablam! | Oct 27 01:36:27.801 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:36:27.801 INFO kablam! Oct 27 01:36:27.802 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:27.802 INFO kablam! --> src/main.rs:249:9 Oct 27 01:36:27.802 INFO kablam! | Oct 27 01:36:27.802 INFO kablam! 249 | io::stdout().flush(); Oct 27 01:36:27.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:27.803 INFO kablam! | Oct 27 01:36:27.803 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:36:27.803 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:27.804 INFO kablam! Oct 27 01:36:27.942 INFO kablam! warning: unused variable: `e` Oct 27 01:36:27.943 INFO kablam! --> src/main.rs:256:17 Oct 27 01:36:27.947 INFO kablam! | Oct 27 01:36:27.947 INFO kablam! 256 | Err(e) => () // TODO: handle error, e is IoError Oct 27 01:36:27.948 INFO kablam! | ^ help: consider using `_e` instead Oct 27 01:36:27.948 INFO kablam! | Oct 27 01:36:27.948 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:36:27.949 INFO kablam! Oct 27 01:36:28.019 INFO kablam! warning: method is never used: `current_player` Oct 27 01:36:28.019 INFO kablam! --> src/main.rs:70:5 Oct 27 01:36:28.019 INFO kablam! | Oct 27 01:36:28.019 INFO kablam! 70 | pub fn current_player(&self) -> &Player { Oct 27 01:36:28.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:28.019 INFO kablam! | Oct 27 01:36:28.019 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:36:28.020 INFO kablam! Oct 27 01:36:28.023 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:36:28.023 INFO kablam! --> src/main.rs:249:9 Oct 27 01:36:28.023 INFO kablam! | Oct 27 01:36:28.023 INFO kablam! 249 | io::stdout().flush(); Oct 27 01:36:28.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:36:28.026 INFO kablam! | Oct 27 01:36:28.027 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:36:28.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:36:28.027 INFO kablam! Oct 27 01:36:28.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 27 01:36:28.075 INFO kablam! su: No module specific data is present Oct 27 01:36:29.165 INFO running `"docker" "rm" "-f" "8d784f1e6353c7716e219cff01b9f8676d5f12ac2d4e13226b0cfa43c31cfdb4"` Oct 27 01:36:29.462 INFO blam! 8d784f1e6353c7716e219cff01b9f8676d5f12ac2d4e13226b0cfa43c31cfdb4