[INFO] fetching crate reversi-rs 0.1.0... [INFO] checking reversi-rs-0.1.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate reversi-rs 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate reversi-rs 0.1.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate reversi-rs 0.1.0 [INFO] finished tweaking crates.io crate reversi-rs 0.1.0 [INFO] tweaked toml for crates.io crate reversi-rs 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate reversi-rs 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03b482f9637c495aeee2037c57eda799160cedf967bb56bc84eb3255036fa43f [INFO] running `Command { std: "docker" "start" "-a" "03b482f9637c495aeee2037c57eda799160cedf967bb56bc84eb3255036fa43f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03b482f9637c495aeee2037c57eda799160cedf967bb56bc84eb3255036fa43f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03b482f9637c495aeee2037c57eda799160cedf967bb56bc84eb3255036fa43f", kill_on_drop: false }` [INFO] [stdout] 03b482f9637c495aeee2037c57eda799160cedf967bb56bc84eb3255036fa43f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5307f93e9e11268ed43cfcbd8733e247115d6bb7038e8ed602e470ec514331bf [INFO] running `Command { std: "docker" "start" "-a" "5307f93e9e11268ed43cfcbd8733e247115d6bb7038e8ed602e470ec514331bf", kill_on_drop: false }` [INFO] [stderr] Checking reversi-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/game.rs:384:72 [INFO] [stdout] | [INFO] [stdout] 383 | let example_ellegal_game = Game::new(true, 0, [INFO] [stdout] | --------- arguments to this function are incorrect [INFO] [stdout] 384 | Game::code_to_board("/wwww4/8/8/bwww1wwb/3b4/2b5/1b6/8/"), 0); [INFO] [stdout] | ^ expected `GameState`, found integer [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/game.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(nt: bool, t: u8, gb: [SquareState; 64], sf: GameState) -> Self { [INFO] [stdout] | ^^^ ------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/game.rs:387:60 [INFO] [stdout] | [INFO] [stdout] 386 | let check_diagonal_game = Game::new(true, 1, [INFO] [stdout] | --------- arguments to this function are incorrect [INFO] [stdout] 387 | Game::code_to_board("/8/8/8/3bb3/3ww3/8/8/8"), 0); [INFO] [stdout] | ^ expected `GameState`, found integer [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] --> src/game.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(nt: bool, t: u8, gb: [SquareState; 64], sf: GameState) -> Self { [INFO] [stdout] | ^^^ ------------- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `reversi-rs` (lib test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5307f93e9e11268ed43cfcbd8733e247115d6bb7038e8ed602e470ec514331bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5307f93e9e11268ed43cfcbd8733e247115d6bb7038e8ed602e470ec514331bf", kill_on_drop: false }` [INFO] [stdout] 5307f93e9e11268ed43cfcbd8733e247115d6bb7038e8ed602e470ec514331bf