[INFO] crate g1-macros 0.1.0-alpha.3 is already in cache [INFO] checking g1-macros-0.1.0-alpha.3 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate g1-macros 0.1.0-alpha.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate g1-macros 0.1.0-alpha.3 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate g1-macros 0.1.0-alpha.3 [INFO] finished tweaking crates.io crate g1-macros 0.1.0-alpha.3 [INFO] tweaked toml for crates.io crate g1-macros 0.1.0-alpha.3 written to /workspace/builds/worker-1/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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 96f03fb9a3d64130550347f2ecbbba25efc3863fb91a048188f6dcc1c6ddde05 [INFO] running `"docker" "start" "-a" "96f03fb9a3d64130550347f2ecbbba25efc3863fb91a048188f6dcc1c6ddde05"` [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Checking futures-core v0.3.2 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling lalrpop-util v0.17.2 [INFO] [stderr] Checking topological-sort v0.1.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Checking futures-channel v0.3.2 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling ena v0.13.1 [INFO] [stderr] Checking syn v1.0.14 [INFO] [stderr] Compiling derive_more v0.99.2 [INFO] [stderr] Compiling futures-macro v0.3.2 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Checking futures-util v0.3.2 [INFO] [stderr] Checking futures-executor v0.3.2 [INFO] [stderr] Compiling logos-derive v0.9.7 [INFO] [stderr] Checking futures v0.3.2 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Checking logos v0.9.7 [INFO] [stderr] Compiling g1-common v0.1.0-alpha.3 [INFO] [stderr] error[E0424]: expected value, found module `self` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/g1-common-0.1.0-alpha.3/src/lib.rs:191:1 [INFO] [stderr] | [INFO] [stderr] 191 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 290 | / async fn query_all(&self, query: &NamelessQuery) -> Result>>, Self::Error> { [INFO] [stderr] 291 | | self.query(None, query).await [INFO] [stderr] 292 | | } [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/g1-common-0.1.0-alpha.3/src/lib.rs:191:1 [INFO] [stderr] | [INFO] [stderr] 191 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 295 | / async fn query_first( [INFO] [stderr] 296 | | &self, [INFO] [stderr] 297 | | query: &NamelessQuery, [INFO] [stderr] 298 | | ) -> Result>>, Self::Error> { [INFO] [stderr] ... | [INFO] [stderr] 301 | | Ok(v.pop()) [INFO] [stderr] 302 | | } [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/g1-common-0.1.0-alpha.3/src/lib.rs:191:1 [INFO] [stderr] | [INFO] [stderr] 191 | #[async_trait::async_trait] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `self` value is a keyword only available in methods with a `self` parameter [INFO] [stderr] ... [INFO] [stderr] 307 | / async fn query_has_results(&self, query: &NamelessQuery) -> Result { [INFO] [stderr] 308 | | Ok(self.query_first(query).await?.is_some()) [INFO] [stderr] 309 | | } [INFO] [stderr] | |_____- this function doesn't have a `self` parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0424`. [INFO] [stderr] error: could not compile `g1-common`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "96f03fb9a3d64130550347f2ecbbba25efc3863fb91a048188f6dcc1c6ddde05"` [INFO] running `"docker" "rm" "-f" "96f03fb9a3d64130550347f2ecbbba25efc3863fb91a048188f6dcc1c6ddde05"` [INFO] [stdout] 96f03fb9a3d64130550347f2ecbbba25efc3863fb91a048188f6dcc1c6ddde05