[INFO] updating cached repository https://github.com/hgzimmerman/CMPE-240-Sesame-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] d9be42039c45033ffe8832ef4a9cbe811d5cd904 [INFO] checking hgzimmerman/CMPE-240-Sesame-Server against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhgzimmerman%2FCMPE-240-Sesame-Server" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hgzimmerman/CMPE-240-Sesame-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/hgzimmerman/CMPE-240-Sesame-Server [INFO] finished tweaking git repo https://github.com/hgzimmerman/CMPE-240-Sesame-Server [INFO] tweaked toml for git repo https://github.com/hgzimmerman/CMPE-240-Sesame-Server written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/hgzimmerman/CMPE-240-Sesame-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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 295357ab34857e65b07a59d6de054002a5010193ab9155f460257c19066ef0eb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "295357ab34857e65b07a59d6de054002a5010193ab9155f460257c19066ef0eb"` [INFO] [stderr] Compiling libc v0.2.32 [INFO] [stderr] Compiling either v1.3.0 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Compiling lazy_static v0.2.9 [INFO] [stderr] Compiling futures v0.1.16 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling yansi v0.3.4 [INFO] [stderr] Compiling matches v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.5 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Checking log v0.3.8 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking untrusted v0.5.1 [INFO] [stderr] Compiling pear_codegen v0.0.10 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/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] Compiling language-tags v0.2.2 [INFO] [stderr] error[E0432]: unresolved import `syntax::tokenstream::ThinTokenStream` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/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.10/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.10/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.10/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.10/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.10/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] Compiling serde v1.0.15 [INFO] [stderr] error[E0432]: unresolved import `syntax::ast::SpannedIdent` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pear_codegen-0.0.10/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.10/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.10/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.10/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.10/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.10/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.10/src/lib.rs:234:22 [INFO] [stderr] | [INFO] [stderr] 234 | 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.10/src/lib.rs:277:13 [INFO] [stderr] | [INFO] [stderr] 277 | 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.10/src/lib.rs:281:17 [INFO] [stderr] | [INFO] [stderr] 281 | 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.10/src/lib.rs:283:43 [INFO] [stderr] | [INFO] [stderr] 283 | 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.10/src/lib.rs:342:54 [INFO] [stderr] | [INFO] [stderr] 342 | 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.10/src/lib.rs:346:13 [INFO] [stderr] | [INFO] [stderr] 346 | 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.10/src/lib.rs:354:54 [INFO] [stderr] | [INFO] [stderr] 354 | 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.10/src/lib.rs:358:13 [INFO] [stderr] | [INFO] [stderr] 358 | 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.10/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.10/src/lib.rs:377:13 [INFO] [stderr] | [INFO] [stderr] 377 | 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.10/src/lib.rs:385:9 [INFO] [stderr] | [INFO] [stderr] 385 | 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.10/src/lib.rs:402:53 [INFO] [stderr] | [INFO] [stderr] 402 | let expr = gen_expr(ecx, input, &wild, "e_expr!(ecx, ()), stmts); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Compiling typeable v0.1.2 [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.10/src/lib.rs:423:48 [INFO] [stderr] | [INFO] [stderr] 423 | 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.10/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[E0635]: unknown feature `const_atomic_bool_new` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/yansi-0.3.4/src/lib.rs:1:40 [INFO] [stderr] | [INFO] [stderr] 1 | #![cfg_attr(feature="nightly", feature(const_atomic_bool_new))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [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.10/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.10/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.10/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.10/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.10/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.10/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.10/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: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/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.10/src/lib.rs:212:28 [INFO] [stderr] | [INFO] [stderr] 212 | 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.10/src/lib.rs:245:19 [INFO] [stderr] | [INFO] [stderr] 245 | 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.10/src/lib.rs:396:19 [INFO] [stderr] | [INFO] [stderr] 396 | fn gen_stmt(ecx: &ExtCtxt, input: &P, mut stmts: VecDeque) -> Vec { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `yansi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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" "295357ab34857e65b07a59d6de054002a5010193ab9155f460257c19066ef0eb"` [INFO] running `"docker" "rm" "-f" "295357ab34857e65b07a59d6de054002a5010193ab9155f460257c19066ef0eb"` [INFO] [stdout] 295357ab34857e65b07a59d6de054002a5010193ab9155f460257c19066ef0eb