[INFO] crate cxmr-rpc-client 0.0.1 is already in cache [INFO] checking cxmr-rpc-client-0.0.1 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate cxmr-rpc-client 0.0.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate cxmr-rpc-client 0.0.1 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cxmr-rpc-client 0.0.1 [INFO] finished tweaking crates.io crate cxmr-rpc-client 0.0.1 [INFO] tweaked toml for crates.io crate cxmr-rpc-client 0.0.1 written to /workspace/builds/worker-8/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-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" "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] 3476eed06e2a886c0bba07937ae30551ea32ed2c9dd830b2f929e114f3179444 [INFO] running `"docker" "start" "-a" "3476eed06e2a886c0bba07937ae30551ea32ed2c9dd830b2f929e114f3179444"` [INFO] [stderr] Checking futures-task v0.3.2 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking cxmr-balances v0.0.1 [INFO] [stderr] Checking cxmr-currency v0.0.1 [INFO] [stderr] Checking futures-util v0.3.2 [INFO] [stderr] Checking cxmr-exchanges v0.0.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking cxmr-feeds v0.0.1 [INFO] [stderr] Checking cxmr-orderbook v0.0.1 [INFO] [stderr] Checking cxmr-rpc v0.0.1 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking cxmr-http-client v0.0.1 [INFO] [stderr] Checking cxmr-api-clients-errors v0.0.1 [INFO] [stderr] Checking cxmr-rpc-client v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> src/lib.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 44 | / async fn orderbooks(&self) -> Result, Self::Error> { [INFO] [stderr] 45 | | let req = http::build_unsecured_request(&self.host, "/v1/broker/orderbooks", None)?; [INFO] [stderr] 46 | | let body = http::send_request(&self.client, req).await?; [INFO] [stderr] 47 | | Ok(serde_json::from_reader(body.reader())?) [INFO] [stderr] 48 | | } [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:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | #[async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 44 | / async fn orderbooks(&self) -> Result, Self::Error> { [INFO] [stderr] 45 | | let req = http::build_unsecured_request(&self.host, "/v1/broker/orderbooks", None)?; [INFO] [stderr] 46 | | let body = http::send_request(&self.client, req).await?; [INFO] [stderr] 47 | | Ok(serde_json::from_reader(body.reader())?) [INFO] [stderr] 48 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `cxmr-rpc-client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cxmr-rpc-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3476eed06e2a886c0bba07937ae30551ea32ed2c9dd830b2f929e114f3179444"` [INFO] running `"docker" "rm" "-f" "3476eed06e2a886c0bba07937ae30551ea32ed2c9dd830b2f929e114f3179444"` [INFO] [stdout] 3476eed06e2a886c0bba07937ae30551ea32ed2c9dd830b2f929e114f3179444