[INFO] crate ggp-rs 0.1.2 is already in cache [INFO] testing ggp-rs-0.1.2 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate ggp-rs 0.1.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate ggp-rs 0.1.2 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 019e5a5b96a3cd71ee9d65ae67010a880f08f356f766f5b779e7327e9df146e3 [INFO] running `"docker" "start" "-a" "019e5a5b96a3cd71ee9d65ae67010a880f08f356f766f5b779e7327e9df146e3"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling gdl-parser v0.0.8 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling pin-project-internal v0.4.9 [INFO] [stderr] Compiling time-macros-impl v0.1.0 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling time v0.2.9 [INFO] [stderr] Compiling pin-project v0.4.9 [INFO] [stderr] Compiling hyper v0.13.5 [INFO] [stderr] Compiling ggp-rs v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `time::PreciseTime` [INFO] [stderr] --> src/game_manager.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use time::PreciseTime; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PreciseTime` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::error::Error` [INFO] [stderr] --> src/lib.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 98 | use hyper::error::Error::Io; [INFO] [stderr] | ^^^^^ `Error` is a struct, not a module [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `hyper::server::Request`, `hyper::server::Response`, `hyper::server::Handler` [INFO] [stderr] --> src/lib.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | use hyper::server::{Request, Response, Handler}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^^ no `Handler` in `server` [INFO] [stderr] | | | [INFO] [stderr] | | no `Response` in `server` [INFO] [stderr] | no `Request` in `server` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `hyper::header::ContentLength`, `hyper::header::ContentType`, `hyper::header::AccessControlAllowOrigin`, `hyper::header::AccessControlAllowHeaders` [INFO] [stderr] --> src/lib.rs:100:21 [INFO] [stderr] | [INFO] [stderr] 100 | use hyper::header::{ContentLength, ContentType, AccessControlAllowOrigin, [INFO] [stderr] | ^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ no `AccessControlAllowOrigin` in `header` [INFO] [stderr] | | | [INFO] [stderr] | | no `ContentType` in `header` [INFO] [stderr] | no `ContentLength` in `header` [INFO] [stderr] 101 | AccessControlAllowHeaders}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `AccessControlAllowHeaders` in `header` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::net` [INFO] [stderr] --> src/lib.rs:102:12 [INFO] [stderr] | [INFO] [stderr] 102 | use hyper::net::Fresh; [INFO] [stderr] | ^^^ could not find `net` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `hyper::version` [INFO] [stderr] --> src/lib.rs:103:12 [INFO] [stderr] | [INFO] [stderr] 103 | use hyper::version::HttpVersion; [INFO] [stderr] | ^^^^^^^ could not find `version` in `hyper` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/comp_delib_player.rs:44:13 [INFO] [stderr] | [INFO] [stderr] 44 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/comp_delib_player.rs:72:13 [INFO] [stderr] | [INFO] [stderr] 72 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/alpha_beta_player.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/alpha_beta_player.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/alpha_beta_player.rs:105:13 [INFO] [stderr] | [INFO] [stderr] 105 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/mcs_player.rs:52:13 [INFO] [stderr] | [INFO] [stderr] 52 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/mcs_player.rs:82:13 [INFO] [stderr] | [INFO] [stderr] 82 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/mcs_player.rs:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `PreciseTime` in `time` [INFO] [stderr] --> src/lib.rs:80:45 [INFO] [stderr] | [INFO] [stderr] 80 | if $game.move_start_time().to(time::PreciseTime::now()) > [INFO] [stderr] | ^^^^^^^^^^^ could not find `PreciseTime` in `time` [INFO] [stderr] | [INFO] [stderr] ::: src/player/mcs_player.rs:137:13 [INFO] [stderr] | [INFO] [stderr] 137 | check_time_result!(self, game); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `UniCase` [INFO] [stderr] --> src/lib.rs:188:18 [INFO] [stderr] | [INFO] [stderr] 188 | vec![UniCase("Content-Type".to_string())])); [INFO] [stderr] | ^^^^^^^ constructor is not visible here due to private fields [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/game_manager.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 87 | try!(write!(f, "{} ", p)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/game_manager.rs:417:13 [INFO] [stderr] | [INFO] [stderr] 417 | try!(self.consume(c)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/lib.rs:108:5 [INFO] [stderr] | [INFO] [stderr] 108 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0423, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `ggp-rs`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "019e5a5b96a3cd71ee9d65ae67010a880f08f356f766f5b779e7327e9df146e3"` [INFO] running `"docker" "rm" "-f" "019e5a5b96a3cd71ee9d65ae67010a880f08f356f766f5b779e7327e9df146e3"` [INFO] [stdout] 019e5a5b96a3cd71ee9d65ae67010a880f08f356f766f5b779e7327e9df146e3