[INFO] updating cached repository google/rerast [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/google/rerast [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/google/rerast" "work/ex/beta-1.37-6/sources/1.36.0/gh/google/rerast"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/google/rerast'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/google/rerast" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/google/rerast"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/google/rerast'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e4ef34ea8f6892463d0928f767e9ad3247cb4519 [INFO] sha for GitHub repo google/rerast: e4ef34ea8f6892463d0928f767e9ad3247cb4519 [INFO] validating manifest of google/rerast on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of google/rerast on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing google/rerast [INFO] removed path dependency rerast_macros from google/rerast [INFO] finished frobbing google/rerast [INFO] frobbed toml for google/rerast written to work/ex/beta-1.37-6/sources/1.36.0/gh/google/rerast/Cargo.toml [INFO] started frobbing google/rerast [INFO] removed path dependency rerast_macros from google/rerast [INFO] finished frobbing google/rerast [INFO] frobbed toml for google/rerast written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/google/rerast/Cargo.toml [INFO] crate google/rerast already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/google/rerast/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/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing google/rerast against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/google/rerast:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] a4000db30d8e8d0123e66228e4bb76122c6ad599f77cd288c69d9eb1a2b64071 [INFO] running `"docker" "start" "-a" "a4000db30d8e8d0123e66228e4bb76122c6ad599f77cd288c69d9eb1a2b64071"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling json v0.11.14 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling rerast_macros v0.1.12 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling rerast v0.1.55 (/opt/crater/workdir) [INFO] [stderr] error[E0425]: cannot find function `with_default_globals` in module `syntax` [INFO] [stderr] --> src/lib.rs:159:17 [INFO] [stderr] | [INFO] [stderr] 159 | syntax::with_default_globals(|| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | #![feature(rustc_private)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the stable release channel [INFO] [stderr] --> src/lib.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | #![feature(box_syntax)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields [INFO] [stderr] --> src/change_to_rule.rs:78:13 [INFO] [stderr] | [INFO] [stderr] 78 | TokenTree::Token(_token) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `syntax_pos::Symbol: std::ops::Deref` is not satisfied [INFO] [stderr] --> src/definitions.rs:80:38 [INFO] [stderr] | [INFO] [stderr] 80 | if self.tcx.item_name(fn_id) == self.rerast_types_symbol { [INFO] [stderr] | ^^ the trait `std::ops::Deref` is not implemented for `syntax_pos::Symbol` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialEq` for `syntax::symbol::InternedString` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `ty` found for type `&rustc::hir::TypeBinding` in the current scope [INFO] [stderr] --> src/rule_matcher.rs:1280:21 [INFO] [stderr] | [INFO] [stderr] 1280 | && self.ty().attempt_match(state, &code.ty()) [INFO] [stderr] | ^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `ty` found for type `&'gcx rustc::hir::TypeBinding` in the current scope [INFO] [stderr] --> src/rule_matcher.rs:1280:53 [INFO] [stderr] | [INFO] [stderr] 1280 | && self.ty().attempt_match(state, &code.ty()) [INFO] [stderr] | ^^-- help: remove the arguments [INFO] [stderr] | | [INFO] [stderr] | field, not a method [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0277, E0425, E0554, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: Could not compile `rerast`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a4000db30d8e8d0123e66228e4bb76122c6ad599f77cd288c69d9eb1a2b64071"` [INFO] running `"docker" "rm" "-f" "a4000db30d8e8d0123e66228e4bb76122c6ad599f77cd288c69d9eb1a2b64071"` [INFO] [stdout] a4000db30d8e8d0123e66228e4bb76122c6ad599f77cd288c69d9eb1a2b64071