[INFO] updating cached repository Devolutions/tws-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Devolutions/tws-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Devolutions/tws-rust" "work/ex/beta-1.37-6/sources/1.36.0/gh/Devolutions/tws-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Devolutions/tws-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Devolutions/tws-rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Devolutions/tws-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Devolutions/tws-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1eef5488013206b69ac4e57c3a2b0edde2883dce [INFO] sha for GitHub repo Devolutions/tws-rust: 1eef5488013206b69ac4e57c3a2b0edde2883dce [INFO] validating manifest of Devolutions/tws-rust 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 Devolutions/tws-rust 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 Devolutions/tws-rust [INFO] finished frobbing Devolutions/tws-rust [INFO] frobbed toml for Devolutions/tws-rust written to work/ex/beta-1.37-6/sources/1.36.0/gh/Devolutions/tws-rust/Cargo.toml [INFO] started frobbing Devolutions/tws-rust [INFO] finished frobbing Devolutions/tws-rust [INFO] frobbed toml for Devolutions/tws-rust written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Devolutions/tws-rust/Cargo.toml [INFO] crate Devolutions/tws-rust 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 Devolutions/tws-rust 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-0/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/Devolutions/tws-rust:/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] ed712ae12ed29f393f51ca2b10ac8c51e8dec9b430ca21aa9fb161622a75088e [INFO] running `"docker" "start" "-a" "ed712ae12ed29f393f51ca2b10ac8c51e8dec9b430ca21aa9fb161622a75088e"` [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling num_cpus v1.10.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling websocket v0.22.4 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling tws-rust v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/util.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | pub type Logger = Rc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(LogLevel, &str)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/client.rs:289:68 [INFO] [stderr] | [INFO] [stderr] 289 | ClientConnection, ClientUdpConnection, ClientSessionState, Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WsStream + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | use tokio::executor::current_thread; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain! { [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | IoError(::std::io::Error); [INFO] [stderr] 36 | | AddrParseError(::std::net::AddrParseError); [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `"docker" "inspect" "ed712ae12ed29f393f51ca2b10ac8c51e8dec9b430ca21aa9fb161622a75088e"` [INFO] running `"docker" "rm" "-f" "ed712ae12ed29f393f51ca2b10ac8c51e8dec9b430ca21aa9fb161622a75088e"` [INFO] [stdout] ed712ae12ed29f393f51ca2b10ac8c51e8dec9b430ca21aa9fb161622a75088e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/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/Devolutions/tws-rust:/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] 72cdbd2fcf9f08a50c84549472ecd98b82fab8c656cc32f39a09e17738562e49 [INFO] running `"docker" "start" "-a" "72cdbd2fcf9f08a50c84549472ecd98b82fab8c656cc32f39a09e17738562e49"` [INFO] [stderr] Compiling tws-rust v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/util.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | pub type Logger = Rc; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(LogLevel, &str)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/protocol/client.rs:289:68 [INFO] [stderr] | [INFO] [stderr] 289 | ClientConnection, ClientUdpConnection, ClientSessionState, Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WsStream + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | use tokio::executor::current_thread; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | / error_chain! { [INFO] [stderr] 34 | | foreign_links { [INFO] [stderr] 35 | | IoError(::std::io::Error); [INFO] [stderr] 36 | | AddrParseError(::std::net::AddrParseError); [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.12s [INFO] running `"docker" "inspect" "72cdbd2fcf9f08a50c84549472ecd98b82fab8c656cc32f39a09e17738562e49"` [INFO] running `"docker" "rm" "-f" "72cdbd2fcf9f08a50c84549472ecd98b82fab8c656cc32f39a09e17738562e49"` [INFO] [stdout] 72cdbd2fcf9f08a50c84549472ecd98b82fab8c656cc32f39a09e17738562e49 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/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/Devolutions/tws-rust:/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] 0d00f2af3a5257bbffaee8b2f6173ada2f731aa8f2065e151b1ffad4c59c17d0 [INFO] running `"docker" "start" "-a" "0d00f2af3a5257bbffaee8b2f6173ada2f731aa8f2065e151b1ffad4c59c17d0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/crater/target/debug/deps/tws_rust-547f543fd1a70add [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test protocol::protocol::tests::connect_build_1 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_state_build_1 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_state_build_2 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_state_parse_1 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_state_parse_2 ... ok [INFO] [stdout] test protocol::protocol::tests::data_parse_1 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_2 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_1 ... ok [INFO] [stdout] test protocol::protocol::tests::hmac_sha256_1 ... ok [INFO] [stdout] test protocol::protocol::tests::hmac_sha256_2 ... ok [INFO] [stdout] test protocol::protocol::tests::udp_connect_build_1 ... ok [INFO] [stdout] test protocol::protocol::tests::udp_data_parse_1 ... ok [INFO] [stdout] test protocol::util::tests::str_to_addr_1 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_parse_2 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_parse_1 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_parse_1 ... ok [INFO] [stdout] test protocol::util::tests::str_to_addr_2 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_parse_fail_2 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_parse_fail_1 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_parse_fail_1 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_state_parse_fail_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0d00f2af3a5257bbffaee8b2f6173ada2f731aa8f2065e151b1ffad4c59c17d0"` [INFO] running `"docker" "rm" "-f" "0d00f2af3a5257bbffaee8b2f6173ada2f731aa8f2065e151b1ffad4c59c17d0"` [INFO] [stdout] 0d00f2af3a5257bbffaee8b2f6173ada2f731aa8f2065e151b1ffad4c59c17d0