Oct 21 17:34:58.975 INFO checking grantlindberg4/sudoku-solver against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:34:58.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 17:34:59.418 INFO blam! b0c9ba884c99a01630b1591dd383242529aa2c2e1c06fa84819a925fbd615264 Oct 21 17:34:59.428 INFO running `"docker" "start" "-a" "b0c9ba884c99a01630b1591dd383242529aa2c2e1c06fa84819a925fbd615264"` Oct 21 17:35:00.491 INFO kablam! usermod: no changes Oct 21 17:35:00.522 INFO kablam! Checking sudoku_solver v0.1.0 (/source) Oct 21 17:35:00.916 INFO kablam! warning: field is never used: `isFixed` Oct 21 17:35:00.916 INFO kablam! --> src/main.rs:3:5 Oct 21 17:35:00.916 INFO kablam! | Oct 21 17:35:00.916 INFO kablam! 3 | isFixed: bool, Oct 21 17:35:00.916 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:35:00.916 INFO kablam! | Oct 21 17:35:00.916 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:35:00.916 INFO kablam! Oct 21 17:35:00.916 INFO kablam! warning: structure field `isFixed` should have a snake case name such as `is_fixed` Oct 21 17:35:00.937 INFO kablam! --> src/main.rs:3:5 Oct 21 17:35:00.937 INFO kablam! | Oct 21 17:35:00.937 INFO kablam! 3 | isFixed: bool, Oct 21 17:35:00.937 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:35:00.937 INFO kablam! | Oct 21 17:35:00.937 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:35:00.937 INFO kablam! Oct 21 17:35:00.937 INFO kablam! warning: variable `isFixed` should have a snake case name such as `is_fixed` Oct 21 17:35:00.937 INFO kablam! --> src/main.rs:7:24 Oct 21 17:35:00.937 INFO kablam! | Oct 21 17:35:00.937 INFO kablam! 7 | fn new(value: u32, isFixed: bool) -> Self { Oct 21 17:35:00.937 INFO kablam! | ^^^^^^^ Oct 21 17:35:00.937 INFO kablam! Oct 21 17:35:00.937 INFO kablam! warning: variable `isFixed` should have a snake case name such as `is_fixed` Oct 21 17:35:00.937 INFO kablam! --> src/main.rs:21:17 Oct 21 17:35:00.937 INFO kablam! | Oct 21 17:35:00.937 INFO kablam! 21 | let isFixed = match value { Oct 21 17:35:00.937 INFO kablam! | ^^^^^^^ Oct 21 17:35:00.937 INFO kablam! Oct 21 17:35:01.018 INFO kablam! warning: field is never used: `isFixed` Oct 21 17:35:01.018 INFO kablam! --> src/main.rs:3:5 Oct 21 17:35:01.018 INFO kablam! | Oct 21 17:35:01.018 INFO kablam! 3 | isFixed: bool, Oct 21 17:35:01.018 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:35:01.018 INFO kablam! | Oct 21 17:35:01.018 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:35:01.019 INFO kablam! Oct 21 17:35:01.019 INFO kablam! warning: structure field `isFixed` should have a snake case name such as `is_fixed` Oct 21 17:35:01.019 INFO kablam! --> src/main.rs:3:5 Oct 21 17:35:01.019 INFO kablam! | Oct 21 17:35:01.019 INFO kablam! 3 | isFixed: bool, Oct 21 17:35:01.019 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:35:01.019 INFO kablam! | Oct 21 17:35:01.019 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 17:35:01.019 INFO kablam! Oct 21 17:35:01.019 INFO kablam! warning: variable `isFixed` should have a snake case name such as `is_fixed` Oct 21 17:35:01.019 INFO kablam! --> src/main.rs:7:24 Oct 21 17:35:01.019 INFO kablam! | Oct 21 17:35:01.019 INFO kablam! 7 | fn new(value: u32, isFixed: bool) -> Self { Oct 21 17:35:01.019 INFO kablam! | ^^^^^^^ Oct 21 17:35:01.019 INFO kablam! Oct 21 17:35:01.025 INFO kablam! warning: variable `isFixed` should have a snake case name such as `is_fixed` Oct 21 17:35:01.025 INFO kablam! --> src/main.rs:21:17 Oct 21 17:35:01.025 INFO kablam! | Oct 21 17:35:01.025 INFO kablam! 21 | let isFixed = match value { Oct 21 17:35:01.025 INFO kablam! | ^^^^^^^ Oct 21 17:35:01.025 INFO kablam! Oct 21 17:35:01.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.52s Oct 21 17:35:01.052 INFO kablam! su: No module specific data is present Oct 21 17:35:01.633 INFO running `"docker" "rm" "-f" "b0c9ba884c99a01630b1591dd383242529aa2c2e1c06fa84819a925fbd615264"` Oct 21 17:35:01.940 INFO blam! b0c9ba884c99a01630b1591dd383242529aa2c2e1c06fa84819a925fbd615264