Oct 26 23:29:38.224 INFO checking numerodix/datint-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 23:29:38.225 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 26 23:29:38.633 INFO blam! 9e53ebab21dfd6e482b59336fff357802fa81cdbd074e56610994c9d20736e8c Oct 26 23:29:38.635 INFO running `"docker" "start" "-a" "9e53ebab21dfd6e482b59336fff357802fa81cdbd074e56610994c9d20736e8c"` Oct 26 23:29:39.979 INFO kablam! usermod: no changes Oct 26 23:29:40.071 INFO kablam! Checking datint v0.1.0 (/source) Oct 26 23:29:40.631 INFO kablam! warning: unnecessary parentheses around assigned value Oct 26 23:29:40.631 INFO kablam! --> src/parity_bit.rs:9:18 Oct 26 23:29:40.632 INFO kablam! | Oct 26 23:29:40.632 INFO kablam! 9 | let parity = ( Oct 26 23:29:40.632 INFO kablam! | __________________^ Oct 26 23:29:40.633 INFO kablam! 10 | | ((num & (1 << 6)) >> 6) ^ Oct 26 23:29:40.633 INFO kablam! 11 | | ((num & (1 << 5)) >> 5) ^ Oct 26 23:29:40.633 INFO kablam! 12 | | ((num & (1 << 4)) >> 4) ^ Oct 26 23:29:40.634 INFO kablam! ... | Oct 26 23:29:40.634 INFO kablam! 16 | | ((num & (1 << 0)) >> 0) Oct 26 23:29:40.634 INFO kablam! 17 | | ); Oct 26 23:29:40.634 INFO kablam! | |_____^ Oct 26 23:29:40.635 INFO kablam! | Oct 26 23:29:40.635 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 23:29:40.635 INFO kablam! help: remove these parentheses Oct 26 23:29:40.635 INFO kablam! | Oct 26 23:29:40.636 INFO kablam! 9 | let parity = ((num & (1 << 6)) >> 6) ^ ((num & (1 << 5)) >> 5) ^ ((num & (1 << 4)) >> 4) ^ Oct 26 23:29:40.636 INFO kablam! 10 | ((num & (1 << 3)) >> 3) ^ ((num & (1 << 2)) >> 2) ^ Oct 26 23:29:40.636 INFO kablam! 11 | ((num & (1 << 1)) >> 1) ^ ((num & (1 << 0)) >> 0); Oct 26 23:29:40.636 INFO kablam! | Oct 26 23:29:40.637 INFO kablam! Oct 26 23:29:40.770 INFO kablam! warning: unnecessary parentheses around assigned value Oct 26 23:29:40.771 INFO kablam! --> src/parity_bit.rs:9:18 Oct 26 23:29:40.771 INFO kablam! | Oct 26 23:29:40.771 INFO kablam! 9 | let parity = ( Oct 26 23:29:40.771 INFO kablam! | __________________^ Oct 26 23:29:40.772 INFO kablam! 10 | | ((num & (1 << 6)) >> 6) ^ Oct 26 23:29:40.772 INFO kablam! 11 | | ((num & (1 << 5)) >> 5) ^ Oct 26 23:29:40.772 INFO kablam! 12 | | ((num & (1 << 4)) >> 4) ^ Oct 26 23:29:40.773 INFO kablam! ... | Oct 26 23:29:40.773 INFO kablam! 16 | | ((num & (1 << 0)) >> 0) Oct 26 23:29:40.773 INFO kablam! 17 | | ); Oct 26 23:29:40.775 INFO kablam! | |_____^ Oct 26 23:29:40.775 INFO kablam! | Oct 26 23:29:40.776 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 23:29:40.776 INFO kablam! help: remove these parentheses Oct 26 23:29:40.776 INFO kablam! | Oct 26 23:29:40.776 INFO kablam! 9 | let parity = ((num & (1 << 6)) >> 6) ^ ((num & (1 << 5)) >> 5) ^ ((num & (1 << 4)) >> 4) ^ Oct 26 23:29:40.777 INFO kablam! 10 | ((num & (1 << 3)) >> 3) ^ ((num & (1 << 2)) >> 2) ^ Oct 26 23:29:40.777 INFO kablam! 11 | ((num & (1 << 1)) >> 1) ^ ((num & (1 << 0)) >> 0); Oct 26 23:29:40.777 INFO kablam! | Oct 26 23:29:40.777 INFO kablam! Oct 26 23:29:41.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 26 23:29:41.195 INFO kablam! su: No module specific data is present Oct 26 23:29:41.859 INFO running `"docker" "rm" "-f" "9e53ebab21dfd6e482b59336fff357802fa81cdbd074e56610994c9d20736e8c"` Oct 26 23:29:42.179 INFO blam! 9e53ebab21dfd6e482b59336fff357802fa81cdbd074e56610994c9d20736e8c