[INFO] updating cached repository https://github.com/aq1018/rust-graphql-server-test [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] 5e85681db30a98bef111a35e05d11e2b5ebc5260 [INFO] checking aq1018/rust-graphql-server-test against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faq1018%2Frust-graphql-server-test" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aq1018/rust-graphql-server-test on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aq1018/rust-graphql-server-test [INFO] finished tweaking git repo https://github.com/aq1018/rust-graphql-server-test [INFO] tweaked toml for git repo https://github.com/aq1018/rust-graphql-server-test written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/aq1018/rust-graphql-server-test already has a lockfile, it will not be regenerated [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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 9dd3ebd7fd59549ef8e885ea6799382cb21fffed7a5b426a9a385a9e275a8e3c [INFO] running `"docker" "start" "-a" "9dd3ebd7fd59549ef8e885ea6799382cb21fffed7a5b426a9a385a9e275a8e3c"` [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking crossbeam-queue v0.2.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking nom v5.0.1 [INFO] [stderr] Checking postgres-protocol v0.5.0 [INFO] [stderr] Checking futures-intrusive v0.2.2 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking postgres-types v0.1.0 [INFO] [stderr] Checking serde-hjson v0.9.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tokio-macros v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling async-trait v0.1.21 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking deadpool v0.4.3 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking tokio-postgres v0.5.0 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking deadpool-postgres v0.4.0 [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/deadpool-postgres-0.4.0/src/lib.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 82 | / async fn create(&self) -> Result { [INFO] [stderr] 83 | | let (client, connection) = self.config.connect(self.tls.clone()).await?; [INFO] [stderr] 84 | | let connection = connection.map(|r| { [INFO] [stderr] 85 | | if let Err(e) = r { [INFO] [stderr] ... | [INFO] [stderr] 90 | | Ok(ClientWrapper::new(client)) [INFO] [stderr] 91 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/deadpool-postgres-0.4.0/src/lib.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 92 | / async fn recycle(&self, client: &mut ClientWrapper) -> RecycleResult { [INFO] [stderr] 93 | | match client.simple_query("").await { [INFO] [stderr] 94 | | Ok(_) => Ok(()), [INFO] [stderr] 95 | | Err(e) => { [INFO] [stderr] ... | [INFO] [stderr] 99 | | } [INFO] [stderr] 100 | | } [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] Checking serde_json v1.0.44 [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] Checking toml v0.5.5 [INFO] [stderr] error: could not compile `deadpool-postgres`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9dd3ebd7fd59549ef8e885ea6799382cb21fffed7a5b426a9a385a9e275a8e3c"` [INFO] running `"docker" "rm" "-f" "9dd3ebd7fd59549ef8e885ea6799382cb21fffed7a5b426a9a385a9e275a8e3c"` [INFO] [stdout] 9dd3ebd7fd59549ef8e885ea6799382cb21fffed7a5b426a9a385a9e275a8e3c