Oct 27 12:55:40.332 INFO checking AGausmann/tictactoe-rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:55:40.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:55:40.707 INFO blam! 74714ec0d2672b95d1e2bd73f86de692b4407f33b503d0158f5375722c519b08 Oct 27 12:55:40.719 INFO running `"docker" "start" "-a" "74714ec0d2672b95d1e2bd73f86de692b4407f33b503d0158f5375722c519b08"` Oct 27 12:55:41.992 INFO kablam! usermod: no changes Oct 27 12:55:42.043 INFO kablam! Checking tic_tac_toe v0.1.0 (/source) Oct 27 12:55:42.743 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:93:9 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 85 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.743 INFO kablam! ... Oct 27 12:55:42.743 INFO kablam! 93 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.743 INFO kablam! Oct 27 12:55:42.743 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:94:13 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 84 | 'row: for i in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.743 INFO kablam! ... Oct 27 12:55:42.743 INFO kablam! 94 | 'row: for i in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.743 INFO kablam! Oct 27 12:55:42.743 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:118:9 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 84 | 'row: for i in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.743 INFO kablam! ... Oct 27 12:55:42.743 INFO kablam! 118 | 'row: for i in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.743 INFO kablam! Oct 27 12:55:42.743 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:118:9 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 94 | 'row: for i in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.743 INFO kablam! ... Oct 27 12:55:42.743 INFO kablam! 118 | 'row: for i in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.743 INFO kablam! Oct 27 12:55:42.743 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:119:13 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 85 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.743 INFO kablam! ... Oct 27 12:55:42.743 INFO kablam! 119 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.743 INFO kablam! Oct 27 12:55:42.743 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:119:13 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 93 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.743 INFO kablam! ... Oct 27 12:55:42.743 INFO kablam! 119 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.743 INFO kablam! Oct 27 12:55:42.743 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.743 INFO kablam! --> src/main.rs:127:9 Oct 27 12:55:42.743 INFO kablam! | Oct 27 12:55:42.743 INFO kablam! 85 | 'col: for j in 0..3 { Oct 27 12:55:42.743 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 127 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:127:9 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 93 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 127 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:127:9 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 119 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 127 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:128:13 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 84 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 128 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:128:13 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 94 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 128 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:128:13 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 118 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 128 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:190:5 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 178 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 190 | 'col: for j in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:192:9 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 176 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 192 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:230:5 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.744 INFO kablam! 176 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ---- first declared here Oct 27 12:55:42.744 INFO kablam! ... Oct 27 12:55:42.744 INFO kablam! 230 | 'row: for i in 0..3 { Oct 27 12:55:42.744 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.744 INFO kablam! Oct 27 12:55:42.744 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.744 INFO kablam! --> src/main.rs:230:5 Oct 27 12:55:42.744 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 192 | 'row: for i in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 230 | 'row: for i in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:232:9 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 178 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 232 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:232:9 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 190 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 232 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:244:5 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 178 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 244 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:244:5 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 190 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 244 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:244:5 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 232 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 244 | 'col: for j in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:246:9 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 176 | 'row: for i in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 246 | 'row: for i in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.751 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.751 INFO kablam! --> src/main.rs:246:9 Oct 27 12:55:42.751 INFO kablam! | Oct 27 12:55:42.751 INFO kablam! 192 | 'row: for i in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ---- first declared here Oct 27 12:55:42.751 INFO kablam! ... Oct 27 12:55:42.751 INFO kablam! 246 | 'row: for i in 0..3 { Oct 27 12:55:42.751 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.751 INFO kablam! Oct 27 12:55:42.752 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:42.752 INFO kablam! --> src/main.rs:246:9 Oct 27 12:55:42.752 INFO kablam! | Oct 27 12:55:42.752 INFO kablam! 230 | 'row: for i in 0..3 { Oct 27 12:55:42.752 INFO kablam! | ---- first declared here Oct 27 12:55:42.752 INFO kablam! ... Oct 27 12:55:42.752 INFO kablam! 246 | 'row: for i in 0..3 { Oct 27 12:55:42.752 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:42.752 INFO kablam! Oct 27 12:55:42.915 INFO kablam! warning: value assigned to `cell_count` is never read Oct 27 12:55:42.915 INFO kablam! --> src/main.rs:172:13 Oct 27 12:55:42.915 INFO kablam! | Oct 27 12:55:42.915 INFO kablam! 172 | let mut cell_count = 0; Oct 27 12:55:42.915 INFO kablam! | ^^^^^^^^^^ Oct 27 12:55:42.915 INFO kablam! | Oct 27 12:55:42.915 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:55:42.915 INFO kablam! Oct 27 12:55:42.951 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.951 INFO kablam! --> src/main.rs:186:13 Oct 27 12:55:42.951 INFO kablam! | Oct 27 12:55:42.952 INFO kablam! 186 | board.set_o(empty_cell); Oct 27 12:55:42.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.952 INFO kablam! | Oct 27 12:55:42.952 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:55:42.952 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.952 INFO kablam! Oct 27 12:55:42.953 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.953 INFO kablam! --> src/main.rs:200:13 Oct 27 12:55:42.953 INFO kablam! | Oct 27 12:55:42.953 INFO kablam! 200 | board.set_o(empty_cell); Oct 27 12:55:42.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.954 INFO kablam! | Oct 27 12:55:42.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.954 INFO kablam! Oct 27 12:55:42.954 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.954 INFO kablam! --> src/main.rs:213:9 Oct 27 12:55:42.954 INFO kablam! | Oct 27 12:55:42.954 INFO kablam! 213 | board.set_o(empty_cell); Oct 27 12:55:42.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.954 INFO kablam! | Oct 27 12:55:42.954 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.954 INFO kablam! Oct 27 12:55:42.954 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.954 INFO kablam! --> src/main.rs:225:9 Oct 27 12:55:42.954 INFO kablam! | Oct 27 12:55:42.954 INFO kablam! 225 | board.set_o(empty_cell); Oct 27 12:55:42.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.956 INFO kablam! | Oct 27 12:55:42.956 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.956 INFO kablam! Oct 27 12:55:42.956 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.956 INFO kablam! --> src/main.rs:240:13 Oct 27 12:55:42.956 INFO kablam! | Oct 27 12:55:42.956 INFO kablam! 240 | board.set_o(empty_cell); Oct 27 12:55:42.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.956 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.957 INFO kablam! Oct 27 12:55:42.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.957 INFO kablam! --> src/main.rs:254:13 Oct 27 12:55:42.957 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! 254 | board.set_o(empty_cell); Oct 27 12:55:42.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.957 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.957 INFO kablam! Oct 27 12:55:42.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.957 INFO kablam! --> src/main.rs:267:9 Oct 27 12:55:42.957 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! 267 | board.set_o(empty_cell); Oct 27 12:55:42.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.957 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.957 INFO kablam! Oct 27 12:55:42.957 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:42.957 INFO kablam! --> src/main.rs:279:9 Oct 27 12:55:42.957 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! 279 | board.set_o(empty_cell); Oct 27 12:55:42.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:42.957 INFO kablam! | Oct 27 12:55:42.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:42.958 INFO kablam! Oct 27 12:55:43.086 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.086 INFO kablam! --> src/main.rs:93:9 Oct 27 12:55:43.087 INFO kablam! | Oct 27 12:55:43.095 INFO kablam! 85 | 'col: for j in 0..3 { Oct 27 12:55:43.095 INFO kablam! | ---- first declared here Oct 27 12:55:43.095 INFO kablam! ... Oct 27 12:55:43.095 INFO kablam! 93 | 'col: for j in 0..3 { Oct 27 12:55:43.095 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.095 INFO kablam! Oct 27 12:55:43.095 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.095 INFO kablam! --> src/main.rs:94:13 Oct 27 12:55:43.095 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 84 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 94 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:118:9 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 84 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 118 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:118:9 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 94 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 118 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:119:13 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 85 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 119 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:119:13 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 93 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 119 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:127:9 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 85 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 127 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:127:9 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 93 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 127 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:127:9 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 119 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 127 | 'col: for j in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:128:13 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 84 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 128 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.096 INFO kablam! Oct 27 12:55:43.096 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.096 INFO kablam! --> src/main.rs:128:13 Oct 27 12:55:43.096 INFO kablam! | Oct 27 12:55:43.096 INFO kablam! 94 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ---- first declared here Oct 27 12:55:43.096 INFO kablam! ... Oct 27 12:55:43.096 INFO kablam! 128 | 'row: for i in 0..3 { Oct 27 12:55:43.096 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:128:13 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 118 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 128 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:190:5 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 178 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 190 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:192:9 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 176 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 192 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:230:5 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 176 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 230 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:230:5 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 192 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 230 | 'row: for i in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:232:9 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 178 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 232 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:232:9 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 190 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 232 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:244:5 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 178 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 244 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:244:5 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 190 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ---- first declared here Oct 27 12:55:43.097 INFO kablam! ... Oct 27 12:55:43.097 INFO kablam! 244 | 'col: for j in 0..3 { Oct 27 12:55:43.097 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.097 INFO kablam! Oct 27 12:55:43.097 INFO kablam! warning: label name `'col` shadows a label name that is already in scope Oct 27 12:55:43.097 INFO kablam! --> src/main.rs:244:5 Oct 27 12:55:43.097 INFO kablam! | Oct 27 12:55:43.097 INFO kablam! 232 | 'col: for j in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ---- first declared here Oct 27 12:55:43.098 INFO kablam! ... Oct 27 12:55:43.098 INFO kablam! 244 | 'col: for j in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ^^^^ lifetime 'col already in scope Oct 27 12:55:43.098 INFO kablam! Oct 27 12:55:43.098 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.098 INFO kablam! --> src/main.rs:246:9 Oct 27 12:55:43.098 INFO kablam! | Oct 27 12:55:43.098 INFO kablam! 176 | 'row: for i in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ---- first declared here Oct 27 12:55:43.098 INFO kablam! ... Oct 27 12:55:43.098 INFO kablam! 246 | 'row: for i in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.098 INFO kablam! Oct 27 12:55:43.098 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.098 INFO kablam! --> src/main.rs:246:9 Oct 27 12:55:43.098 INFO kablam! | Oct 27 12:55:43.098 INFO kablam! 192 | 'row: for i in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ---- first declared here Oct 27 12:55:43.098 INFO kablam! ... Oct 27 12:55:43.098 INFO kablam! 246 | 'row: for i in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.098 INFO kablam! Oct 27 12:55:43.098 INFO kablam! warning: label name `'row` shadows a label name that is already in scope Oct 27 12:55:43.098 INFO kablam! --> src/main.rs:246:9 Oct 27 12:55:43.098 INFO kablam! | Oct 27 12:55:43.098 INFO kablam! 230 | 'row: for i in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ---- first declared here Oct 27 12:55:43.098 INFO kablam! ... Oct 27 12:55:43.098 INFO kablam! 246 | 'row: for i in 0..3 { Oct 27 12:55:43.098 INFO kablam! | ^^^^ lifetime 'row already in scope Oct 27 12:55:43.098 INFO kablam! Oct 27 12:55:43.193 INFO kablam! warning: value assigned to `cell_count` is never read Oct 27 12:55:43.193 INFO kablam! --> src/main.rs:172:13 Oct 27 12:55:43.194 INFO kablam! | Oct 27 12:55:43.194 INFO kablam! 172 | let mut cell_count = 0; Oct 27 12:55:43.194 INFO kablam! | ^^^^^^^^^^ Oct 27 12:55:43.195 INFO kablam! | Oct 27 12:55:43.195 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:55:43.195 INFO kablam! Oct 27 12:55:43.220 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.220 INFO kablam! --> src/main.rs:186:13 Oct 27 12:55:43.220 INFO kablam! | Oct 27 12:55:43.220 INFO kablam! 186 | board.set_o(empty_cell); Oct 27 12:55:43.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.220 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:55:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.222 INFO kablam! Oct 27 12:55:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.222 INFO kablam! --> src/main.rs:200:13 Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! 200 | board.set_o(empty_cell); Oct 27 12:55:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.222 INFO kablam! Oct 27 12:55:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.222 INFO kablam! --> src/main.rs:213:9 Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! 213 | board.set_o(empty_cell); Oct 27 12:55:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.222 INFO kablam! Oct 27 12:55:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.222 INFO kablam! --> src/main.rs:225:9 Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! 225 | board.set_o(empty_cell); Oct 27 12:55:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.222 INFO kablam! Oct 27 12:55:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.222 INFO kablam! --> src/main.rs:240:13 Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! 240 | board.set_o(empty_cell); Oct 27 12:55:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.222 INFO kablam! Oct 27 12:55:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.222 INFO kablam! --> src/main.rs:254:13 Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! 254 | board.set_o(empty_cell); Oct 27 12:55:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.222 INFO kablam! Oct 27 12:55:43.222 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.222 INFO kablam! --> src/main.rs:267:9 Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.222 INFO kablam! 267 | board.set_o(empty_cell); Oct 27 12:55:43.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.222 INFO kablam! | Oct 27 12:55:43.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.223 INFO kablam! Oct 27 12:55:43.223 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:55:43.223 INFO kablam! --> src/main.rs:279:9 Oct 27 12:55:43.223 INFO kablam! | Oct 27 12:55:43.223 INFO kablam! 279 | board.set_o(empty_cell); Oct 27 12:55:43.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:43.223 INFO kablam! | Oct 27 12:55:43.223 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:55:43.223 INFO kablam! Oct 27 12:55:43.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 27 12:55:43.293 INFO kablam! su: No module specific data is present Oct 27 12:55:43.891 INFO running `"docker" "rm" "-f" "74714ec0d2672b95d1e2bd73f86de692b4407f33b503d0158f5375722c519b08"` Oct 27 12:55:44.187 INFO blam! 74714ec0d2672b95d1e2bd73f86de692b4407f33b503d0158f5375722c519b08