[INFO] crate deadpool-redis 0.5.0 is already in cache [INFO] checking deadpool-redis-0.5.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate deadpool-redis 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate deadpool-redis 0.5.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate deadpool-redis 0.5.0 [INFO] finished tweaking crates.io crate deadpool-redis 0.5.0 [INFO] tweaked toml for crates.io crate deadpool-redis 0.5.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 40feb8cd9c2e5f23978d45d20101be9331dd7b19d02603c50eea591bc50f0afd [INFO] running `"docker" "start" "-a" "40feb8cd9c2e5f23978d45d20101be9331dd7b19d02603c50eea591bc50f0afd"` [INFO] [stderr] Checking futures-sink v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling async-trait v0.1.24 [INFO] [stderr] Checking config v0.10.1 [INFO] [stderr] Checking futures-channel v0.3.2 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling futures-macro v0.3.2 [INFO] [stderr] Checking futures-util v0.3.2 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking deadpool v0.5.1 [INFO] [stderr] Checking futures-executor v0.3.2 [INFO] [stderr] Checking futures v0.3.2 [INFO] [stderr] Checking redis v0.14.0 [INFO] [stderr] Checking deadpool-redis v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/lib.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 113 | impl deadpool::managed::Manager for Manager { [INFO] [stderr] 114 | / async fn create(&self) -> Result { [INFO] [stderr] 115 | | let conn = self.client.get_async_connection().await?; [INFO] [stderr] 116 | | Ok(ConnectionWrapper { conn }) [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/lib.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 119 | / async fn recycle(&self, conn: &mut ConnectionWrapper) -> RecycleResult { [INFO] [stderr] 120 | | match cmd("PING").execute_async(conn).await { [INFO] [stderr] 121 | | Ok(_) => Ok(()), [INFO] [stderr] 122 | | Err(e) => Err(e.into()), [INFO] [stderr] 123 | | } [INFO] [stderr] 124 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/lib.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] 113 | impl deadpool::managed::Manager for Manager { [INFO] [stderr] 114 | / async fn create(&self) -> Result { [INFO] [stderr] 115 | | let conn = self.client.get_async_connection().await?; [INFO] [stderr] 116 | | Ok(ConnectionWrapper { conn }) [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/lib.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 119 | / async fn recycle(&self, conn: &mut ConnectionWrapper) -> RecycleResult { [INFO] [stderr] 120 | | match cmd("PING").execute_async(conn).await { [INFO] [stderr] 121 | | Ok(_) => Ok(()), [INFO] [stderr] 122 | | Err(e) => Err(e.into()), [INFO] [stderr] 123 | | } [INFO] [stderr] 124 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `deadpool-redis`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `deadpool-redis`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "40feb8cd9c2e5f23978d45d20101be9331dd7b19d02603c50eea591bc50f0afd"` [INFO] running `"docker" "rm" "-f" "40feb8cd9c2e5f23978d45d20101be9331dd7b19d02603c50eea591bc50f0afd"` [INFO] [stdout] 40feb8cd9c2e5f23978d45d20101be9331dd7b19d02603c50eea591bc50f0afd