Nov 28 00:32:45.023 INFO checking mjhoy/chess against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 00:32:45.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-0/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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:45.561 INFO [stdout] 3c69fa4ddf7729b958bb3f715c6fc776116031a02bf92cfd91eb7db7845a340e Nov 28 00:32:45.564 INFO running `"docker" "start" "-a" "3c69fa4ddf7729b958bb3f715c6fc776116031a02bf92cfd91eb7db7845a340e"` Nov 28 00:32:47.410 INFO [stderr] usermod: no changes Nov 28 00:32:47.544 INFO [stderr] Checking rand v0.5.5 Nov 28 00:32:47.544 INFO [stderr] Checking approx v0.3.0 Nov 28 00:32:48.165 INFO [stderr] Checking alga v0.7.1 Nov 28 00:32:53.184 INFO [stderr] Checking nalgebra v0.16.0 Nov 28 00:33:23.990 INFO [stderr] Checking chess v0.1.0 (/source) Nov 28 00:33:25.800 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.800 INFO [stderr] --> src/board.rs:111:53 Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 111 | assert_eq!(board.piece_at(a1), Some((White, Pawn))); Nov 28 00:33:25.800 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.800 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 101 | use piece::Piece::Pawn; Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] Nov 28 00:33:25.800 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.800 INFO [stderr] --> src/board.rs:113:53 Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 113 | assert_eq!(board.piece_at(b3), Some((Black, King))); Nov 28 00:33:25.800 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.800 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 101 | use piece::Piece::King; Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] Nov 28 00:33:25.800 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.800 INFO [stderr] --> src/state.rs:148:30 Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 148 | Some((White, Pawn)), Nov 28 00:33:25.800 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.800 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] Nov 28 00:33:25.800 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.800 INFO [stderr] --> src/state.rs:149:30 Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 149 | Some((White, King)), Nov 28 00:33:25.800 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.800 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.800 INFO [stderr] Nov 28 00:33:25.800 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.800 INFO [stderr] --> src/state.rs:150:30 Nov 28 00:33:25.800 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 150 | Some((White, Pawn)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:154:30 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 154 | Some((Black, Pawn)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:155:30 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 155 | Some((Black, King)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:156:30 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 156 | Some((Black, Pawn)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:170:30 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 170 | Some((White, Pawn)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:171:30 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 171 | Some((White, King)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:172:30 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 172 | Some((White, Pawn)), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:174:42 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 174 | RowVector3::new(Some((Black, Pawn)), None, None), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] Nov 28 00:33:25.801 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.801 INFO [stderr] --> src/state.rs:175:48 Nov 28 00:33:25.801 INFO [stderr] | Nov 28 00:33:25.801 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 28 00:33:25.801 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.801 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:175:69 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 175 | RowVector3::new(None, Some((Black, King)), Some((Black, Pawn))), Nov 28 00:33:25.802 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:187:48 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 28 00:33:25.802 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:187:69 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 187 | RowVector3::new(None, Some((White, King)), Some((White, Pawn))), Nov 28 00:33:25.802 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:188:42 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 28 00:33:25.802 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:188:69 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 188 | RowVector3::new(Some((White, Pawn)), None, Some((Black, Pawn))), Nov 28 00:33:25.802 INFO [stderr] | ^^^^ not found in this scope Nov 28 00:33:25.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `Pawn` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:189:42 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 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.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::Pawn; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:25.802 INFO [stderr] error[E0425]: cannot find value `King` in this scope Nov 28 00:33:25.802 INFO [stderr] --> src/state.rs:189:63 Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 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.802 INFO [stderr] help: possible candidate is found in another module, you can import it into scope Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] 112 | use piece::Piece::King; Nov 28 00:33:25.802 INFO [stderr] | Nov 28 00:33:25.802 INFO [stderr] Nov 28 00:33:26.031 INFO [stderr] error: aborting due to 20 previous errors Nov 28 00:33:26.031 INFO [stderr] Nov 28 00:33:26.031 INFO [stderr] For more information about this error, try `rustc --explain E0425`. Nov 28 00:33:26.035 INFO [stderr] error: Could not compile `chess`. Nov 28 00:33:26.035 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 00:33:26.796 INFO [stderr] error: build failed Nov 28 00:33:26.798 INFO [stderr] su: No module specific data is present Nov 28 00:33:27.392 INFO running `"docker" "inspect" "3c69fa4ddf7729b958bb3f715c6fc776116031a02bf92cfd91eb7db7845a340e"` Nov 28 00:33:27.550 INFO running `"docker" "rm" "-f" "3c69fa4ddf7729b958bb3f715c6fc776116031a02bf92cfd91eb7db7845a340e"` Nov 28 00:33:27.867 INFO [stdout] 3c69fa4ddf7729b958bb3f715c6fc776116031a02bf92cfd91eb7db7845a340e