[INFO] fetching crate zero_sum 1.2.0... [INFO] checking zero_sum-1.2.0 against try#575650af7d7ca88602df28e39d27bf3e456c306e for pr-80579 [INFO] extracting crate zero_sum 1.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate zero_sum 1.2.0 on toolchain 575650af7d7ca88602df28e39d27bf3e456c306e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "read-manifest" "--manifest-path" "Cargo.toml", 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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blas-sys v0.6.9 [INFO] [stderr] Downloaded openblas-src v0.5.6 [INFO] [stderr] Downloaded blas v0.15.5 [INFO] [stderr] Downloaded rusqlite v0.10.1 [INFO] [stderr] Downloaded libsqlite3-sys v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "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] f29815ff8e6ed4785818c039676bc480865c24dd1812448c402874365820a45a [INFO] running `Command { std: "docker" "start" "-a" "f29815ff8e6ed4785818c039676bc480865c24dd1812448c402874365820a45a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f29815ff8e6ed4785818c039676bc480865c24dd1812448c402874365820a45a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f29815ff8e6ed4785818c039676bc480865c24dd1812448c402874365820a45a", kill_on_drop: false }` [INFO] [stdout] f29815ff8e6ed4785818c039676bc480865c24dd1812448c402874365820a45a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+575650af7d7ca88602df28e39d27bf3e456c306e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc4b9dc6a7222b4e609039542d907deee6d0c2f0ba29e2e812d68945ecea289d [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" "cc4b9dc6a7222b4e609039542d907deee6d0c2f0ba29e2e812d68945ecea289d", kill_on_drop: false }` [INFO] [stderr] Checking fnv v1.0.7 [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] [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] [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] [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] [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] [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] [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] [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] [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] [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[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] [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: 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] [stderr] error: could not compile `zero_sum` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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" "cc4b9dc6a7222b4e609039542d907deee6d0c2f0ba29e2e812d68945ecea289d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc4b9dc6a7222b4e609039542d907deee6d0c2f0ba29e2e812d68945ecea289d", kill_on_drop: false }` [INFO] [stdout] cc4b9dc6a7222b4e609039542d907deee6d0c2f0ba29e2e812d68945ecea289d