[INFO] updating cached repository https://github.com/Devolutions/tws-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1eef5488013206b69ac4e57c3a2b0edde2883dce [INFO] testing Devolutions/tws-rust against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevolutions%2Ftws-rust" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Devolutions/tws-rust on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Devolutions/tws-rust [INFO] finished tweaking git repo https://github.com/Devolutions/tws-rust [INFO] tweaked toml for git repo https://github.com/Devolutions/tws-rust written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Devolutions/tws-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 93f5d7adba90a7effeb24bc3e0e514fccc3a19c7a5b703b8534b25790e5e864c [INFO] running `"docker" "start" "-a" "93f5d7adba90a7effeb24bc3e0e514fccc3a19c7a5b703b8534b25790e5e864c"` [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.2.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [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 tws-rust v0.2.0 (/opt/rustwide/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 51.71s [INFO] running `"docker" "inspect" "93f5d7adba90a7effeb24bc3e0e514fccc3a19c7a5b703b8534b25790e5e864c"` [INFO] running `"docker" "rm" "-f" "93f5d7adba90a7effeb24bc3e0e514fccc3a19c7a5b703b8534b25790e5e864c"` [INFO] [stdout] 93f5d7adba90a7effeb24bc3e0e514fccc3a19c7a5b703b8534b25790e5e864c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7ad58f4f2d3656317c93d6cf9166632bebabc617812f691198d467ef9600efb9 [INFO] running `"docker" "start" "-a" "7ad58f4f2d3656317c93d6cf9166632bebabc617812f691198d467ef9600efb9"` [INFO] [stderr] Compiling tws-rust v0.2.0 (/opt/rustwide/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 4.30s [INFO] running `"docker" "inspect" "7ad58f4f2d3656317c93d6cf9166632bebabc617812f691198d467ef9600efb9"` [INFO] running `"docker" "rm" "-f" "7ad58f4f2d3656317c93d6cf9166632bebabc617812f691198d467ef9600efb9"` [INFO] [stdout] 7ad58f4f2d3656317c93d6cf9166632bebabc617812f691198d467ef9600efb9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 814d7a4c70ead9890ff943199f6b198f9dc5d7c631f6c6c1f5e146f4adc24c4e [INFO] running `"docker" "start" "-a" "814d7a4c70ead9890ff943199f6b198f9dc5d7c631f6c6c1f5e146f4adc24c4e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tws_rust-c5a56a1c7a45494d [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test protocol::protocol::tests::connect_state_build_1 ... ok [INFO] [stdout] test protocol::protocol::tests::connect_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_1 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_2 ... 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::protocol::tests::connect_state_parse_fail_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::connect_parse_fail_1 ... ok [INFO] [stdout] test protocol::protocol::tests::handshake_build_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" "814d7a4c70ead9890ff943199f6b198f9dc5d7c631f6c6c1f5e146f4adc24c4e"` [INFO] running `"docker" "rm" "-f" "814d7a4c70ead9890ff943199f6b198f9dc5d7c631f6c6c1f5e146f4adc24c4e"` [INFO] [stdout] 814d7a4c70ead9890ff943199f6b198f9dc5d7c631f6c6c1f5e146f4adc24c4e