[INFO] updating cached repository NotIntMan/n-lang-parser [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/NotIntMan/n-lang-parser [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/NotIntMan/n-lang-parser" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/NotIntMan/n-lang-parser"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/NotIntMan/n-lang-parser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/NotIntMan/n-lang-parser" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/NotIntMan/n-lang-parser"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/NotIntMan/n-lang-parser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d4016cd13cb23b41898d53458a564fc2dd0c73da [INFO] sha for GitHub repo NotIntMan/n-lang-parser: d4016cd13cb23b41898d53458a564fc2dd0c73da [INFO] validating manifest of NotIntMan/n-lang-parser on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of NotIntMan/n-lang-parser on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing NotIntMan/n-lang-parser [INFO] finished frobbing NotIntMan/n-lang-parser [INFO] frobbed toml for NotIntMan/n-lang-parser written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/NotIntMan/n-lang-parser/Cargo.toml [INFO] started frobbing NotIntMan/n-lang-parser [INFO] finished frobbing NotIntMan/n-lang-parser [INFO] frobbed toml for NotIntMan/n-lang-parser written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/NotIntMan/n-lang-parser/Cargo.toml [INFO] crate NotIntMan/n-lang-parser already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking NotIntMan/n-lang-parser against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/NotIntMan/n-lang-parser:/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=forbid" "-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f719646a760f43dddfa7405c93948a7e560c55c949a0aef7948ac5919e0ec587 [INFO] running `"docker" "start" "-a" "f719646a760f43dddfa7405c93948a7e560c55c949a0aef7948ac5919e0ec587"` [INFO] [stderr] Checking peg v0.5.4 [INFO] [stderr] Checking serde_yaml v0.7.3 [INFO] [stderr] Compiling peg-syntax-ext v0.5.5 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, quote, rustc_private, box_patterns)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use syntax::codemap; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `codemap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use syntax::codemap::FileName; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::fold` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::util::small_vector` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:17:19 [INFO] [stderr] | [INFO] [stderr] 17 | use syntax::util::small_vector::SmallVector; [INFO] [stderr] | ^^^^^^^^^^^^ could not find `small_vector` in `util` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_item!` in this scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:79:18 [INFO] [stderr] | [INFO] [stderr] 79 | let module = quote_item! { cx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IdentTT` in module `syntax::ext::base` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:26:32 [INFO] [stderr] | [INFO] [stderr] 26 | syntax::ext::base::IdentTT(Box::new(expand_peg_str), None, false)); [INFO] [stderr] | ^^^^^^^ not found in `syntax::ext::base` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `IdentTT` in module `syntax::ext::base` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:30:32 [INFO] [stderr] | [INFO] [stderr] 30 | syntax::ext::base::IdentTT(Box::new(expand_peg_file), None, false)); [INFO] [stderr] | ^^^^^^^ not found in `syntax::ext::base` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:48:25 [INFO] [stderr] | [INFO] [stderr] 48 | let path = match cx.codemap().span_to_filename(sp) { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `codemap` found for type `&'s mut syntax::ext::base::ExtCtxt<'_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:62:8 [INFO] [stderr] | [INFO] [stderr] 62 | cx.codemap().new_filemap(path.into(), "".to_string()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `fold_expr` found for type `syntax::ext::expand::MacroExpander<'_, '_>` in the current scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:94:29 [INFO] [stderr] | [INFO] [stderr] 94 | let arg = cx.expander().fold_expr(panictry!(parser.parse_expr())); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:100:44 [INFO] [stderr] | [INFO] [stderr] 100 | cx.span_err(parser.span, [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `sess`, `token`, `prev_span`, `recurse_into_file_modules`, `root_module_name`, `cfg_mods` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/peg-syntax-ext-0.5.5/lib.rs:114:24 [INFO] [stderr] | [INFO] [stderr] 114 | cx.span_err(parser.span, &err); [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `sess`, `token`, `prev_span`, `recurse_into_file_modules`, `root_module_name`, `cfg_mods` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0557, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `peg-syntax-ext`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f719646a760f43dddfa7405c93948a7e560c55c949a0aef7948ac5919e0ec587"` [INFO] running `"docker" "rm" "-f" "f719646a760f43dddfa7405c93948a7e560c55c949a0aef7948ac5919e0ec587"` [INFO] [stdout] f719646a760f43dddfa7405c93948a7e560c55c949a0aef7948ac5919e0ec587