[INFO] cloning repository https://github.com/CrazyFork/rs_webserver_game [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CrazyFork/rs_webserver_game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrazyFork%2Frs_webserver_game", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrazyFork%2Frs_webserver_game'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 586675fc787ab9c70fc81f8e4677dc12d239bf2b [INFO] testing CrazyFork/rs_webserver_game against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrazyFork%2Frs_webserver_game" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CrazyFork/rs_webserver_game on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/CrazyFork/rs_webserver_game [INFO] finished tweaking git repo https://github.com/CrazyFork/rs_webserver_game [INFO] tweaked toml for git repo https://github.com/CrazyFork/rs_webserver_game written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/CrazyFork/rs_webserver_game already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 040848a9644fb8d2914a587ae9d326ad81e6f90614d911cab85b35729d607e92 [INFO] running `Command { std: "docker" "start" "-a" "040848a9644fb8d2914a587ae9d326ad81e6f90614d911cab85b35729d607e92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "040848a9644fb8d2914a587ae9d326ad81e6f90614d911cab85b35729d607e92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "040848a9644fb8d2914a587ae9d326ad81e6f90614d911cab85b35729d607e92", kill_on_drop: false }` [INFO] [stdout] 040848a9644fb8d2914a587ae9d326ad81e6f90614d911cab85b35729d607e92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3a740cfdf260110e74c0df118bfe6d2d7db6f5b76429a064d3a3a5392fc76fb [INFO] running `Command { std: "docker" "start" "-a" "b3a740cfdf260110e74c0df118bfe6d2d7db6f5b76429a064d3a3a5392fc76fb", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.23 [INFO] [stderr] Compiling server-tictac v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:12:26 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Status` should have a snake case name [INFO] [stdout] --> src/common.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | pub mod Status { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/game_server.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game_server.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let mut board = match guard.board.get_mut(&user_id) { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.42s [INFO] running `Command { std: "docker" "inspect" "b3a740cfdf260110e74c0df118bfe6d2d7db6f5b76429a064d3a3a5392fc76fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3a740cfdf260110e74c0df118bfe6d2d7db6f5b76429a064d3a3a5392fc76fb", kill_on_drop: false }` [INFO] [stdout] b3a740cfdf260110e74c0df118bfe6d2d7db6f5b76429a064d3a3a5392fc76fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70a8cd28499e8c9a2d5289e63635689ac2470340dbaa48ab5fd674a3da9da2ab [INFO] running `Command { std: "docker" "start" "-a" "70a8cd28499e8c9a2d5289e63635689ac2470340dbaa48ab5fd674a3da9da2ab", kill_on_drop: false }` [INFO] [stderr] Compiling server-tictac v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:12:26 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Status` should have a snake case name [INFO] [stdout] --> src/common.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | pub mod Status { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:12:26 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/common.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/game_server.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(RustcEncodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game_server.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | let mut board = match guard.board.get_mut(&user_id) { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: module `Status` should have a snake case name [INFO] [stdout] --> src/common.rs:305:9 [INFO] [stdout] | [INFO] [stdout] 305 | pub mod Status { [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "70a8cd28499e8c9a2d5289e63635689ac2470340dbaa48ab5fd674a3da9da2ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70a8cd28499e8c9a2d5289e63635689ac2470340dbaa48ab5fd674a3da9da2ab", kill_on_drop: false }` [INFO] [stdout] 70a8cd28499e8c9a2d5289e63635689ac2470340dbaa48ab5fd674a3da9da2ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6c5d40c7ec18050c608907cbf09d52d26164426b0f65f30603b5f0c47a421cf9 [INFO] running `Command { std: "docker" "start" "-a" "6c5d40c7ec18050c608907cbf09d52d26164426b0f65f30603b5f0c47a421cf9", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/common.rs:12:10 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:18:26 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: module `Status` should have a snake case name [INFO] [stderr] --> src/common.rs:305:9 [INFO] [stderr] | [INFO] [stderr] 305 | pub mod Status { [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:12:26 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/common.rs:18:26 [INFO] [stderr] | [INFO] [stderr] 18 | #[derive(RustcEncodable, RustcDecodable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: module `Status` should have a snake case name [INFO] [stderr] --> src/common.rs:305:9 [INFO] [stderr] | [INFO] [stderr] 305 | pub mod Status { [INFO] [stderr] | ^^^^^^ help: convert the identifier to snake case (notice the capitalization): `status` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/game_server.rs:42:10 [INFO] [stderr] | [INFO] [stderr] 42 | #[derive(RustcEncodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/game_server.rs:79:13 [INFO] [stderr] | [INFO] [stderr] 79 | let mut board = match guard.board.get_mut(&user_id) { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/common-ba207236ce5c51e9) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/game_server-aba201ec21ddaa32) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/web_server-038c69bf2d2b77f3) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests common [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6c5d40c7ec18050c608907cbf09d52d26164426b0f65f30603b5f0c47a421cf9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c5d40c7ec18050c608907cbf09d52d26164426b0f65f30603b5f0c47a421cf9", kill_on_drop: false }` [INFO] [stdout] 6c5d40c7ec18050c608907cbf09d52d26164426b0f65f30603b5f0c47a421cf9