Nov 29 22:12:21.115 INFO checking mjhoy/chess against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 22:12:21.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-3/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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:21.638 INFO [stdout] 2a016a7f5a15238c420ba6209f5882019449ea81129fff3bdaa2a38e166034d9 Nov 29 22:12:21.640 INFO running `"docker" "start" "-a" "2a016a7f5a15238c420ba6209f5882019449ea81129fff3bdaa2a38e166034d9"` Nov 29 22:12:23.300 INFO [stderr] usermod: no changes Nov 29 22:12:23.420 INFO [stderr] Checking approx v0.3.0 Nov 29 22:12:23.420 INFO [stderr] Checking num-complex v0.2.0 Nov 29 22:12:24.512 INFO [stderr] Checking alga v0.7.1 Nov 29 22:12:28.524 INFO [stderr] Checking nalgebra v0.16.0 Nov 29 22:12:58.160 INFO [stderr] Checking chess v0.1.0 (/source) Nov 29 22:12:59.132 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.133 INFO [stderr] --> src/board.rs:111:53 Nov 29 22:12:59.133 INFO [stderr] | Nov 29 22:12:59.133 INFO [stderr] 111 | assert_eq!(board.piece_at(a1), Some((White, Pawn))); Nov 29 22:12:59.134 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.135 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.136 INFO [stderr] | Nov 29 22:12:59.136 INFO [stderr] 101 | use piece::Piece::Pawn; Nov 29 22:12:59.140 INFO [stderr] | Nov 29 22:12:59.140 INFO [stderr] Nov 29 22:12:59.141 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.141 INFO [stderr] --> src/board.rs:113:53 Nov 29 22:12:59.141 INFO [stderr] | Nov 29 22:12:59.142 INFO [stderr] 113 | assert_eq!(board.piece_at(b3), Some((Black, King))); Nov 29 22:12:59.142 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.142 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.142 INFO [stderr] | Nov 29 22:12:59.143 INFO [stderr] 101 | use piece::Piece::King; Nov 29 22:12:59.143 INFO [stderr] | Nov 29 22:12:59.143 INFO [stderr] Nov 29 22:12:59.144 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.144 INFO [stderr] --> src/state.rs:148:30 Nov 29 22:12:59.144 INFO [stderr] | Nov 29 22:12:59.144 INFO [stderr] 148 | Some((White, Pawn)), Nov 29 22:12:59.145 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.145 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.145 INFO [stderr] | Nov 29 22:12:59.146 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.146 INFO [stderr] | Nov 29 22:12:59.146 INFO [stderr] Nov 29 22:12:59.147 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.147 INFO [stderr] --> src/state.rs:149:30 Nov 29 22:12:59.147 INFO [stderr] | Nov 29 22:12:59.148 INFO [stderr] 149 | Some((White, King)), Nov 29 22:12:59.148 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.148 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.149 INFO [stderr] | Nov 29 22:12:59.149 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:12:59.149 INFO [stderr] | Nov 29 22:12:59.149 INFO [stderr] Nov 29 22:12:59.150 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.150 INFO [stderr] --> src/state.rs:150:30 Nov 29 22:12:59.151 INFO [stderr] | Nov 29 22:12:59.151 INFO [stderr] 150 | Some((White, Pawn)), Nov 29 22:12:59.151 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.152 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.152 INFO [stderr] | Nov 29 22:12:59.152 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.153 INFO [stderr] | Nov 29 22:12:59.153 INFO [stderr] Nov 29 22:12:59.153 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.153 INFO [stderr] --> src/state.rs:154:30 Nov 29 22:12:59.154 INFO [stderr] | Nov 29 22:12:59.154 INFO [stderr] 154 | Some((Black, Pawn)), Nov 29 22:12:59.154 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.154 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.155 INFO [stderr] | Nov 29 22:12:59.155 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.155 INFO [stderr] | Nov 29 22:12:59.155 INFO [stderr] Nov 29 22:12:59.156 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.156 INFO [stderr] --> src/state.rs:155:30 Nov 29 22:12:59.156 INFO [stderr] | Nov 29 22:12:59.156 INFO [stderr] 155 | Some((Black, King)), Nov 29 22:12:59.157 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.157 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.157 INFO [stderr] | Nov 29 22:12:59.157 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:12:59.158 INFO [stderr] | Nov 29 22:12:59.158 INFO [stderr] Nov 29 22:12:59.160 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.161 INFO [stderr] --> src/state.rs:156:30 Nov 29 22:12:59.161 INFO [stderr] | Nov 29 22:12:59.161 INFO [stderr] 156 | Some((Black, Pawn)), Nov 29 22:12:59.162 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.162 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.162 INFO [stderr] | Nov 29 22:12:59.163 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.163 INFO [stderr] | Nov 29 22:12:59.163 INFO [stderr] Nov 29 22:12:59.164 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.164 INFO [stderr] --> src/state.rs:170:30 Nov 29 22:12:59.164 INFO [stderr] | Nov 29 22:12:59.165 INFO [stderr] 170 | Some((White, Pawn)), Nov 29 22:12:59.165 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.165 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.166 INFO [stderr] | Nov 29 22:12:59.166 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.166 INFO [stderr] | Nov 29 22:12:59.167 INFO [stderr] Nov 29 22:12:59.167 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.167 INFO [stderr] --> src/state.rs:171:30 Nov 29 22:12:59.168 INFO [stderr] | Nov 29 22:12:59.168 INFO [stderr] 171 | Some((White, King)), Nov 29 22:12:59.168 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.176 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.176 INFO [stderr] | Nov 29 22:12:59.177 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:12:59.177 INFO [stderr] | Nov 29 22:12:59.177 INFO [stderr] Nov 29 22:12:59.178 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.178 INFO [stderr] --> src/state.rs:172:30 Nov 29 22:12:59.178 INFO [stderr] | Nov 29 22:12:59.178 INFO [stderr] 172 | Some((White, Pawn)), Nov 29 22:12:59.179 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.179 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.179 INFO [stderr] | Nov 29 22:12:59.180 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.180 INFO [stderr] | Nov 29 22:12:59.180 INFO [stderr] Nov 29 22:12:59.180 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.181 INFO [stderr] --> src/state.rs:174:42 Nov 29 22:12:59.181 INFO [stderr] | Nov 29 22:12:59.181 INFO [stderr] 174 | RowVector3::new(Some((Black, Pawn)), None, None), Nov 29 22:12:59.181 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.182 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.182 INFO [stderr] | Nov 29 22:12:59.182 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.183 INFO [stderr] | Nov 29 22:12:59.183 INFO [stderr] Nov 29 22:12:59.183 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.183 INFO [stderr] --> src/state.rs:175:48 Nov 29 22:12:59.184 INFO [stderr] | Nov 29 22:12:59.184 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 29 22:12:59.184 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.184 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.185 INFO [stderr] | Nov 29 22:12:59.185 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:12:59.185 INFO [stderr] | Nov 29 22:12:59.185 INFO [stderr] Nov 29 22:12:59.185 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.186 INFO [stderr] --> src/state.rs:175:69 Nov 29 22:12:59.186 INFO [stderr] | Nov 29 22:12:59.186 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 29 22:12:59.186 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.187 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.187 INFO [stderr] | Nov 29 22:12:59.187 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.188 INFO [stderr] | Nov 29 22:12:59.188 INFO [stderr] Nov 29 22:12:59.188 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.189 INFO [stderr] --> src/state.rs:187:48 Nov 29 22:12:59.189 INFO [stderr] | Nov 29 22:12:59.189 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 29 22:12:59.189 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.190 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.190 INFO [stderr] | Nov 29 22:12:59.190 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:12:59.191 INFO [stderr] | Nov 29 22:12:59.191 INFO [stderr] Nov 29 22:12:59.191 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.191 INFO [stderr] --> src/state.rs:187:69 Nov 29 22:12:59.192 INFO [stderr] | Nov 29 22:12:59.192 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 29 22:12:59.192 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.193 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.193 INFO [stderr] | Nov 29 22:12:59.193 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.193 INFO [stderr] | Nov 29 22:12:59.193 INFO [stderr] Nov 29 22:12:59.194 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.194 INFO [stderr] --> src/state.rs:188:42 Nov 29 22:12:59.194 INFO [stderr] | Nov 29 22:12:59.194 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 29 22:12:59.194 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.195 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.195 INFO [stderr] | Nov 29 22:12:59.195 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.195 INFO [stderr] | Nov 29 22:12:59.196 INFO [stderr] Nov 29 22:12:59.196 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.196 INFO [stderr] --> src/state.rs:188:69 Nov 29 22:12:59.196 INFO [stderr] | Nov 29 22:12:59.197 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 29 22:12:59.197 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.197 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.197 INFO [stderr] | Nov 29 22:12:59.198 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.198 INFO [stderr] | Nov 29 22:12:59.198 INFO [stderr] Nov 29 22:12:59.198 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 29 22:12:59.199 INFO [stderr] --> src/state.rs:189:42 Nov 29 22:12:59.199 INFO [stderr] | Nov 29 22:12:59.199 INFO [stderr] 189 | RowVector3::new(Some((Black, Pawn)), Some((Black, King)), None), Nov 29 22:12:59.199 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.200 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.200 INFO [stderr] | Nov 29 22:12:59.200 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 29 22:12:59.200 INFO [stderr] | Nov 29 22:12:59.201 INFO [stderr] Nov 29 22:12:59.201 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 29 22:12:59.201 INFO [stderr] --> src/state.rs:189:63 Nov 29 22:12:59.202 INFO [stderr] | Nov 29 22:12:59.202 INFO [stderr] 189 | RowVector3::new(Some((Black, Pawn)), Some((Black, King)), None), Nov 29 22:12:59.202 INFO [stderr] | ^^^^ not found in this scope Nov 29 22:12:59.203 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 29 22:12:59.203 INFO [stderr] | Nov 29 22:12:59.203 INFO [stderr] 112 | use piece::Piece::King; Nov 29 22:12:59.203 INFO [stderr] | Nov 29 22:12:59.204 INFO [stderr] Nov 29 22:12:59.713 INFO [stderr] error: aborting due to 20 previous errors Nov 29 22:12:59.713 INFO [stderr] Nov 29 22:12:59.713 INFO [stderr] For more information about this error, try `rustc --explain E0425`. Nov 29 22:12:59.752 INFO [stderr] error: Could not compile `chess`. Nov 29 22:12:59.752 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 29 22:13:00.235 INFO [stderr] error: build failed Nov 29 22:13:00.236 INFO [stderr] su: No module specific data is present Nov 29 22:13:01.765 INFO running `"docker" "inspect" "2a016a7f5a15238c420ba6209f5882019449ea81129fff3bdaa2a38e166034d9"` Nov 29 22:13:02.118 INFO running `"docker" "rm" "-f" "2a016a7f5a15238c420ba6209f5882019449ea81129fff3bdaa2a38e166034d9"` Nov 29 22:13:02.485 INFO [stdout] 2a016a7f5a15238c420ba6209f5882019449ea81129fff3bdaa2a38e166034d9