[INFO] fetching crate ggp-rs 0.1.2... [INFO] testing ggp-rs-0.1.2 against 1.59.0 for beta-1.60-1 [INFO] extracting crate ggp-rs 0.1.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate ggp-rs 0.1.2 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61706d05bb73835095336b96701eb6d26df38333be83f6af5cdebdd8fc75fe84 [INFO] running `Command { std: "docker" "start" "-a" "61706d05bb73835095336b96701eb6d26df38333be83f6af5cdebdd8fc75fe84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61706d05bb73835095336b96701eb6d26df38333be83f6af5cdebdd8fc75fe84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61706d05bb73835095336b96701eb6d26df38333be83f6af5cdebdd8fc75fe84", kill_on_drop: false }` [INFO] [stdout] 61706d05bb73835095336b96701eb6d26df38333be83f6af5cdebdd8fc75fe84 [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=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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f42da165e6372cae4a50cb80e5e9ebf6102253765d5ab27b45b63185a371e6db [INFO] running `Command { std: "docker" "start" "-a" "f42da165e6372cae4a50cb80e5e9ebf6102253765d5ab27b45b63185a371e6db", 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 memchr v2.4.1 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling num_threads v0.1.3 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling tracing v0.1.31 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling time v0.3.7 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling gdl-parser v0.0.8 [INFO] [stderr] Compiling hyper v0.14.17 [INFO] [stderr] Compiling env_logger v0.9.0 [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] error: aborting due to 18 previous errors; 2 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; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f42da165e6372cae4a50cb80e5e9ebf6102253765d5ab27b45b63185a371e6db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f42da165e6372cae4a50cb80e5e9ebf6102253765d5ab27b45b63185a371e6db", kill_on_drop: false }` [INFO] [stdout] f42da165e6372cae4a50cb80e5e9ebf6102253765d5ab27b45b63185a371e6db