Oct 27 10:21:24.654 INFO checking OneMoreByte/booths-algorithm-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:21:24.655 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 10:21:25.068 INFO blam! 1ee6ea6d41da6055334b3150b3a6ecdda7117cb3cb36b28423324f5b4b0eb1e7 Oct 27 10:21:25.080 INFO running `"docker" "start" "-a" "1ee6ea6d41da6055334b3150b3a6ecdda7117cb3cb36b28423324f5b4b0eb1e7"` Oct 27 10:21:26.427 INFO kablam! usermod: no changes Oct 27 10:21:26.475 INFO kablam! Checking booths-algorithm v0.1.0 (/source) Oct 27 10:21:27.215 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 10:21:27.215 INFO kablam! --> src/main.rs:22:19 Oct 27 10:21:27.215 INFO kablam! | Oct 27 10:21:27.215 INFO kablam! 22 | dec = (dec * -1); Oct 27 10:21:27.215 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 10:21:27.215 INFO kablam! | Oct 27 10:21:27.215 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 10:21:27.215 INFO kablam! Oct 27 10:21:27.422 INFO kablam! warning: unused variable: `a` Oct 27 10:21:27.422 INFO kablam! --> src/main.rs:143:9 Oct 27 10:21:27.422 INFO kablam! | Oct 27 10:21:27.422 INFO kablam! 143 | for a in 0..62 { Oct 27 10:21:27.423 INFO kablam! | ^ help: consider using `_a` instead Oct 27 10:21:27.423 INFO kablam! | Oct 27 10:21:27.423 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:21:27.423 INFO kablam! Oct 27 10:21:27.507 INFO kablam! warning: variable does not need to be mutable Oct 27 10:21:27.507 INFO kablam! --> src/main.rs:264:9 Oct 27 10:21:27.507 INFO kablam! | Oct 27 10:21:27.507 INFO kablam! 264 | let mut mult = Term::new(get_numb()); Oct 27 10:21:27.507 INFO kablam! | ----^^^^ Oct 27 10:21:27.507 INFO kablam! | | Oct 27 10:21:27.507 INFO kablam! | help: remove this `mut` Oct 27 10:21:27.507 INFO kablam! | Oct 27 10:21:27.508 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:21:27.508 INFO kablam! Oct 27 10:21:27.509 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:21:27.509 INFO kablam! --> src/main.rs:241:5 Oct 27 10:21:27.509 INFO kablam! | Oct 27 10:21:27.509 INFO kablam! 241 | io::stdin().read_line(&mut inp); Oct 27 10:21:27.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:21:27.509 INFO kablam! | Oct 27 10:21:27.509 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:21:27.509 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:21:27.509 INFO kablam! Oct 27 10:21:27.625 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 10:21:27.626 INFO kablam! --> src/main.rs:22:19 Oct 27 10:21:27.626 INFO kablam! | Oct 27 10:21:27.626 INFO kablam! 22 | dec = (dec * -1); Oct 27 10:21:27.626 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 27 10:21:27.626 INFO kablam! | Oct 27 10:21:27.626 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 10:21:27.626 INFO kablam! Oct 27 10:21:27.745 INFO kablam! warning: unused variable: `a` Oct 27 10:21:27.745 INFO kablam! --> src/main.rs:143:9 Oct 27 10:21:27.745 INFO kablam! | Oct 27 10:21:27.746 INFO kablam! 143 | for a in 0..62 { Oct 27 10:21:27.746 INFO kablam! | ^ help: consider using `_a` instead Oct 27 10:21:27.746 INFO kablam! | Oct 27 10:21:27.746 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:21:27.746 INFO kablam! Oct 27 10:21:27.774 INFO kablam! warning: variable does not need to be mutable Oct 27 10:21:27.774 INFO kablam! --> src/main.rs:264:9 Oct 27 10:21:27.774 INFO kablam! | Oct 27 10:21:27.774 INFO kablam! 264 | let mut mult = Term::new(get_numb()); Oct 27 10:21:27.774 INFO kablam! | ----^^^^ Oct 27 10:21:27.774 INFO kablam! | | Oct 27 10:21:27.774 INFO kablam! | help: remove this `mut` Oct 27 10:21:27.774 INFO kablam! | Oct 27 10:21:27.774 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 10:21:27.774 INFO kablam! Oct 27 10:21:27.780 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:21:27.780 INFO kablam! --> src/main.rs:241:5 Oct 27 10:21:27.780 INFO kablam! | Oct 27 10:21:27.780 INFO kablam! 241 | io::stdin().read_line(&mut inp); Oct 27 10:21:27.780 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:21:27.780 INFO kablam! | Oct 27 10:21:27.780 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:21:27.781 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:21:27.781 INFO kablam! Oct 27 10:21:27.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 27 10:21:27.807 INFO kablam! su: No module specific data is present Oct 27 10:21:28.915 INFO running `"docker" "rm" "-f" "1ee6ea6d41da6055334b3150b3a6ecdda7117cb3cb36b28423324f5b4b0eb1e7"` Oct 27 10:21:29.223 INFO blam! 1ee6ea6d41da6055334b3150b3a6ecdda7117cb3cb36b28423324f5b4b0eb1e7