[INFO] updating cached repository https://github.com/randomPoison/hangry-river-horse [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] e979d56dc0bf734d8a4acf496e1430942e82bf3b [INFO] checking randomPoison/hangry-river-horse against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FrandomPoison%2Fhangry-river-horse" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/randomPoison/hangry-river-horse 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/randomPoison/hangry-river-horse [INFO] finished tweaking git repo https://github.com/randomPoison/hangry-river-horse [INFO] tweaked toml for git repo https://github.com/randomPoison/hangry-river-horse written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/randomPoison/hangry-river-horse 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 704cd332b7fe9da75234a6f320a8d982326cc9fb7a0702ff56f1374b074eb412 [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" "704cd332b7fe9da75234a6f320a8d982326cc9fb7a0702ff56f1374b074eb412"` [INFO] [stderr] Compiling pear_codegen v0.0.10 [INFO] [stderr] Checking smallvec v0.4.2 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling isatty v0.1.3 [INFO] [stderr] Compiling rocket v0.3.1 [INFO] [stderr] Compiling rocket_codegen v0.3.1 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling rayon-core v1.2.1 [INFO] [stderr] Checking url v1.5.1 [INFO] [stderr] Compiling courier v0.3.0 [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 rayon v0.7.1 [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] 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] 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[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[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: 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[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0713`. [INFO] [stderr] error: could not compile `url`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "704cd332b7fe9da75234a6f320a8d982326cc9fb7a0702ff56f1374b074eb412"` [INFO] running `"docker" "rm" "-f" "704cd332b7fe9da75234a6f320a8d982326cc9fb7a0702ff56f1374b074eb412"` [INFO] [stdout] 704cd332b7fe9da75234a6f320a8d982326cc9fb7a0702ff56f1374b074eb412