[INFO] updating cached repository https://github.com/ashleygwilliams/cargo-generate [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] 5a2b7f988c448ccbda4b2d1c5c619125ccefcfaf [INFO] checking ashleygwilliams/cargo-generate against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashleygwilliams%2Fcargo-generate" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ashleygwilliams/cargo-generate 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/ashleygwilliams/cargo-generate [INFO] finished tweaking git repo https://github.com/ashleygwilliams/cargo-generate [INFO] tweaked toml for git repo https://github.com/ashleygwilliams/cargo-generate written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/ashleygwilliams/cargo-generate already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] a385ce833f20e8f3063451c45c37b27f3fba867522244e51958b902091042a4a [INFO] running `"docker" "start" "-a" "a385ce833f20e8f3063451c45c37b27f3fba867522244e51958b902091042a4a"` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling escargot v0.2.0 [INFO] [stderr] Compiling curl-sys v0.4.23 [INFO] [stderr] Compiling libssh2-sys v0.2.13 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Checking heck v0.3.1 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking jobserver v0.1.17 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking console v0.9.0 [INFO] [stderr] Checking crypto-hash v0.3.4 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking predicates v0.5.2 [INFO] [stderr] Checking dialoguer v0.1.0 [INFO] [stderr] Checking serde_ignored v0.0.4 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking toml v0.5.3 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking liquid-value v0.19.0 [INFO] [stderr] Checking globwalk v0.3.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking rustfix v0.4.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-quote-impl v0.2.2 [INFO] [stderr] Checking assert_cmd v0.4.0 [INFO] [stderr] Checking liquid-interpreter v0.19.0 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking liquid-compiler v0.19.0 [INFO] [stderr] Checking crates-io v0.18.0 [INFO] [stderr] Compiling proc-quote v0.2.2 [INFO] [stderr] error[E0425]: cannot find value `state` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquid-compiler-0.19.0/src/parser.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Parser)] [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] = note: possible candidate is found in another module, you can import it into scope: [INFO] [stderr] pest::state [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `liquid-compiler`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "a385ce833f20e8f3063451c45c37b27f3fba867522244e51958b902091042a4a"` [INFO] running `"docker" "rm" "-f" "a385ce833f20e8f3063451c45c37b27f3fba867522244e51958b902091042a4a"` [INFO] [stdout] a385ce833f20e8f3063451c45c37b27f3fba867522244e51958b902091042a4a