Oct 27 10:21:24.743 INFO checking OneMoreByte/booths-algorithm-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:21:24.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:21:25.203 INFO blam! 36dd0618fea5bcb9018b03b35cfb40edd2b3ed04fb1f9183838c571c3889f51a Oct 27 10:21:25.206 INFO running `"docker" "start" "-a" "36dd0618fea5bcb9018b03b35cfb40edd2b3ed04fb1f9183838c571c3889f51a"` Oct 27 10:21:26.630 INFO kablam! usermod: no changes Oct 27 10:21:26.675 INFO kablam! Checking booths-algorithm v0.1.0 (/source) Oct 27 10:21:27.387 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 10:21:27.387 INFO kablam! --> src/main.rs:22:19 Oct 27 10:21:27.387 INFO kablam! | Oct 27 10:21:27.387 INFO kablam! 22 | dec = (dec * -1); Oct 27 10:21:27.387 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 10:21:27.387 INFO kablam! | Oct 27 10:21:27.387 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 10:21:27.387 INFO kablam! Oct 27 10:21:27.491 INFO kablam! warning: unused variable: `a` Oct 27 10:21:27.492 INFO kablam! --> src/main.rs:143:9 Oct 27 10:21:27.492 INFO kablam! | Oct 27 10:21:27.492 INFO kablam! 143 | for a in 0..62 { Oct 27 10:21:27.492 INFO kablam! | ^ help: consider using `_a` instead Oct 27 10:21:27.492 INFO kablam! | Oct 27 10:21:27.492 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:21:27.492 INFO kablam! Oct 27 10:21:27.524 INFO kablam! warning: variable does not need to be mutable Oct 27 10:21:27.524 INFO kablam! --> src/main.rs:264:9 Oct 27 10:21:27.524 INFO kablam! | Oct 27 10:21:27.524 INFO kablam! 264 | let mut mult = Term::new(get_numb()); Oct 27 10:21:27.524 INFO kablam! | ----^^^^ Oct 27 10:21:27.524 INFO kablam! | | Oct 27 10:21:27.524 INFO kablam! | help: remove this `mut` Oct 27 10:21:27.524 INFO kablam! | Oct 27 10:21:27.524 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:21:27.524 INFO kablam! Oct 27 10:21:27.526 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:21:27.526 INFO kablam! --> src/main.rs:241:5 Oct 27 10:21:27.526 INFO kablam! | Oct 27 10:21:27.526 INFO kablam! 241 | io::stdin().read_line(&mut inp); Oct 27 10:21:27.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:21:27.526 INFO kablam! | Oct 27 10:21:27.526 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:21:27.526 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:21:27.526 INFO kablam! Oct 27 10:21:27.646 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 10:21:27.647 INFO kablam! --> src/main.rs:22:19 Oct 27 10:21:27.648 INFO kablam! | Oct 27 10:21:27.648 INFO kablam! 22 | dec = (dec * -1); Oct 27 10:21:27.649 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 10:21:27.650 INFO kablam! | Oct 27 10:21:27.650 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 10:21:27.651 INFO kablam! Oct 27 10:21:27.771 INFO kablam! warning: unused variable: `a` Oct 27 10:21:27.772 INFO kablam! --> src/main.rs:143:9 Oct 27 10:21:27.772 INFO kablam! | Oct 27 10:21:27.773 INFO kablam! 143 | for a in 0..62 { Oct 27 10:21:27.773 INFO kablam! | ^ help: consider using `_a` instead Oct 27 10:21:27.774 INFO kablam! | Oct 27 10:21:27.774 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:21:27.774 INFO kablam! Oct 27 10:21:27.794 INFO kablam! warning: variable does not need to be mutable Oct 27 10:21:27.794 INFO kablam! --> src/main.rs:264:9 Oct 27 10:21:27.794 INFO kablam! | Oct 27 10:21:27.794 INFO kablam! 264 | let mut mult = Term::new(get_numb()); Oct 27 10:21:27.794 INFO kablam! | ----^^^^ Oct 27 10:21:27.794 INFO kablam! | | Oct 27 10:21:27.794 INFO kablam! | help: remove this `mut` Oct 27 10:21:27.794 INFO kablam! | Oct 27 10:21:27.794 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:21:27.794 INFO kablam! Oct 27 10:21:27.795 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:21:27.795 INFO kablam! --> src/main.rs:241:5 Oct 27 10:21:27.795 INFO kablam! | Oct 27 10:21:27.795 INFO kablam! 241 | io::stdin().read_line(&mut inp); Oct 27 10:21:27.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:21:27.795 INFO kablam! | Oct 27 10:21:27.795 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:21:27.795 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:21:27.795 INFO kablam! Oct 27 10:21:27.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 27 10:21:27.821 INFO kablam! su: No module specific data is present Oct 27 10:21:28.914 INFO running `"docker" "rm" "-f" "36dd0618fea5bcb9018b03b35cfb40edd2b3ed04fb1f9183838c571c3889f51a"` Oct 27 10:21:29.155 INFO blam! 36dd0618fea5bcb9018b03b35cfb40edd2b3ed04fb1f9183838c571c3889f51a