[INFO] crate sc2-proxy 0.1.0 is already in cache [INFO] extracting crate sc2-proxy 0.1.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/sc2-proxy/0.1.0 [INFO] extracting crate sc2-proxy 0.1.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/sc2-proxy/0.1.0 [INFO] validating manifest of sc2-proxy-0.1.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sc2-proxy-0.1.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sc2-proxy-0.1.0 [INFO] finished frobbing sc2-proxy-0.1.0 [INFO] frobbed toml for sc2-proxy-0.1.0 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/sc2-proxy/0.1.0/Cargo.toml [INFO] started frobbing sc2-proxy-0.1.0 [INFO] finished frobbing sc2-proxy-0.1.0 [INFO] frobbed toml for sc2-proxy-0.1.0 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/sc2-proxy/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking sc2-proxy-0.1.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-5/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/sc2-proxy/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] efeb4c82e4812ab45638d68246160e971d496f88373c79d8a1abcd215f621701 [INFO] running `"docker" "start" "-a" "efeb4c82e4812ab45638d68246160e971d496f88373c79d8a1abcd215f621701"` [INFO] [stderr] Compiling protobuf v2.8.0 [INFO] [stderr] Checking shellexpand v1.0.0 [INFO] [stderr] Compiling protoc v2.8.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Checking portpicker v0.1.0 [INFO] [stderr] Checking crossbeam v0.7.2 [INFO] [stderr] Checking websocket v0.22.4 [INFO] [stderr] Compiling protobuf-codegen v2.8.0 [INFO] [stderr] Compiling protoc-rust v2.8.0 [INFO] [stderr] Compiling sc2-proto v0.2.1 [INFO] [stderr] Checking sc2-proxy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `RequestJoinGame` is imported redundantly [INFO] [stderr] --> src/game/lobby.rs:131:42 [INFO] [stderr] | [INFO] [stderr] 6 | use sc2_proto::sc2api::RequestJoinGame; [INFO] [stderr] | ---------------------------------- the item `RequestJoinGame` is already imported here [INFO] [stderr] ... [INFO] [stderr] 131 | use sc2_proto::sc2api::{Request, RequestJoinGame}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game/mod.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | fn any_panic_to_string(panic_msg: Box) -> String { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: the item `RequestJoinGame` is imported redundantly [INFO] [stderr] --> src/game/lobby.rs:131:42 [INFO] [stderr] | [INFO] [stderr] 6 | use sc2_proto::sc2api::RequestJoinGame; [INFO] [stderr] | ---------------------------------- the item `RequestJoinGame` is already imported here [INFO] [stderr] ... [INFO] [stderr] 131 | use sc2_proto::sc2api::{Request, RequestJoinGame}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/game/mod.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | fn any_panic_to_string(panic_msg: Box) -> String { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: the feature `type_alias_enum_variants` has been stable since 1.37.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(type_alias_enum_variants)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `type_alias_enum_variants` has been stable since 1.37.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | #![feature(type_alias_enum_variants)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.31s [INFO] running `"docker" "inspect" "efeb4c82e4812ab45638d68246160e971d496f88373c79d8a1abcd215f621701"` [INFO] running `"docker" "rm" "-f" "efeb4c82e4812ab45638d68246160e971d496f88373c79d8a1abcd215f621701"` [INFO] [stdout] efeb4c82e4812ab45638d68246160e971d496f88373c79d8a1abcd215f621701