[INFO] fetching crate ggp-rs 0.1.2... [INFO] testing ggp-rs-0.1.2 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate ggp-rs 0.1.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate ggp-rs 0.1.2 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ggp-rs 0.1.2 [INFO] finished tweaking crates.io crate ggp-rs 0.1.2 [INFO] tweaked toml for crates.io crate ggp-rs 0.1.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gdl-parser v0.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07e82b69f778060ce17a4549c72c945352126abf132eb2fd7e3f9729a9b4567a [INFO] running `Command { std: "docker" "start" "-a" "07e82b69f778060ce17a4549c72c945352126abf132eb2fd7e3f9729a9b4567a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07e82b69f778060ce17a4549c72c945352126abf132eb2fd7e3f9729a9b4567a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07e82b69f778060ce17a4549c72c945352126abf132eb2fd7e3f9729a9b4567a", kill_on_drop: false }` [INFO] [stdout] 07e82b69f778060ce17a4549c72c945352126abf132eb2fd7e3f9729a9b4567a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67c49e714ad7e23ffffd508d6f90ba58cc590102faeb3dc418f817524dd5697c [INFO] running `Command { std: "docker" "start" "-a" "67c49e714ad7e23ffffd508d6f90ba58cc590102faeb3dc418f817524dd5697c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling gdl-parser v0.0.8 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling ggp-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `time::PreciseTime` [INFO] [stdout] --> src/game_manager.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use time::PreciseTime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `PreciseTime` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::Server` [INFO] [stdout] --> src/lib.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | use hyper::Server; [INFO] [stdout] | ^^^^^^^^^^^^^ no `Server` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::error::Error` [INFO] [stdout] --> src/lib.rs:98:19 [INFO] [stdout] | [INFO] [stdout] 98 | use hyper::error::Error::Io; [INFO] [stdout] | ^^^^^ `Error` is a struct, not a module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::server` [INFO] [stdout] --> src/lib.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | use hyper::server::{Request, Response, Handler}; [INFO] [stdout] | ^^^^^^ could not find `server` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `hyper::header::ContentLength`, `hyper::header::ContentType`, `hyper::header::AccessControlAllowOrigin`, `hyper::header::AccessControlAllowHeaders` [INFO] [stdout] --> src/lib.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | use hyper::header::{ContentLength, ContentType, AccessControlAllowOrigin, [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ no `AccessControlAllowOrigin` in `header` [INFO] [stdout] | | | [INFO] [stdout] | | no `ContentType` in `header` [INFO] [stdout] | no `ContentLength` in `header` [INFO] [stdout] 101 | AccessControlAllowHeaders}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `AccessControlAllowHeaders` in `header` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::net` [INFO] [stdout] --> src/lib.rs:102:12 [INFO] [stdout] | [INFO] [stdout] 102 | use hyper::net::Fresh; [INFO] [stdout] | ^^^ could not find `net` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper::version` [INFO] [stdout] --> src/lib.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | use hyper::version::HttpVersion; [INFO] [stdout] | ^^^^^^^ could not find `version` in `hyper` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/comp_delib_player.rs:44:13 [INFO] [stdout] | [INFO] [stdout] 44 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/comp_delib_player.rs:72:13 [INFO] [stdout] | [INFO] [stdout] 72 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/alpha_beta_player.rs:48:13 [INFO] [stdout] | [INFO] [stdout] 48 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/alpha_beta_player.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/alpha_beta_player.rs:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/mcs_player.rs:52:13 [INFO] [stdout] | [INFO] [stdout] 52 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/mcs_player.rs:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/mcs_player.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stdout] --> src/lib.rs:80:45 [INFO] [stdout] | [INFO] [stdout] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stdout] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stdout] | [INFO] [stdout] ::: src/player/mcs_player.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | check_time_result!(self, game); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `check_time_result` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0423]: cannot initialize a tuple struct which contains private fields [INFO] [stdout] --> src/lib.rs:188:18 [INFO] [stdout] | [INFO] [stdout] 188 | vec![UniCase("Content-Type".to_string())])); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: constructor is not visible here due to private fields [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/unicase-2.6.0/src/lib.rs:80:23 [INFO] [stdout] | [INFO] [stdout] 80 | pub struct UniCase(Encoding); [INFO] [stdout] | ^^^^^^^^^^^ private field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: module `error` is private [INFO] [stdout] --> src/lib.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | use hyper::error::Error::Io; [INFO] [stdout] | ^^^^^ private module [INFO] [stdout] | [INFO] [stdout] note: the module `error` is defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.17/src/lib.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | mod error; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/game_manager.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 87 | try!(write!(f, "{} ", p)); [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/game_manager.rs:417:13 [INFO] [stdout] | [INFO] [stdout] 417 | try!(self.consume(c)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> src/lib.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0423, E0432, E0433, E0603. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ggp-rs` due to 19 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "67c49e714ad7e23ffffd508d6f90ba58cc590102faeb3dc418f817524dd5697c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67c49e714ad7e23ffffd508d6f90ba58cc590102faeb3dc418f817524dd5697c", kill_on_drop: false }` [INFO] [stdout] 67c49e714ad7e23ffffd508d6f90ba58cc590102faeb3dc418f817524dd5697c