[INFO] updating cached repository grizwako/rust-websocket-chat-server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/grizwako/rust-websocket-chat-server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/grizwako/rust-websocket-chat-server" "work/ex/beta-1.37-6/sources/1.36.0/gh/grizwako/rust-websocket-chat-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/grizwako/rust-websocket-chat-server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/grizwako/rust-websocket-chat-server" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/grizwako/rust-websocket-chat-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/grizwako/rust-websocket-chat-server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c5e208f2149f16ae4c2e2feb6eda34b108d1f97 [INFO] sha for GitHub repo grizwako/rust-websocket-chat-server: 2c5e208f2149f16ae4c2e2feb6eda34b108d1f97 [INFO] validating manifest of grizwako/rust-websocket-chat-server 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 grizwako/rust-websocket-chat-server 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 grizwako/rust-websocket-chat-server [INFO] finished frobbing grizwako/rust-websocket-chat-server [INFO] frobbed toml for grizwako/rust-websocket-chat-server written to work/ex/beta-1.37-6/sources/1.36.0/gh/grizwako/rust-websocket-chat-server/Cargo.toml [INFO] started frobbing grizwako/rust-websocket-chat-server [INFO] finished frobbing grizwako/rust-websocket-chat-server [INFO] frobbed toml for grizwako/rust-websocket-chat-server written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/grizwako/rust-websocket-chat-server/Cargo.toml [INFO] crate grizwako/rust-websocket-chat-server 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 grizwako/rust-websocket-chat-server against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/grizwako/rust-websocket-chat-server:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 5a1b3067601f2f3325f2e2caaecd92e8ad19190fc86784ddefb8026793b97f50 [INFO] running `"docker" "start" "-a" "5a1b3067601f2f3325f2e2caaecd92e8ad19190fc86784ddefb8026793b97f50"` [INFO] [stderr] Compiling arrayvec v0.4.9 [INFO] [stderr] Compiling openssl-sys v0.9.40 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.7.0 [INFO] [stderr] Compiling openssl v0.10.16 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling tokio-tls v0.2.0 [INFO] [stderr] Compiling websocket v0.22.0 [INFO] [stderr] Compiling rust-chat-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio::runtime::Runtime::reactor': there is now a reactor per worker thread [INFO] [stderr] --> src/main.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | let reactor = runtime.reactor().clone(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.98s [INFO] running `"docker" "inspect" "5a1b3067601f2f3325f2e2caaecd92e8ad19190fc86784ddefb8026793b97f50"` [INFO] running `"docker" "rm" "-f" "5a1b3067601f2f3325f2e2caaecd92e8ad19190fc86784ddefb8026793b97f50"` [INFO] [stdout] 5a1b3067601f2f3325f2e2caaecd92e8ad19190fc86784ddefb8026793b97f50 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/grizwako/rust-websocket-chat-server:/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2a7629d6522de50184f1ff95a5c82bcb9860c3ef3637ba4274c5d5a240ebaa9e [INFO] running `"docker" "start" "-a" "2a7629d6522de50184f1ff95a5c82bcb9860c3ef3637ba4274c5d5a240ebaa9e"` [INFO] [stderr] Compiling rust-chat-server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'tokio::runtime::Runtime::reactor': there is now a reactor per worker thread [INFO] [stderr] --> src/main.rs:15:24 [INFO] [stderr] | [INFO] [stderr] 15 | let reactor = runtime.reactor().clone(); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "2a7629d6522de50184f1ff95a5c82bcb9860c3ef3637ba4274c5d5a240ebaa9e"` [INFO] running `"docker" "rm" "-f" "2a7629d6522de50184f1ff95a5c82bcb9860c3ef3637ba4274c5d5a240ebaa9e"` [INFO] [stdout] 2a7629d6522de50184f1ff95a5c82bcb9860c3ef3637ba4274c5d5a240ebaa9e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/grizwako/rust-websocket-chat-server:/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 84cc2d180e8a97ef5cf4bc2f3fbbcd29f9977e51b897a22dffc861535268c85f [INFO] running `"docker" "start" "-a" "84cc2d180e8a97ef5cf4bc2f3fbbcd29f9977e51b897a22dffc861535268c85f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_chat_server-504b24fe98534872 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "84cc2d180e8a97ef5cf4bc2f3fbbcd29f9977e51b897a22dffc861535268c85f"` [INFO] running `"docker" "rm" "-f" "84cc2d180e8a97ef5cf4bc2f3fbbcd29f9977e51b897a22dffc861535268c85f"` [INFO] [stdout] 84cc2d180e8a97ef5cf4bc2f3fbbcd29f9977e51b897a22dffc861535268c85f