[INFO] updating cached repository Technius/tokio-chatserver-example [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Technius/tokio-chatserver-example [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Technius/tokio-chatserver-example" "work/ex/beta-1.38-1/sources/1.37.0/gh/Technius/tokio-chatserver-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Technius/tokio-chatserver-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Technius/tokio-chatserver-example" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Technius/tokio-chatserver-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Technius/tokio-chatserver-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3af98e84698fe09821b421e898b89180dc60b608 [INFO] sha for GitHub repo Technius/tokio-chatserver-example: 3af98e84698fe09821b421e898b89180dc60b608 [INFO] validating manifest of Technius/tokio-chatserver-example on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Technius/tokio-chatserver-example on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Technius/tokio-chatserver-example [INFO] finished frobbing Technius/tokio-chatserver-example [INFO] frobbed toml for Technius/tokio-chatserver-example written to work/ex/beta-1.38-1/sources/1.37.0/gh/Technius/tokio-chatserver-example/Cargo.toml [INFO] started frobbing Technius/tokio-chatserver-example [INFO] finished frobbing Technius/tokio-chatserver-example [INFO] frobbed toml for Technius/tokio-chatserver-example written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Technius/tokio-chatserver-example/Cargo.toml [INFO] crate Technius/tokio-chatserver-example already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Technius/tokio-chatserver-example against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Technius/tokio-chatserver-example:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e3e272f211753e3d458d8969a961ff1a1074605e36380fe7bb2696f73fb763c9 [INFO] running `"docker" "start" "-a" "e3e272f211753e3d458d8969a961ff1a1074605e36380fe7bb2696f73fb763c9"` [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.19 [INFO] [stderr] Compiling tokio-chatserver-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `recipient` [INFO] [stderr] --> src/main.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | if let Some((recipient, recip_sender)) = sender_opt { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_recipient` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.81s [INFO] running `"docker" "inspect" "e3e272f211753e3d458d8969a961ff1a1074605e36380fe7bb2696f73fb763c9"` [INFO] running `"docker" "rm" "-f" "e3e272f211753e3d458d8969a961ff1a1074605e36380fe7bb2696f73fb763c9"` [INFO] [stdout] e3e272f211753e3d458d8969a961ff1a1074605e36380fe7bb2696f73fb763c9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Technius/tokio-chatserver-example:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 7dd08f196a0fdb76a320c86b81d32b3bc7bee648bfb645d87f4e942a7cbe80da [INFO] running `"docker" "start" "-a" "7dd08f196a0fdb76a320c86b81d32b3bc7bee648bfb645d87f4e942a7cbe80da"` [INFO] [stderr] Compiling tokio-chatserver-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `recipient` [INFO] [stderr] --> src/main.rs:98:38 [INFO] [stderr] | [INFO] [stderr] 98 | if let Some((recipient, recip_sender)) = sender_opt { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_recipient` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.31s [INFO] running `"docker" "inspect" "7dd08f196a0fdb76a320c86b81d32b3bc7bee648bfb645d87f4e942a7cbe80da"` [INFO] running `"docker" "rm" "-f" "7dd08f196a0fdb76a320c86b81d32b3bc7bee648bfb645d87f4e942a7cbe80da"` [INFO] [stdout] 7dd08f196a0fdb76a320c86b81d32b3bc7bee648bfb645d87f4e942a7cbe80da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Technius/tokio-chatserver-example:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 23761c4063d1e8043e9b39a46b0cb58d8dd0cd38324d9b550e5560b090753b96 [INFO] running `"docker" "start" "-a" "23761c4063d1e8043e9b39a46b0cb58d8dd0cd38324d9b550e5560b090753b96"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/tokio_chatserver_example-0a4e2673f4989cd7 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test commands_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "23761c4063d1e8043e9b39a46b0cb58d8dd0cd38324d9b550e5560b090753b96"` [INFO] running `"docker" "rm" "-f" "23761c4063d1e8043e9b39a46b0cb58d8dd0cd38324d9b550e5560b090753b96"` [INFO] [stdout] 23761c4063d1e8043e9b39a46b0cb58d8dd0cd38324d9b550e5560b090753b96