[INFO] cloning repository https://github.com/Devolutions/tws-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Devolutions/tws-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevolutions%2Ftws-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevolutions%2Ftws-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1eef5488013206b69ac4e57c3a2b0edde2883dce [INFO] checking Devolutions/tws-rust against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevolutions%2Ftws-rust" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Devolutions/tws-rust on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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 /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Devolutions/tws-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_yaml v0.7.5 [INFO] [stderr] Downloaded websocket v0.22.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53d05bc0d85239ce64a5bffea8061a97a56a9590659e4fe126005a31700f1c9d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "53d05bc0d85239ce64a5bffea8061a97a56a9590659e4fe126005a31700f1c9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53d05bc0d85239ce64a5bffea8061a97a56a9590659e4fe126005a31700f1c9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53d05bc0d85239ce64a5bffea8061a97a56a9590659e4fe126005a31700f1c9d", kill_on_drop: false }` [INFO] [stdout] 53d05bc0d85239ce64a5bffea8061a97a56a9590659e4fe126005a31700f1c9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce579d54d628bf4bad340a138ac0586e87c6aaa97b2802da7087ee53168e64e4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce579d54d628bf4bad340a138ac0586e87c6aaa97b2802da7087ee53168e64e4", kill_on_drop: false }` [INFO] [stderr] Checking futures v0.1.27 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Checking linked-hash-map v0.5.2 [INFO] [stderr] Checking rustc-demangle v0.1.15 [INFO] [stderr] Checking dtoa v0.4.4 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking crossbeam-utils v0.6.5 [INFO] [stderr] Checking tokio-trace-core v0.2.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Checking typenum v1.10.0 [INFO] [stderr] Checking block-buffer v0.3.3 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking httparse v1.3.3 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking time v0.1.42 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking yaml-rust v0.4.3 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking generic-array v0.9.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking tokio-executor v0.1.7 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-sync v0.1.6 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Checking tokio-tls v0.2.1 [INFO] [stderr] Checking websocket v0.22.4 [INFO] [stderr] Checking serde_yaml v0.7.5 [INFO] [stderr] Checking tws-rust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/protocol/util.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | pub type Logger = Rc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(LogLevel, &str)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/protocol/client.rs:289:68 [INFO] [stdout] | [INFO] [stdout] 289 | ClientConnection, ClientUdpConnection, ClientSessionState, Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WsStream + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/protocol/util.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | pub type Logger = Rc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(LogLevel, &str)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/protocol/client.rs:289:68 [INFO] [stdout] | [INFO] [stdout] 289 | ClientConnection, ClientUdpConnection, ClientSessionState, Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn WsStream + Send` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `tokio::executor::current_thread`: use tokio-current-thread crate or functions in tokio::runtime::current_thread instead [INFO] [stdout] --> src/main.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | use tokio::executor::current_thread; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / error_chain! { [INFO] [stdout] 34 | | foreign_links { [INFO] [stdout] 35 | | IoError(::std::io::Error); [INFO] [stdout] 36 | | AddrParseError(::std::net::AddrParseError); [INFO] [stdout] ... | [INFO] [stdout] 41 | | } [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated module `tokio::executor::current_thread`: use tokio-current-thread crate or functions in tokio::runtime::current_thread instead [INFO] [stdout] --> src/main.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | use tokio::executor::current_thread; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / error_chain! { [INFO] [stdout] 34 | | foreign_links { [INFO] [stdout] 35 | | IoError(::std::io::Error); [INFO] [stdout] 36 | | AddrParseError(::std::net::AddrParseError); [INFO] [stdout] ... | [INFO] [stdout] 41 | | } [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / error_chain! { [INFO] [stdout] 34 | | foreign_links { [INFO] [stdout] 35 | | IoError(::std::io::Error); [INFO] [stdout] 36 | | AddrParseError(::std::net::AddrParseError); [INFO] [stdout] ... | [INFO] [stdout] 41 | | } [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> src/main.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / error_chain! { [INFO] [stdout] 34 | | foreign_links { [INFO] [stdout] 35 | | IoError(::std::io::Error); [INFO] [stdout] 36 | | AddrParseError(::std::net::AddrParseError); [INFO] [stdout] ... | [INFO] [stdout] 41 | | } [INFO] [stdout] 42 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.42s [INFO] running `Command { std: "docker" "inspect" "ce579d54d628bf4bad340a138ac0586e87c6aaa97b2802da7087ee53168e64e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce579d54d628bf4bad340a138ac0586e87c6aaa97b2802da7087ee53168e64e4", kill_on_drop: false }` [INFO] [stdout] ce579d54d628bf4bad340a138ac0586e87c6aaa97b2802da7087ee53168e64e4