Nov 28 00:32:44.217 INFO checking mjhoy/chess against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 00:32:44.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-3/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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"` Nov 28 00:32:44.685 INFO [stdout] 3415487ee6f14aa688628dc9c55fc569a6100490872862b8940f0cfd7f65f536 Nov 28 00:32:44.690 INFO running `"docker" "start" "-a" "3415487ee6f14aa688628dc9c55fc569a6100490872862b8940f0cfd7f65f536"` Nov 28 00:32:46.795 INFO [stderr] usermod: no changes Nov 28 00:32:46.944 INFO [stderr] Checking rand v0.5.5 Nov 28 00:32:46.944 INFO [stderr] Checking num-complex v0.2.0 Nov 28 00:32:46.944 INFO [stderr] Checking approx v0.3.0 Nov 28 00:32:48.968 INFO [stderr] Checking alga v0.7.1 Nov 28 00:32:53.658 INFO [stderr] Checking nalgebra v0.16.0 Nov 28 00:33:24.149 INFO [stderr] Checking chess v0.1.0 (/source) Nov 28 00:33:25.733 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.734 INFO [stderr] --> src/board.rs:111:53 Nov 28 00:33:25.735 INFO [stderr] | Nov 28 00:33:25.735 INFO [stderr] 111 | assert_eq!(board.piece_at(a1), Some((White, Pawn))); Nov 28 00:33:25.735 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.735 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.736 INFO [stderr] | Nov 28 00:33:25.736 INFO [stderr] 101 | use piece::Piece::Pawn; Nov 28 00:33:25.738 INFO [stderr] | Nov 28 00:33:25.738 INFO [stderr] Nov 28 00:33:25.738 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.738 INFO [stderr] --> src/board.rs:113:53 Nov 28 00:33:25.739 INFO [stderr] | Nov 28 00:33:25.739 INFO [stderr] 113 | assert_eq!(board.piece_at(b3), Some((Black, King))); Nov 28 00:33:25.739 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.740 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.740 INFO [stderr] | Nov 28 00:33:25.740 INFO [stderr] 101 | use piece::Piece::King; Nov 28 00:33:25.740 INFO [stderr] | Nov 28 00:33:25.741 INFO [stderr] Nov 28 00:33:25.741 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.741 INFO [stderr] --> src/state.rs:148:30 Nov 28 00:33:25.742 INFO [stderr] | Nov 28 00:33:25.742 INFO [stderr] 148 | Some((White, Pawn)), Nov 28 00:33:25.742 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.743 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.743 INFO [stderr] | Nov 28 00:33:25.743 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.743 INFO [stderr] | Nov 28 00:33:25.744 INFO [stderr] Nov 28 00:33:25.744 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.744 INFO [stderr] --> src/state.rs:149:30 Nov 28 00:33:25.745 INFO [stderr] | Nov 28 00:33:25.745 INFO [stderr] 149 | Some((White, King)), Nov 28 00:33:25.745 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.745 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.746 INFO [stderr] | Nov 28 00:33:25.746 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.746 INFO [stderr] | Nov 28 00:33:25.747 INFO [stderr] Nov 28 00:33:25.747 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.747 INFO [stderr] --> src/state.rs:150:30 Nov 28 00:33:25.748 INFO [stderr] | Nov 28 00:33:25.748 INFO [stderr] 150 | Some((White, Pawn)), Nov 28 00:33:25.752 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.752 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.753 INFO [stderr] | Nov 28 00:33:25.753 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.753 INFO [stderr] | Nov 28 00:33:25.754 INFO [stderr] Nov 28 00:33:25.754 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.754 INFO [stderr] --> src/state.rs:154:30 Nov 28 00:33:25.754 INFO [stderr] | Nov 28 00:33:25.755 INFO [stderr] 154 | Some((Black, Pawn)), Nov 28 00:33:25.755 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.755 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.756 INFO [stderr] | Nov 28 00:33:25.756 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.756 INFO [stderr] | Nov 28 00:33:25.757 INFO [stderr] Nov 28 00:33:25.757 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.757 INFO [stderr] --> src/state.rs:155:30 Nov 28 00:33:25.757 INFO [stderr] | Nov 28 00:33:25.758 INFO [stderr] 155 | Some((Black, King)), Nov 28 00:33:25.758 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.758 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.759 INFO [stderr] | Nov 28 00:33:25.759 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.759 INFO [stderr] | Nov 28 00:33:25.759 INFO [stderr] Nov 28 00:33:25.760 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.760 INFO [stderr] --> src/state.rs:156:30 Nov 28 00:33:25.760 INFO [stderr] | Nov 28 00:33:25.761 INFO [stderr] 156 | Some((Black, Pawn)), Nov 28 00:33:25.761 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.761 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.761 INFO [stderr] | Nov 28 00:33:25.762 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.762 INFO [stderr] | Nov 28 00:33:25.762 INFO [stderr] Nov 28 00:33:25.763 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.763 INFO [stderr] --> src/state.rs:170:30 Nov 28 00:33:25.763 INFO [stderr] | Nov 28 00:33:25.763 INFO [stderr] 170 | Some((White, Pawn)), Nov 28 00:33:25.764 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.764 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.764 INFO [stderr] | Nov 28 00:33:25.765 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.765 INFO [stderr] | Nov 28 00:33:25.765 INFO [stderr] Nov 28 00:33:25.766 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.766 INFO [stderr] --> src/state.rs:171:30 Nov 28 00:33:25.766 INFO [stderr] | Nov 28 00:33:25.766 INFO [stderr] 171 | Some((White, King)), Nov 28 00:33:25.767 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.767 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.767 INFO [stderr] | Nov 28 00:33:25.768 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.768 INFO [stderr] | Nov 28 00:33:25.768 INFO [stderr] Nov 28 00:33:25.768 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.769 INFO [stderr] --> src/state.rs:172:30 Nov 28 00:33:25.769 INFO [stderr] | Nov 28 00:33:25.769 INFO [stderr] 172 | Some((White, Pawn)), Nov 28 00:33:25.770 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.770 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.770 INFO [stderr] | Nov 28 00:33:25.771 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.771 INFO [stderr] | Nov 28 00:33:25.771 INFO [stderr] Nov 28 00:33:25.771 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.772 INFO [stderr] --> src/state.rs:174:42 Nov 28 00:33:25.776 INFO [stderr] | Nov 28 00:33:25.776 INFO [stderr] 174 | RowVector3::new(Some((Black, Pawn)), None, None), Nov 28 00:33:25.777 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.777 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.777 INFO [stderr] | Nov 28 00:33:25.778 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.778 INFO [stderr] | Nov 28 00:33:25.778 INFO [stderr] Nov 28 00:33:25.778 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.779 INFO [stderr] --> src/state.rs:175:48 Nov 28 00:33:25.779 INFO [stderr] | Nov 28 00:33:25.779 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 28 00:33:25.780 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.780 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.780 INFO [stderr] | Nov 28 00:33:25.781 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.781 INFO [stderr] | Nov 28 00:33:25.781 INFO [stderr] Nov 28 00:33:25.781 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.782 INFO [stderr] --> src/state.rs:175:69 Nov 28 00:33:25.782 INFO [stderr] | Nov 28 00:33:25.782 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 28 00:33:25.783 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.783 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.783 INFO [stderr] | Nov 28 00:33:25.783 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.784 INFO [stderr] | Nov 28 00:33:25.784 INFO [stderr] Nov 28 00:33:25.784 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.785 INFO [stderr] --> src/state.rs:187:48 Nov 28 00:33:25.785 INFO [stderr] | Nov 28 00:33:25.785 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 28 00:33:25.786 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.786 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.786 INFO [stderr] | Nov 28 00:33:25.786 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.787 INFO [stderr] | Nov 28 00:33:25.787 INFO [stderr] Nov 28 00:33:25.787 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.788 INFO [stderr] --> src/state.rs:187:69 Nov 28 00:33:25.788 INFO [stderr] | Nov 28 00:33:25.788 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 28 00:33:25.788 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.789 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.789 INFO [stderr] | Nov 28 00:33:25.789 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.790 INFO [stderr] | Nov 28 00:33:25.790 INFO [stderr] Nov 28 00:33:25.790 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.790 INFO [stderr] --> src/state.rs:188:42 Nov 28 00:33:25.791 INFO [stderr] | Nov 28 00:33:25.791 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 28 00:33:25.791 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.792 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.792 INFO [stderr] | Nov 28 00:33:25.792 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.793 INFO [stderr] | Nov 28 00:33:25.793 INFO [stderr] Nov 28 00:33:25.793 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.793 INFO [stderr] --> src/state.rs:188:69 Nov 28 00:33:25.794 INFO [stderr] | Nov 28 00:33:25.794 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 28 00:33:25.794 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.795 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.795 INFO [stderr] | Nov 28 00:33:25.795 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.795 INFO [stderr] | Nov 28 00:33:25.796 INFO [stderr] Nov 28 00:33:25.796 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.796 INFO [stderr] --> src/state.rs:189:42 Nov 28 00:33:25.797 INFO [stderr] | Nov 28 00:33:25.797 INFO [stderr] 189 | RowVector3::new(Some((Black, Pawn)), Some((Black, King)), None), Nov 28 00:33:25.797 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.798 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.798 INFO [stderr] | Nov 28 00:33:25.798 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.798 INFO [stderr] | Nov 28 00:33:25.799 INFO [stderr] Nov 28 00:33:25.799 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.799 INFO [stderr] --> src/state.rs:189:63 Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 189 | RowVector3::new(Some((Black, Pawn)), Some((Black, King)), None), Nov 28 00:33:25.802 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.803 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.803 INFO [stderr] | Nov 28 00:33:25.803 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.803 INFO [stderr] | Nov 28 00:33:25.803 INFO [stderr] Nov 28 00:33:26.212 INFO [stderr] error: aborting due to 20 previous errors Nov 28 00:33:26.213 INFO [stderr] Nov 28 00:33:26.213 INFO [stderr] For more information about this error, try `rustc --explain E0425`. Nov 28 00:33:26.234 INFO [stderr] error: Could not compile `chess`. Nov 28 00:33:26.240 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 00:33:26.892 INFO [stderr] error: build failed Nov 28 00:33:26.893 INFO [stderr] su: No module specific data is present Nov 28 00:33:27.692 INFO running `"docker" "inspect" "3415487ee6f14aa688628dc9c55fc569a6100490872862b8940f0cfd7f65f536"` Nov 28 00:33:27.947 INFO running `"docker" "rm" "-f" "3415487ee6f14aa688628dc9c55fc569a6100490872862b8940f0cfd7f65f536"` Nov 28 00:33:28.261 INFO [stdout] 3415487ee6f14aa688628dc9c55fc569a6100490872862b8940f0cfd7f65f536