[INFO] fetching crate async-ssh2 0.1.1-beta... [INFO] checking async-ssh2-0.1.1-beta against beta for pr-78714 [INFO] extracting crate async-ssh2 0.1.1-beta into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate async-ssh2 0.1.1-beta 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 crates.io crate async-ssh2 0.1.1-beta [INFO] finished tweaking crates.io crate async-ssh2 0.1.1-beta [INFO] tweaked toml for crates.io crate async-ssh2 0.1.1-beta written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb267f2e30d7506fb61feb4e984e3da410dfcab5dda7d5510e80e39e0a3777f5 [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" "eb267f2e30d7506fb61feb4e984e3da410dfcab5dda7d5510e80e39e0a3777f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb267f2e30d7506fb61feb4e984e3da410dfcab5dda7d5510e80e39e0a3777f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb267f2e30d7506fb61feb4e984e3da410dfcab5dda7d5510e80e39e0a3777f5", kill_on_drop: false }` [INFO] [stdout] eb267f2e30d7506fb61feb4e984e3da410dfcab5dda7d5510e80e39e0a3777f5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b5fca99f8cf8249f5e4a5846feb48eb1007d81a0823f49e1e3dc6220a0a0ca5 [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" "1b5fca99f8cf8249f5e4a5846feb48eb1007d81a0823f49e1e3dc6220a0a0ca5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Checking futures-sink v0.3.8 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libssh2-sys v0.2.19 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking async-channel v1.5.1 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking net2 v0.2.35 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking blocking v0.4.7 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking ssh2 v0.8.2 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking pin-project v1.0.1 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking futures-executor v0.3.8 [INFO] [stderr] Checking piper v0.1.3 [INFO] [stderr] Checking smol v0.1.18 [INFO] [stderr] Checking futures v0.3.8 [INFO] [stderr] Checking async-ssh2 v0.1.1-beta (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/util.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | .with(|_s| match cb() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/util.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | .with(|_s| match cb() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/channel.rs:169:14 [INFO] [stdout] | [INFO] [stdout] 169 | .with(|_s| self.inner.read(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/channel.rs:183:14 [INFO] [stdout] | [INFO] [stdout] 183 | .with(|_s| self.inner.write(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/channel.rs:191:14 [INFO] [stdout] | [INFO] [stdout] 191 | .with(|_s| self.inner.flush()) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/sftp.rs:208:14 [INFO] [stdout] | [INFO] [stdout] 208 | .with(|_s| self.inner.read(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/sftp.rs:222:14 [INFO] [stdout] | [INFO] [stdout] 222 | .with(|_s| self.inner.write(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/sftp.rs:230:14 [INFO] [stdout] | [INFO] [stdout] 230 | .with(|_s| self.inner.flush()) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/channel.rs:169:14 [INFO] [stdout] | [INFO] [stdout] 169 | .with(|_s| self.inner.read(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/channel.rs:183:14 [INFO] [stdout] | [INFO] [stdout] 183 | .with(|_s| self.inner.write(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/channel.rs:191:14 [INFO] [stdout] | [INFO] [stdout] 191 | .with(|_s| self.inner.flush()) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/sftp.rs:208:14 [INFO] [stdout] | [INFO] [stdout] 208 | .with(|_s| self.inner.read(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/sftp.rs:222:14 [INFO] [stdout] | [INFO] [stdout] 222 | .with(|_s| self.inner.write(buf)) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `smol::Async::::with`: use `read_with()` or `write_with()` instead [INFO] [stdout] --> src/sftp.rs:230:14 [INFO] [stdout] | [INFO] [stdout] 230 | .with(|_s| self.inner.flush()) [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 45.84s [INFO] running `Command { std: "docker" "inspect" "1b5fca99f8cf8249f5e4a5846feb48eb1007d81a0823f49e1e3dc6220a0a0ca5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b5fca99f8cf8249f5e4a5846feb48eb1007d81a0823f49e1e3dc6220a0a0ca5", kill_on_drop: false }` [INFO] [stdout] 1b5fca99f8cf8249f5e4a5846feb48eb1007d81a0823f49e1e3dc6220a0a0ca5