[INFO] fetching crate ggp-rs 0.1.2... [INFO] testing ggp-rs-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ggp-rs 0.1.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate ggp-rs 0.1.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 742e75f67c8bd4e7a91b4a65e8b40e48950d28e4b0ebc51d4dc0adeae56fa86a [INFO] running `Command { std: "docker" "start" "-a" "742e75f67c8bd4e7a91b4a65e8b40e48950d28e4b0ebc51d4dc0adeae56fa86a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "742e75f67c8bd4e7a91b4a65e8b40e48950d28e4b0ebc51d4dc0adeae56fa86a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "742e75f67c8bd4e7a91b4a65e8b40e48950d28e4b0ebc51d4dc0adeae56fa86a", kill_on_drop: false }` [INFO] [stdout] 742e75f67c8bd4e7a91b4a65e8b40e48950d28e4b0ebc51d4dc0adeae56fa86a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", 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] b8a521eedcd4541fc58589e30dfb9bbed10db6098a22458374f3e9bc10e959ce [INFO] running `Command { std: "docker" "start" "-a" "b8a521eedcd4541fc58589e30dfb9bbed10db6098a22458374f3e9bc10e959ce", kill_on_drop: false }` [INFO] [stderr] Compiling gdl-parser v0.0.8 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling hyper v0.14.18 [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.18/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" "b8a521eedcd4541fc58589e30dfb9bbed10db6098a22458374f3e9bc10e959ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8a521eedcd4541fc58589e30dfb9bbed10db6098a22458374f3e9bc10e959ce", kill_on_drop: false }` [INFO] [stdout] b8a521eedcd4541fc58589e30dfb9bbed10db6098a22458374f3e9bc10e959ce