Nov 29 22:12:23.758 INFO checking mjhoy/chess against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 29 22:12:23.758 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 29 22:12:24.239 INFO [stdout] 2e08a87655fdc18793f4973754a3eff4c662c1335843c2aa88a7240d3ed7f673 Nov 29 22:12:24.244 INFO running `"docker" "start" "-a" "2e08a87655fdc18793f4973754a3eff4c662c1335843c2aa88a7240d3ed7f673"` Nov 29 22:12:25.675 INFO [stderr] usermod: no changes Nov 29 22:12:25.860 INFO [stderr] Compiling num-complex v0.2.0 Nov 29 22:12:25.888 INFO [stderr] Checking rand v0.5.5 Nov 29 22:12:25.900 INFO [stderr] Checking approx v0.3.0 Nov 29 22:12:28.889 INFO [stderr] Checking alga v0.7.1 Nov 29 22:12:32.637 INFO [stderr] Checking nalgebra v0.16.0 Nov 29 22:13:02.036 INFO [stderr] Checking chess v0.1.0 (/source) Nov 29 22:13:02.897 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.897 INFO [stderr] --> src/board.rs:111:53 Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 111 | assert_eq!(board.piece_at(a1), Some((White, Pawn))); Nov 29 22:13:02.897 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.897 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 101 | use piece::Piece::Pawn; Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] Nov 29 22:13:02.897 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.897 INFO [stderr] --> src/board.rs:113:53 Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 113 | assert_eq!(board.piece_at(b3), Some((Black, King))); Nov 29 22:13:02.897 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.897 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 101 | use piece::Piece::King; Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] Nov 29 22:13:02.897 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.897 INFO [stderr] --> src/state.rs:148:30 Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 148 | Some((White, Pawn)), Nov 29 22:13:02.897 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.897 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] Nov 29 22:13:02.897 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.897 INFO [stderr] --> src/state.rs:149:30 Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 149 | Some((White, King)), Nov 29 22:13:02.897 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.897 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] Nov 29 22:13:02.897 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.897 INFO [stderr] --> src/state.rs:150:30 Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 150 | Some((White, Pawn)), Nov 29 22:13:02.897 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.897 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.897 INFO [stderr] | Nov 29 22:13:02.897 INFO [stderr] Nov 29 22:13:02.897 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:154:30 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 154 | Some((Black, Pawn)), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:155:30 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 155 | Some((Black, King)), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:156:30 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 156 | Some((Black, Pawn)), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:170:30 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 170 | Some((White, Pawn)), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:171:30 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 171 | Some((White, King)), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:172:30 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 172 | Some((White, Pawn)), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:174:42 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 174 | RowVector3::new(Some((Black, Pawn)), None, None), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] Nov 29 22:13:02.898 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.898 INFO [stderr] --> src/state.rs:175:48 Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 29 22:13:02.898 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.898 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.898 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:13:02.898 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.899 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.899 INFO [stderr] --> src/state.rs:175:69 Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 29 22:13:02.899 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.899 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.899 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.899 INFO [stderr] --> src/state.rs:187:48 Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 29 22:13:02.899 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.899 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.899 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.899 INFO [stderr] --> src/state.rs:187:69 Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 29 22:13:02.899 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.899 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.899 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.899 INFO [stderr] --> src/state.rs:188:42 Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 29 22:13:02.899 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.899 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.899 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.899 INFO [stderr] --> src/state.rs:188:69 Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 29 22:13:02.899 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.899 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.899 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:13:02.899 INFO [stderr] --> src/state.rs:189:42 Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 189 | RowVector3::new(Some((Black, Pawn)), Some((Black, King)), None), Nov 29 22:13:02.899 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.899 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:13:02.899 INFO [stderr] | Nov 29 22:13:02.899 INFO [stderr] Nov 29 22:13:02.908 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:13:02.908 INFO [stderr] --> src/state.rs:189:63 Nov 29 22:13:02.908 INFO [stderr] | Nov 29 22:13:02.908 INFO [stderr] 189 | RowVector3::new(Some((Black, Pawn)), Some((Black, King)), None), Nov 29 22:13:02.908 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:13:02.908 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:13:02.908 INFO [stderr] | Nov 29 22:13:02.908 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:13:02.908 INFO [stderr] | Nov 29 22:13:02.908 INFO [stderr] Nov 29 22:13:03.314 INFO [stderr] error: aborting due to 20 previous errors Nov 29 22:13:03.314 INFO [stderr] Nov 29 22:13:03.314 INFO [stderr] For more information about this error, try `rustc --explain E0425`. Nov 29 22:13:03.324 INFO [stderr] error: Could not compile `chess`. Nov 29 22:13:03.324 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 22:13:04.456 INFO [stderr] error: build failed Nov 29 22:13:04.460 INFO [stderr] su: No module specific data is present Nov 29 22:13:05.575 INFO running `"docker" "inspect" "2e08a87655fdc18793f4973754a3eff4c662c1335843c2aa88a7240d3ed7f673"` Nov 29 22:13:05.914 INFO running `"docker" "rm" "-f" "2e08a87655fdc18793f4973754a3eff4c662c1335843c2aa88a7240d3ed7f673"` Nov 29 22:13:06.179 INFO [stdout] 2e08a87655fdc18793f4973754a3eff4c662c1335843c2aa88a7240d3ed7f673