[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.37-6/sources/1.36.0/gh/Technius/tokio-chatserver-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/gh/Technius/tokio-chatserver-example"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Technius/tokio-chatserver-example on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Technius/tokio-chatserver-example against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] 29a4ff24ed01940e7e2a4f27d125bd2c0a322fb1493f9fa44c96264a3cc59693 [INFO] running `"docker" "start" "-a" "29a4ff24ed01940e7e2a4f27d125bd2c0a322fb1493f9fa44c96264a3cc59693"` [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [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-fs v0.1.6 [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 14.31s [INFO] running `"docker" "inspect" "29a4ff24ed01940e7e2a4f27d125bd2c0a322fb1493f9fa44c96264a3cc59693"` [INFO] running `"docker" "rm" "-f" "29a4ff24ed01940e7e2a4f27d125bd2c0a322fb1493f9fa44c96264a3cc59693"` [INFO] [stdout] 29a4ff24ed01940e7e2a4f27d125bd2c0a322fb1493f9fa44c96264a3cc59693 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 9b8274ff8b2dd54d1f2b8221310539f89c38ff47b65b9533b8c9f824fc0d728e [INFO] running `"docker" "start" "-a" "9b8274ff8b2dd54d1f2b8221310539f89c38ff47b65b9533b8c9f824fc0d728e"` [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 1.93s [INFO] running `"docker" "inspect" "9b8274ff8b2dd54d1f2b8221310539f89c38ff47b65b9533b8c9f824fc0d728e"` [INFO] running `"docker" "rm" "-f" "9b8274ff8b2dd54d1f2b8221310539f89c38ff47b65b9533b8c9f824fc0d728e"` [INFO] [stdout] 9b8274ff8b2dd54d1f2b8221310539f89c38ff47b65b9533b8c9f824fc0d728e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen"` [INFO] [stdout] d0779b4287cba38c7cc79c0ca7077f1d7eb91e5f546c7c696355299cb05a6263 [INFO] running `"docker" "start" "-a" "d0779b4287cba38c7cc79c0ca7077f1d7eb91e5f546c7c696355299cb05a6263"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/tokio_chatserver_example-e2f34536a576762c [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" "d0779b4287cba38c7cc79c0ca7077f1d7eb91e5f546c7c696355299cb05a6263"` [INFO] running `"docker" "rm" "-f" "d0779b4287cba38c7cc79c0ca7077f1d7eb91e5f546c7c696355299cb05a6263"` [INFO] [stdout] d0779b4287cba38c7cc79c0ca7077f1d7eb91e5f546c7c696355299cb05a6263