[INFO] updating cached repository https://github.com/CryZe/livesplit-server [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] 403896a64a872468ee32bad769f47eb533dc004d [INFO] checking CryZe/livesplit-server against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryZe%2Flivesplit-server" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CryZe/livesplit-server on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CryZe/livesplit-server [INFO] finished tweaking git repo https://github.com/CryZe/livesplit-server [INFO] tweaked toml for git repo https://github.com/CryZe/livesplit-server written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/CryZe/livesplit-server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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" "+nightly-2019-10-27" "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] fe3adcce591b2a3146ddcdc0c3f853b1c69a1cfb6160284085dde7c3853b7e69 [INFO] running `"docker" "start" "-a" "fe3adcce591b2a3146ddcdc0c3f853b1c69a1cfb6160284085dde7c3853b7e69"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking libc v0.2.24 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling scopeguard v0.3.2 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Checking num-traits v0.1.39 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling gcc v0.3.51 [INFO] [stderr] Compiling yansi v0.3.0 [INFO] [stderr] Checking serde v1.0.8 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Checking smallvec v0.4.0 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.1 [INFO] [stderr] Checking untrusted v0.5.0 [INFO] [stderr] Checking adler32 v1.0.0 [INFO] [stderr] Compiling pear_codegen v0.0.8 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(plugin_registrar, rustc_private, quote)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] Checking lazycell v0.4.0 [INFO] [stderr] Checking threadpool v1.3.2 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling state v0.3.1 [INFO] [stderr] Checking pear v0.0.8 [INFO] [stderr] Checking quick-error v1.2.0 [INFO] [stderr] Checking typed-arena v1.3.0 [INFO] [stderr] Checking peresil v0.3.0 [INFO] [stderr] Checking ordermap v0.2.10 [INFO] [stderr] Checking linked-hash-map v0.4.2 [INFO] [stderr] Checking odds v0.2.25 [INFO] [stderr] error[E0432]: unresolved import `syntax::tokenstream::ThinTokenStream` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:15:51 [INFO] [stderr] | [INFO] [stderr] 15 | use syntax::tokenstream::{TokenTree, TokenStream, ThinTokenStream}; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `ThinTokenStream` in `tokenstream` [INFO] [stderr] | help: a similar name exists in the module: `TokenStream` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:20:13 [INFO] [stderr] | [INFO] [stderr] 20 | use syntax::ext::base::{DummyResult, ExtCtxt, MacResult, MacEager}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:22:13 [INFO] [stderr] | [INFO] [stderr] 22 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:23:13 [INFO] [stderr] | [INFO] [stderr] 23 | use syntax::ext::quote::rt::ToTokens; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `ext` in `syntax` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:26:13 [INFO] [stderr] | [INFO] [stderr] 26 | use syntax::ext::base::{SyntaxExtension, Annotatable}; [INFO] [stderr] | ^^^ could not find `ext` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | use syntax::codemap::{Span, DUMMY_SP}; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ast::SpannedIdent` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:27:56 [INFO] [stderr] | [INFO] [stderr] 27 | use syntax::ast::{ItemKind, MetaItem, FnDecl, PatKind, SpannedIdent}; [INFO] [stderr] | ^^^^^^^^^^^^ no `SpannedIdent` in `ast` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:28:13 [INFO] [stderr] | [INFO] [stderr] 28 | use syntax::codemap::Spanned; [INFO] [stderr] | ^^^^^^^ could not find `codemap` in `syntax` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:68:32 [INFO] [stderr] | [INFO] [stderr] 68 | let new_inner_fn = quote_expr!(ecx, parse!($input, $block)); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_attr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:76:37 [INFO] [stderr] | [INFO] [stderr] 76 | new_item.attrs.push(quote_attr!(ecx, #[inline])); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_attr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:78:37 [INFO] [stderr] | [INFO] [stderr] 78 | new_item.attrs.push(quote_attr!(ecx, #[inline(always)])); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_stmt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:178:24 [INFO] [stderr] | [INFO] [stderr] 178 | stmts.push(quote_stmt!(ecx, let $unique_ident = $param;).unwrap()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:229:22 [INFO] [stderr] | [INFO] [stderr] 229 | false => quote_expr!(ecx, ::pear::ParseResult::Done($expr)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:272:13 [INFO] [stderr] | [INFO] [stderr] 272 | quote_expr!(ecx, { $stmt }) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:276:17 [INFO] [stderr] | [INFO] [stderr] 276 | quote_expr!(ecx, ::pear::ParseResult::Done($expr)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_tokens` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:278:43 [INFO] [stderr] | [INFO] [stderr] 278 | let mut streams: Vec<_> = quote_tokens!(ecx, $input,).into_iter() [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:337:54 [INFO] [stderr] | [INFO] [stderr] 337 | None => gen_expr(ecx, input, &wild, "e_expr!(ecx, ()), VecDeque::new()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:341:13 [INFO] [stderr] | [INFO] [stderr] 341 | quote_expr!(ecx, if $cond_expr { $new_block } else { $new_else }) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:349:54 [INFO] [stderr] | [INFO] [stderr] 349 | None => gen_expr(ecx, input, &wild, "e_expr!(ecx, ()), VecDeque::new()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:353:13 [INFO] [stderr] | [INFO] [stderr] 353 | quote_expr!(ecx, if let $pat = $pat_expr { $new_block } else { $new_else }) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:367:13 [INFO] [stderr] | [INFO] [stderr] 367 | quote_expr!(ecx, ::pear::ParseResult::Done($expr)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:372:13 [INFO] [stderr] | [INFO] [stderr] 372 | quote_expr!(ecx, ::pear::ParseResult::Done($expr)) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:380:9 [INFO] [stderr] | [INFO] [stderr] 380 | quote_expr!(ecx, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:397:53 [INFO] [stderr] | [INFO] [stderr] 397 | let expr = gen_expr(ecx, input, &wild, "e_expr!(ecx, ()), stmts); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:418:48 [INFO] [stderr] | [INFO] [stderr] 418 | stmts.push_front(ecx.stmt_expr(quote_expr!(ecx, ()))); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SyntaxExtension` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:43:9 [INFO] [stderr] | [INFO] [stderr] 43 | SyntaxExtension::MultiModifier(Box::new(parser_decorator))); [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of undeclared type or module `SyntaxExtension` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:65:12 [INFO] [stderr] | [INFO] [stderr] 65 | if let Annotatable::Item(ref item) = annotated { [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:81:20 [INFO] [stderr] | [INFO] [stderr] 81 | return Annotatable::Item(P(new_item)) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:86:9 [INFO] [stderr] | [INFO] [stderr] 86 | Annotatable::Item(ref item) => item.span, [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | Annotatable::TraitItem(ref item) => item.span, [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Annotatable` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:88:9 [INFO] [stderr] | [INFO] [stderr] 88 | Annotatable::ImplItem(ref item) => item.span [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `Annotatable` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `DummyResult` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:104:20 [INFO] [stderr] | [INFO] [stderr] 104 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MacEager` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | MacEager::expr(expr) [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `MacEager` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:46:30 [INFO] [stderr] | [INFO] [stderr] 46 | fn get_input_from_decl(ecx: &ExtCtxt, decl: &FnDecl) -> SpannedIdent { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | fn parser_decorator(ecx: &mut ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:59:32 [INFO] [stderr] | [INFO] [stderr] 59 | annotated: Annotatable [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Annotatable` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:60:25 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> Annotatable { [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:98:32 [INFO] [stderr] | [INFO] [stderr] 98 | fn parse_macro_outer(ecx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `MacResult` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:98:78 [INFO] [stderr] | [INFO] [stderr] 98 | fn parse_macro_outer(ecx: &mut ExtCtxt, sp: Span, args: &[TokenTree]) -> Box { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:112:54 [INFO] [stderr] | [INFO] [stderr] 112 | fn parse_macro<'a>(mut parser: Parser<'a>, ecx: &mut ExtCtxt<'a>, _: Span) -> PResult<'a, P> { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:173:24 [INFO] [stderr] | [INFO] [stderr] 173 | fn remonad_param(ecx: &ExtCtxt, param: P, stmts: &mut Vec) -> P { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:207:28 [INFO] [stderr] | [INFO] [stderr] 207 | fn remonad_params(ecx: &ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:240:19 [INFO] [stderr] | [INFO] [stderr] 240 | fn gen_expr(ecx: &ExtCtxt, [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `ExtCtxt` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.8/src/lib.rs:391:19 [INFO] [stderr] | [INFO] [stderr] 391 | fn gen_stmt(ecx: &ExtCtxt, input: &P, mut stmts: VecDeque) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] Checking unicode-bidi v0.3.3 [INFO] [stderr] error: aborting due to 45 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0432, E0433, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not compile `pear_codegen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fe3adcce591b2a3146ddcdc0c3f853b1c69a1cfb6160284085dde7c3853b7e69"` [INFO] running `"docker" "rm" "-f" "fe3adcce591b2a3146ddcdc0c3f853b1c69a1cfb6160284085dde7c3853b7e69"` [INFO] [stdout] fe3adcce591b2a3146ddcdc0c3f853b1c69a1cfb6160284085dde7c3853b7e69