Oct 27 23:06:14.329 INFO checking disasm6502-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 23:06:14.330 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 23:06:14.910 INFO blam! 73c5c2faa1aa168ef2cb91dfe8078085ffaaf92bc3ab5c009c34277c3409e336 Oct 27 23:06:14.925 INFO running `"docker" "start" "-a" "73c5c2faa1aa168ef2cb91dfe8078085ffaaf92bc3ab5c009c34277c3409e336"` Oct 27 23:06:16.079 INFO kablam! usermod: no changes Oct 27 23:06:16.138 INFO kablam! Checking disasm6502 v0.2.1 (/source) Oct 27 23:06:16.986 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 23:06:16.986 INFO kablam! --> src/instruction.rs:326:75 Oct 27 23:06:16.986 INFO kablam! | Oct 27 23:06:16.986 INFO kablam! 326 | let value_be = (read_byte(*index, buffer) << 8 & 0xFF00) | (read_byte((*index + 0x0001), buffer) & 0x00FF); Oct 27 23:06:16.986 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 23:06:16.986 INFO kablam! | Oct 27 23:06:16.986 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 23:06:16.986 INFO kablam! Oct 27 23:06:17.175 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 23:06:17.175 INFO kablam! --> src/instruction.rs:326:75 Oct 27 23:06:17.175 INFO kablam! | Oct 27 23:06:17.175 INFO kablam! 326 | let value_be = (read_byte(*index, buffer) << 8 & 0xFF00) | (read_byte((*index + 0x0001), buffer) & 0x00FF); Oct 27 23:06:17.175 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 23:06:17.175 INFO kablam! | Oct 27 23:06:17.175 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 23:06:17.175 INFO kablam! Oct 27 23:06:18.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.71s Oct 27 23:06:18.821 INFO kablam! su: No module specific data is present Oct 27 23:06:19.298 INFO running `"docker" "rm" "-f" "73c5c2faa1aa168ef2cb91dfe8078085ffaaf92bc3ab5c009c34277c3409e336"` Oct 27 23:06:19.543 INFO blam! 73c5c2faa1aa168ef2cb91dfe8078085ffaaf92bc3ab5c009c34277c3409e336