[INFO] updating cached repository https://github.com/google/rerast [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] [stderr] From https://github.com/google/rerast [INFO] [stderr] 44820b3..7e86f9f master -> master [INFO] [stderr] * [new tag] v0.1.71 -> v0.1.71 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7e86f9f6d91f434d8263aafa59b312930c15522e [INFO] checking google/rerast against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Frerast" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/google/rerast on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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 /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/google/rerast already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-13/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 93c5b840cd655d5b2130628050d5149362a6abaf3099eb7e82c2313582cf116b [INFO] running `"docker" "start" "-a" "93c5b840cd655d5b2130628050d5149362a6abaf3099eb7e82c2313582cf116b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rerast_macros v0.1.12 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking rerast v0.1.71 (/opt/rustwide/workdir) [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] error[E0432]: unresolved import `syntax::sess` [INFO] [stderr] --> src/change_to_rule.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | use syntax::sess::ParseSess; [INFO] [stderr] | ^^^^ could not find `sess` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::sess` [INFO] [stderr] --> src/code_substitution.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | use syntax::sess::ParseSess; [INFO] [stderr] | ^^^^ could not find `sess` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_symbol` found for type `rustc::hir::map::DefPathData` in the current scope [INFO] [stderr] --> src/change_to_rule.rs:556:63 [INFO] [stderr] | [INFO] [stderr] 556 | write!(qualified_path, "::{}", component.data.as_symbol()).unwrap(); [INFO] [stderr] | ^^^^^^^^^ method not found in `rustc::hir::map::DefPathData` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rerast`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `syntax::sess` [INFO] [stderr] --> src/change_to_rule.rs:38:13 [INFO] [stderr] | [INFO] [stderr] 38 | use syntax::sess::ParseSess; [INFO] [stderr] | ^^^^ could not find `sess` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::sess` [INFO] [stderr] --> src/code_substitution.rs:178:17 [INFO] [stderr] | [INFO] [stderr] 178 | use syntax::sess::ParseSess; [INFO] [stderr] | ^^^^ could not find `sess` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `as_symbol` found for type `rustc::hir::map::DefPathData` in the current scope [INFO] [stderr] --> src/change_to_rule.rs:556:63 [INFO] [stderr] | [INFO] [stderr] 556 | write!(qualified_path, "::{}", component.data.as_symbol()).unwrap(); [INFO] [stderr] | ^^^^^^^^^ method not found in `rustc::hir::map::DefPathData` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rerast`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "93c5b840cd655d5b2130628050d5149362a6abaf3099eb7e82c2313582cf116b"` [INFO] running `"docker" "rm" "-f" "93c5b840cd655d5b2130628050d5149362a6abaf3099eb7e82c2313582cf116b"` [INFO] [stdout] 93c5b840cd655d5b2130628050d5149362a6abaf3099eb7e82c2313582cf116b