[INFO] cloning repository https://github.com/Devolutions/tws-rust [INFO] running `"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"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevolutions%2Ftws-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1eef5488013206b69ac4e57c3a2b0edde2883dce [INFO] checking Devolutions/tws-rust against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDevolutions%2Ftws-rust" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Devolutions/tws-rust on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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 /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Devolutions/tws-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0e9cff66d41a1c02b226001cb8ed12c93cff8b9a1f88448e282e0297cd95be77 [INFO] running `"docker" "start" "-a" "0e9cff66d41a1c02b226001cb8ed12c93cff8b9a1f88448e282e0297cd95be77"` [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking serde_yaml v0.7.5 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling native-tls v0.2.3 [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 error-chain v0.11.0 [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] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking tokio-tls v0.2.1 [INFO] [stderr] Checking websocket v0.22.4 [INFO] [stderr] Checking 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: 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] 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 56.14s [INFO] running `"docker" "inspect" "0e9cff66d41a1c02b226001cb8ed12c93cff8b9a1f88448e282e0297cd95be77"` [INFO] running `"docker" "rm" "-f" "0e9cff66d41a1c02b226001cb8ed12c93cff8b9a1f88448e282e0297cd95be77"` [INFO] [stdout] 0e9cff66d41a1c02b226001cb8ed12c93cff8b9a1f88448e282e0297cd95be77