[INFO] fetching crate zero_sum 1.2.0... [INFO] checking zero_sum-1.2.0 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate zero_sum 1.2.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate zero_sum 1.2.0 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zero_sum 1.2.0 [INFO] finished tweaking crates.io crate zero_sum 1.2.0 [INFO] tweaked toml for crates.io crate zero_sum 1.2.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 431040d7f521c0252d2fad1342047222d20054c41efee2b6fef2b8f5b72b4792 [INFO] running `Command { std: "docker" "start" "-a" "431040d7f521c0252d2fad1342047222d20054c41efee2b6fef2b8f5b72b4792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "431040d7f521c0252d2fad1342047222d20054c41efee2b6fef2b8f5b72b4792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "431040d7f521c0252d2fad1342047222d20054c41efee2b6fef2b8f5b72b4792", kill_on_drop: false }` [INFO] [stdout] 431040d7f521c0252d2fad1342047222d20054c41efee2b6fef2b8f5b72b4792 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6b89acf32221a881fa57797cadf36d6dc9d814d71d64afe64d2bafdf9f14788 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c6b89acf32221a881fa57797cadf36d6dc9d814d71d64afe64d2bafdf9f14788", kill_on_drop: false }` [INFO] [stderr] Checking zero_sum v1.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/mod.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | fn as_any(&self) -> &Any; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/mod.rs:78:77 [INFO] [stdout] | [INFO] [stdout] 78 | fn search(&mut self, state: &S, interrupt: Option>) -> Box; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Analysis` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:336:77 [INFO] [stdout] | [INFO] [stdout] 336 | fn search(&mut self, state: &S, interrupt: Option>) -> Box { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Analysis` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:441:9 [INFO] [stdout] | [INFO] [stdout] 441 | try!(write!(f, "State: {}\n", self.state)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | try!(write!(f, "Resultant State: {}\n", result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | try!(write!(f, "Evaluation: {}{}", self.evaluation, if self.evaluation.is_end() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:456:9 [INFO] [stdout] | [INFO] [stdout] 456 | try!(write!(f, "Principal Variation:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | try!(write!(f, "\n {}", ply)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:460:9 [INFO] [stdout] | [INFO] [stdout] 460 | try!(write!(f, "\nStatistics:\n{}", self.statistics)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:468:26 [INFO] [stdout] | [INFO] [stdout] 468 | fn as_any(&self) -> &Any { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | try!(write!(f, "\n {0:1$}", format!("Max Depth {}:", i + 1), title_width + 2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(write!(f, " {0:>1$}", j + 1, column_widths[j])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | try!(write!(f, "\n {0:1$}", title, title_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | try!(write!(f, " {0:>1$}", depth[j], column_widths[k])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:162:13 [INFO] [stdout] | [INFO] [stdout] 162 | try!(write!(f, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | try!(write!(f, "\n {0:1$}", "Totals:", title_width + 2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | try!(write!(f, " {0:>1$}", j + 1, column_widths[j])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | try!(write!(f, " {0:>1$}", "Total", final_totals_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | try!(write!(f, "\n {0:1$}", title, title_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | try!(write!(f, " {0:>1$}", depth[j], column_widths[k])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | try!(write!(f, " {0:>1$}", final_totals[j], final_totals_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/mod.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | fn as_any(&self) -> &Any; [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/mod.rs:78:77 [INFO] [stdout] | [INFO] [stdout] 78 | fn search(&mut self, state: &S, interrupt: Option>) -> Box; [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Analysis` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:336:77 [INFO] [stdout] | [INFO] [stdout] 336 | fn search(&mut self, state: &S, interrupt: Option>) -> Box { [INFO] [stdout] | ^^^^^^^^ help: use `dyn`: `dyn Analysis` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:441:9 [INFO] [stdout] | [INFO] [stdout] 441 | try!(write!(f, "State: {}\n", self.state)); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:444:13 [INFO] [stdout] | [INFO] [stdout] 444 | try!(write!(f, "Resultant State: {}\n", result)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | try!(write!(f, "Evaluation: {}{}", self.evaluation, if self.evaluation.is_end() { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:456:9 [INFO] [stdout] | [INFO] [stdout] 456 | try!(write!(f, "Principal Variation:")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:458:13 [INFO] [stdout] | [INFO] [stdout] 458 | try!(write!(f, "\n {}", ply)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:460:9 [INFO] [stdout] | [INFO] [stdout] 460 | try!(write!(f, "\nStatistics:\n{}", self.statistics)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/analysis/search/pvsearch/mod.rs:468:26 [INFO] [stdout] | [INFO] [stdout] 468 | fn as_any(&self) -> &Any { [INFO] [stdout] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | try!(write!(f, "\n {0:1$}", format!("Max Depth {}:", i + 1), title_width + 2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:154:17 [INFO] [stdout] | [INFO] [stdout] 154 | try!(write!(f, " {0:>1$}", j + 1, column_widths[j])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | try!(write!(f, "\n {0:1$}", title, title_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:159:21 [INFO] [stdout] | [INFO] [stdout] 159 | try!(write!(f, " {0:>1$}", depth[j], column_widths[k])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:162:13 [INFO] [stdout] | [INFO] [stdout] 162 | try!(write!(f, "\n")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | try!(write!(f, "\n {0:1$}", "Totals:", title_width + 2)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | try!(write!(f, " {0:>1$}", j + 1, column_widths[j])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | try!(write!(f, " {0:>1$}", "Total", final_totals_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | try!(write!(f, "\n {0:1$}", title, title_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:192:17 [INFO] [stdout] | [INFO] [stdout] 192 | try!(write!(f, " {0:>1$}", depth[j], column_widths[k])); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/analysis/search/pvsearch/statistics.rs:194:13 [INFO] [stdout] | [INFO] [stdout] 194 | try!(write!(f, " {0:>1$}", final_totals[j], final_totals_width)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impls` in `zero_sum` [INFO] [stdout] --> examples/tak_opening.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | use zero_sum::impls::tak::*; [INFO] [stdout] | ^^^^^ could not find `impls` in `zero_sum` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `zero_sum` due to 4 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `evaluator` [INFO] [stdout] --> examples/tak_opening.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | let evaluator = evaluator::StaticEvaluator; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `evaluator` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `State` [INFO] [stdout] --> examples/tak_opening.rs:26:17 [INFO] [stdout] | [INFO] [stdout] 26 | let state = State::new(5); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 22 | use zero_sum::State; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `impls` in `zero_sum` [INFO] [stdout] --> examples/tic_tac_toe.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | use zero_sum::impls::tic_tac_toe::*; [INFO] [stdout] | ^^^^^ could not find `impls` in `zero_sum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Board` [INFO] [stdout] --> examples/tic_tac_toe.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | let mut board = Board::new(); [INFO] [stdout] | ^^^^^ use of undeclared type `Board` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Resolution` [INFO] [stdout] --> examples/tic_tac_toe.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 48 | Some(Resolution::Win(mark)) => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Resolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Resolution` [INFO] [stdout] --> examples/tic_tac_toe.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | Some(Resolution::CatsGame) => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Resolution` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Evaluator` in this scope [INFO] [stdout] --> examples/tic_tac_toe.rs:33:25 [INFO] [stdout] | [INFO] [stdout] 33 | let evaluator = Evaluator; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Ply` in this scope [INFO] [stdout] --> examples/tic_tac_toe.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | Ply { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `pvsearch` is private [INFO] [stdout] --> examples/tic_tac_toe.rs:34:50 [INFO] [stdout] | [INFO] [stdout] 34 | let mut ai = zero_sum::analysis::search::pvsearch::PvSearch::new(evaluator); [INFO] [stdout] | ^^^^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `pvsearch` is defined here [INFO] [stdout] --> /opt/rustwide/workdir/src/analysis/search/mod.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | mod pvsearch; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `principal_variation` on type `Box<(dyn Analysis + 'static)>` [INFO] [stdout] --> examples/tic_tac_toe.rs:87:41 [INFO] [stdout] | [INFO] [stdout] 87 | ai.search(&board, None).principal_variation[0].clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `zero_sum::State` [INFO] [stdout] --> examples/tic_tac_toe.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use zero_sum::State; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433, E0603, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c6b89acf32221a881fa57797cadf36d6dc9d814d71d64afe64d2bafdf9f14788", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6b89acf32221a881fa57797cadf36d6dc9d814d71d64afe64d2bafdf9f14788", kill_on_drop: false }` [INFO] [stdout] c6b89acf32221a881fa57797cadf36d6dc9d814d71d64afe64d2bafdf9f14788