[INFO] cloning repository https://github.com/devraulu/my-redis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/devraulu/my-redis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevraulu%2Fmy-redis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevraulu%2Fmy-redis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 34609238f8b6ca6c78879d705468848031392e95
[INFO] checking devraulu/my-redis against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdevraulu%2Fmy-redis" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/devraulu/my-redis
[INFO] finished tweaking git repo https://github.com/devraulu/my-redis
[INFO] tweaked toml for git repo https://github.com/devraulu/my-redis written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/devraulu/my-redis on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/devraulu/my-redis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded anyhow v1.0.91
[INFO] [stderr]   Downloaded serde_derive v1.0.213
[INFO] [stderr]   Downloaded serde v1.0.213
[INFO] [stderr]   Downloaded regex-automata v0.4.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6
[INFO] running `Command { std: "docker" "start" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.213
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling anyhow v1.0.91
[INFO] [stderr]     Checking atoi v0.3.3
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.41.0
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]     Checking mini-redis v0.4.1
[INFO] [stderr]     Checking my-redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no method named `read_buf` found for struct `tokio::net::TcpStream` in the current scope
[INFO] [stdout]    --> src/connection.rs:25:33
[INFO] [stdout]     |
[INFO] [stdout]  25 |             if 0 == self.stream.read_buf(&mut self.buffer).await? {
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/io/util/async_read_ext.rs:246:12
[INFO] [stdout]     |
[INFO] [stdout] 246 |         fn read_buf<'a, B>(&'a mut self, buf: &'a mut B) -> ReadBuf<'a, Self, B>
[INFO] [stdout]     |            -------- the method is available for `tokio::net::TcpStream` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `AsyncReadExt` which provides `read_buf` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::io::AsyncReadExt;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `read` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  25 -             if 0 == self.stream.read_buf(&mut self.buffer).await? {
[INFO] [stdout]  25 +             if 0 == self.stream.read(&mut self.buffer).await? {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `read_buf` found for struct `tokio::net::TcpStream` in the current scope
[INFO] [stdout]    --> src/connection.rs:25:33
[INFO] [stdout]     |
[INFO] [stdout]  25 |             if 0 == self.stream.read_buf(&mut self.buffer).await? {
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.0/src/io/util/async_read_ext.rs:246:12
[INFO] [stdout]     |
[INFO] [stdout] 246 |         fn read_buf<'a, B>(&'a mut self, buf: &'a mut B) -> ReadBuf<'a, Self, B>
[INFO] [stdout]     |            -------- the method is available for `tokio::net::TcpStream` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `AsyncReadExt` which provides `read_buf` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use tokio::io::AsyncReadExt;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `read` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  25 -             if 0 == self.stream.read_buf(&mut self.buffer).await? {
[INFO] [stdout]  25 +             if 0 == self.stream.read(&mut self.buffer).await? {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `my-redis` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `my-redis` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6", kill_on_drop: false }`
[INFO] [stdout] 1878e637b68747b5bc41041159504c4eb4ac074481999912a69e28d7fd7c83b6
