[INFO] cloning repository https://github.com/Lythenas/rust-orgmode [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lythenas/rust-orgmode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLythenas%2Frust-orgmode"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLythenas%2Frust-orgmode'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dc724d47e8cd0d120abd40a12afd2531d3449cc0 [INFO] checking Lythenas/rust-orgmode against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLythenas%2Frust-orgmode" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lythenas/rust-orgmode on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Lythenas/rust-orgmode [INFO] finished tweaking git repo https://github.com/Lythenas/rust-orgmode [INFO] tweaked toml for git repo https://github.com/Lythenas/rust-orgmode written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/Lythenas/rust-orgmode already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 042daf6ac4f1fec6ce0e7b5446a8e7027b24961aa9e2b21b6812402449173446 [INFO] running `"docker" "start" "-a" "042daf6ac4f1fec6ce0e7b5446a8e7027b24961aa9e2b21b6812402449173446"` [INFO] [stderr] Compiling ucd-trie v0.1.1 [INFO] [stderr] Checking bit-vec v0.5.0 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Checking wait-timeout v0.1.5 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking tempfile v3.0.5 [INFO] [stderr] Checking pest v2.0.2 [INFO] [stderr] Checking bit-set v0.5.0 [INFO] [stderr] Compiling phf_macros v0.7.23 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:34:30 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(plugin_registrar, quote, rustc_private)] [INFO] [stderr] | ^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] Checking rusty-fork v0.2.1 [INFO] [stderr] Checking proptest v0.8.7 [INFO] [stderr] Compiling pest_meta v2.0.3 [INFO] [stderr] error[E0432]: unresolved import `syntax::ext::build::AstBuilder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:54:5 [INFO] [stderr] | [INFO] [stderr] 54 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `ext::build` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::fold` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::ext::build::AstBuilder` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/util.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use syntax::ext::build::AstBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `AstBuilder` in `ext::build` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `quote_expr` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/util.rs:93:39 [INFO] [stderr] | [INFO] [stderr] 93 | .map(|&(d1, d2)| quote_expr!(&*cx, ($d1, $d2))) [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/phf_macros-0.7.23/src/util.rs:101:28 [INFO] [stderr] | [INFO] [stderr] 101 | ... quote_expr!(&*cx, ($key, $value)) [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/phf_macros-0.7.23/src/util.rs:107:20 [INFO] [stderr] | [INFO] [stderr] 107 | MacEager::expr(quote_expr!(cx, ::phf::Map { [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/phf_macros-0.7.23/src/util.rs:120:20 [INFO] [stderr] | [INFO] [stderr] 120 | MacEager::expr(quote_expr!(cx, ::phf::Set { map: $map })) [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/phf_macros-0.7.23/src/util.rs:130:39 [INFO] [stderr] | [INFO] [stderr] 130 | .map(|&(d1, d2)| quote_expr!(&*cx, ($d1, $d2))) [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/phf_macros-0.7.23/src/util.rs:134:44 [INFO] [stderr] | [INFO] [stderr] 134 | let idxs = state.map.iter().map(|&idx| quote_expr!(&*cx, $idx)).collect(); [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/phf_macros-0.7.23/src/util.rs:139:30 [INFO] [stderr] | [INFO] [stderr] 139 | ... quote_expr!(&*cx, ($key, $value)) [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/phf_macros-0.7.23/src/util.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | MacEager::expr(quote_expr!(cx, ::phf::OrderedMap { [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/phf_macros-0.7.23/src/util.rs:159:20 [INFO] [stderr] | [INFO] [stderr] 159 | MacEager::expr(quote_expr!(cx, ::phf::OrderedSet { map: $map })) [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/phf_macros-0.7.23/src/lib.rs:209:17 [INFO] [stderr] | [INFO] [stderr] 209 | let value = quote_expr!(&*cx, ()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | reg.register_macro("phf_map", expand_phf_map); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected struct `syntax::tokenstream::TokenStream`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `for<'cx, 'r> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax_pos::Span, syntax::tokenstream::TokenStream) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] found type `for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax_pos::Span, &'t0 [syntax::tokenstream::TokenTree]) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'static)> {expand_phf_map}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:79:35 [INFO] [stderr] | [INFO] [stderr] 79 | reg.register_macro("phf_set", expand_phf_set); [INFO] [stderr] | ^^^^^^^^^^^^^^ expected struct `syntax::tokenstream::TokenStream`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `for<'cx, 'r> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax_pos::Span, syntax::tokenstream::TokenStream) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] found type `for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax_pos::Span, &'t0 [syntax::tokenstream::TokenTree]) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'static)> {expand_phf_set}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:80:43 [INFO] [stderr] | [INFO] [stderr] 80 | reg.register_macro("phf_ordered_map", expand_phf_ordered_map); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::tokenstream::TokenStream`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `for<'cx, 'r> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax_pos::Span, syntax::tokenstream::TokenStream) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] found type `for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax_pos::Span, &'t0 [syntax::tokenstream::TokenTree]) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'static)> {expand_phf_ordered_map}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:81:43 [INFO] [stderr] | [INFO] [stderr] 81 | reg.register_macro("phf_ordered_set", expand_phf_ordered_set); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::tokenstream::TokenStream`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `for<'cx, 'r> fn(&'cx mut syntax::ext::base::ExtCtxt<'r>, syntax_pos::Span, syntax::tokenstream::TokenStream) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'cx)>` [INFO] [stderr] found type `for<'r, 's, 't0> fn(&'r mut syntax::ext::base::ExtCtxt<'s>, syntax_pos::Span, &'t0 [syntax::tokenstream::TokenTree]) -> std::boxed::Box<(dyn syntax::ext::base::MacResult + 'static)> {expand_phf_ordered_set}` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:102:37 [INFO] [stderr] | [INFO] [stderr] 102 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:106:29 [INFO] [stderr] | [INFO] [stderr] 106 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:117:37 [INFO] [stderr] | [INFO] [stderr] 117 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:121:29 [INFO] [stderr] | [INFO] [stderr] 121 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:136:37 [INFO] [stderr] | [INFO] [stderr] 136 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:140:29 [INFO] [stderr] | [INFO] [stderr] 140 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:155:37 [INFO] [stderr] | [INFO] [stderr] 155 | None => return DummyResult::expr(sp), [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `expr` found for type `syntax::ext::base::DummyResult` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:159:29 [INFO] [stderr] | [INFO] [stderr] 159 | return DummyResult::expr(sp); [INFO] [stderr] | ^^^^ function or associated item not found in `syntax::ext::base::DummyResult` [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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:173:33 [INFO] [stderr] | [INFO] [stderr] 173 | let key = cx.expander().fold_expr(panictry!(parser.parse_expr())); [INFO] [stderr] | ^^^^^^^^^ method not found in `syntax::ext::expand::MacroExpander<'_, '_>` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:181:32 [INFO] [stderr] | [INFO] [stderr] 181 | cx.span_err(parser.span, "expected `=>`"); [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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:194:32 [INFO] [stderr] | [INFO] [stderr] 194 | cx.span_err(parser.span, "expected `,`"); [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[E0599]: no method named `fold_expr` found for type `syntax::ext::expand::MacroExpander<'_, '_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:213:33 [INFO] [stderr] | [INFO] [stderr] 213 | let key = cx.expander().fold_expr(panictry!(parser.parse_expr())); [INFO] [stderr] | ^^^^^^^^^ method not found in `syntax::ext::expand::MacroExpander<'_, '_>` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `span` on type `syntax::parse::parser::Parser<'_>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:227:32 [INFO] [stderr] | [INFO] [stderr] 227 | cx.span_err(parser.span, "expected `,`"); [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 `node` on type `&syntax::ast::Expr` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:240:13 [INFO] [stderr] | [INFO] [stderr] 240 | match e.node { [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `id`, `kind`, `span`, `attrs` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ast::Lit` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:241:45 [INFO] [stderr] | [INFO] [stderr] 241 | ExprKind::Lit(ref lit) => match lit.node { [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `token`, `kind`, `span` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ptr::P` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:277:56 [INFO] [stderr] | [INFO] [stderr] 277 | if let ExprKind::Lit(ref p) = expr.node { [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ast::Lit` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:278:33 [INFO] [stderr] | [INFO] [stderr] 278 | match p.node { [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `token`, `kind`, `span` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `syntax::ptr::P` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:339:35 [INFO] [stderr] | [INFO] [stderr] 339 | let coerce_as_slice = match e.node { [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `node` on type `&syntax::ast::Lit` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:340:45 [INFO] [stderr] | [INFO] [stderr] 340 | ExprKind::Lit(ref lit) => match lit.node { [INFO] [stderr] | ^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `token`, `kind`, `span` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.23/src/lib.rs:347:59 [INFO] [stderr] | [INFO] [stderr] 347 | let u8_type = cx.ty_path(cx.path_ident(e.span, cx.ident_of("u8"))); [INFO] [stderr] | ^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 38 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0432, E0557, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `phf_macros`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "042daf6ac4f1fec6ce0e7b5446a8e7027b24961aa9e2b21b6812402449173446"` [INFO] running `"docker" "rm" "-f" "042daf6ac4f1fec6ce0e7b5446a8e7027b24961aa9e2b21b6812402449173446"` [INFO] [stdout] 042daf6ac4f1fec6ce0e7b5446a8e7027b24961aa9e2b21b6812402449173446