[INFO] updating cached repository https://github.com/vi/websocat [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] bc738c807110d6c111f6aaa684c0f00ed82e8ae1 [INFO] checking vi/websocat against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvi%2Fwebsocat" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vi/websocat on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/vi/websocat [INFO] finished tweaking git repo https://github.com/vi/websocat [INFO] tweaked toml for git repo https://github.com/vi/websocat written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/vi/websocat already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 8b5b40c7a661475020227843fab4d19111f924a9f8315f4a4046c637eb0a5607 [INFO] running `"docker" "start" "-a" "8b5b40c7a661475020227843fab4d19111f924a9f8315f4a4046c637eb0a5607"` [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking slab_typesafe v0.1.3 [INFO] [stderr] Checking tokio-executor v0.1.8 [INFO] [stderr] Checking crossbeam-queue v0.1.2 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking tempfile v3.0.8 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking tokio-current-thread v0.1.6 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking hyper v0.10.16 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-stdin-stdout v0.1.5 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-file-unix v0.5.1 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tk-listen v0.2.1 [INFO] [stderr] Checking websocket v0.23.0 [INFO] [stderr] Compiling structopt-derive v0.2.16 [INFO] [stderr] Compiling smart-default v0.3.0 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Checking structopt v0.2.16 [INFO] [stderr] Checking websocat v1.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/net_peer.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | try!(self.0.shutdown(std::net::Shutdown::Write)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/unix_peer.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | try!(self.0.shutdown(std::net::Shutdown::Write)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/net_peer.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | try!(self.0.shutdown(std::net::Shutdown::Write)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/unix_peer.rs:317:9 [INFO] [stderr] | [INFO] [stderr] 317 | try!(self.0.shutdown(std::net::Shutdown::Write)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "8b5b40c7a661475020227843fab4d19111f924a9f8315f4a4046c637eb0a5607"` [INFO] running `"docker" "rm" "-f" "8b5b40c7a661475020227843fab4d19111f924a9f8315f4a4046c637eb0a5607"` [INFO] [stdout] 8b5b40c7a661475020227843fab4d19111f924a9f8315f4a4046c637eb0a5607