[INFO] updating cached repository https://github.com/google/rerast [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/google/rerast [INFO] [stderr] 27d9fad..f6d7961 master -> master [INFO] [stderr] * [new tag] v0.1.67 -> v0.1.67 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f6d796185ebc04d009fd5a07f4dc0cf9c80baac0 [INFO] checking google/rerast against try#b19afc12c4f781e95f168f2fdea339c972f14ae2 for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Frerast" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/google/rerast on toolchain b19afc12c4f781e95f168f2fdea339c972f14ae2-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/google/rerast [INFO] removed path dependency rerast_macros from git repo https://github.com/google/rerast [INFO] finished tweaking git repo https://github.com/google/rerast [INFO] tweaked toml for git repo https://github.com/google/rerast written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/google/rerast already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+b19afc12c4f781e95f168f2fdea339c972f14ae2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7b698eee372db2efb9a88e7d66f1dedfa813dec8817250948bf3a080a0f9de3d [INFO] running `"docker" "start" "-a" "7b698eee372db2efb9a88e7d66f1dedfa813dec8817250948bf3a080a0f9de3d"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking rerast_macros v0.1.12 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking rerast v0.1.67 (/opt/rustwide/workdir) [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] error[E0609]: no field `pat` on type `&rustc::hir::Arm` [INFO] [stderr] --> src/rule_finder.rs:92:87 [INFO] [stderr] | [INFO] [stderr] 92 | if let hir::PatKind::Path(hir::QPath::Resolved(None, ref path)) = arm.pat.node { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pat` on type `rustc::hir::Arm` [INFO] [stderr] --> src/rule_finder.rs:353:84 [INFO] [stderr] | [INFO] [stderr] 353 | if let hir::PatKind::TupleStruct(_, ref patterns, _) = arms[0].pat.node { [INFO] [stderr] | ^^^ help: a field with a similar name exists: `pats` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pat` on type `&rustc::hir::Arm` [INFO] [stderr] --> src/rule_matcher.rs:815:21 [INFO] [stderr] | [INFO] [stderr] 815 | && self.pat.attempt_match(state, &code.pat) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pat` on type `&'tcx rustc::hir::Arm` [INFO] [stderr] --> src/rule_matcher.rs:815:52 [INFO] [stderr] | [INFO] [stderr] 815 | && self.pat.attempt_match(state, &code.pat) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0609`. [INFO] [stderr] error: Could not compile `rerast`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0609]: no field `pat` on type `&rustc::hir::Arm` [INFO] [stderr] --> src/rule_finder.rs:92:87 [INFO] [stderr] | [INFO] [stderr] 92 | if let hir::PatKind::Path(hir::QPath::Resolved(None, ref path)) = arm.pat.node { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pat` on type `rustc::hir::Arm` [INFO] [stderr] --> src/rule_finder.rs:353:84 [INFO] [stderr] | [INFO] [stderr] 353 | if let hir::PatKind::TupleStruct(_, ref patterns, _) = arms[0].pat.node { [INFO] [stderr] | ^^^ help: a field with a similar name exists: `pats` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pat` on type `&rustc::hir::Arm` [INFO] [stderr] --> src/rule_matcher.rs:815:21 [INFO] [stderr] | [INFO] [stderr] 815 | && self.pat.attempt_match(state, &code.pat) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pat` on type `&'tcx rustc::hir::Arm` [INFO] [stderr] --> src/rule_matcher.rs:815:52 [INFO] [stderr] | [INFO] [stderr] 815 | && self.pat.attempt_match(state, &code.pat) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0609`. [INFO] [stderr] error: Could not compile `rerast`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7b698eee372db2efb9a88e7d66f1dedfa813dec8817250948bf3a080a0f9de3d"` [INFO] running `"docker" "rm" "-f" "7b698eee372db2efb9a88e7d66f1dedfa813dec8817250948bf3a080a0f9de3d"` [INFO] [stdout] 7b698eee372db2efb9a88e7d66f1dedfa813dec8817250948bf3a080a0f9de3d