[INFO] cloning repository https://github.com/j-selby/liftpush [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/j-selby/liftpush" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-selby%2Fliftpush"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-selby%2Fliftpush'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e6ca8ad4f09defcc4d48909dd1d7c708f7d959e [INFO] checking j-selby/liftpush against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-selby%2Fliftpush" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/j-selby/liftpush on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/j-selby/liftpush [INFO] finished tweaking git repo https://github.com/j-selby/liftpush [INFO] tweaked toml for git repo https://github.com/j-selby/liftpush written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/j-selby/liftpush already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded phf_macros v0.7.22 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 7a7c9b01e578fb40dc04e5ff0b942e73a3f02e64951fdfcb6fe765614e8100bc [INFO] running `"docker" "start" "-a" "7a7c9b01e578fb40dc04e5ff0b942e73a3f02e64951fdfcb6fe765614e8100bc"` [INFO] [stderr] Compiling num-traits v0.2.5 [INFO] [stderr] Checking same-file v0.1.3 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking num_cpus v1.7.0 [INFO] [stderr] Checking rand v0.3.18 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking mime v0.2.6 [INFO] [stderr] Checking base64 v0.9.2 [INFO] [stderr] Checking twoway v0.1.7 [INFO] [stderr] Checking url v1.7.1 [INFO] [stderr] Checking serde_json v1.0.8 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Compiling pest_derive v1.0.7 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Checking phf v0.7.22 [INFO] [stderr] Checking tiny-keccak v1.4.2 [INFO] [stderr] Checking walkdir v1.0.7 [INFO] [stderr] Checking buf_redux v0.6.3 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling phf_macros v0.7.22 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.22/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] Compiling mime_guess v1.8.6 [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.22/src/lib.rs:51:13 [INFO] [stderr] | [INFO] [stderr] 51 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` 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.22/src/lib.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | 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.22/src/lib.rs:54:13 [INFO] [stderr] | [INFO] [stderr] 54 | use syntax::fold::Folder; [INFO] [stderr] | ^^^^ could not find `fold` in `syntax` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `syntax::codemap` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.22/src/util.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use syntax::codemap::Span; [INFO] [stderr] | ^^^^^^^ could not find `codemap` 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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/src/lib.rs:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | let value = quote_expr!(&*cx, ()); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking num-bigint v0.1.41 [INFO] [stderr] Checking tempdir v0.3.5 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking hyper v0.10.13 [INFO] [stderr] Checking cookie v0.10.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.22/src/lib.rs:77:35 [INFO] [stderr] | [INFO] [stderr] 77 | 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::source_map::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>, [type error], &'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.22/src/lib.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | 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::source_map::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>, [type error], &'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.22/src/lib.rs:79:43 [INFO] [stderr] | [INFO] [stderr] 79 | 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::source_map::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>, [type error], &'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.22/src/lib.rs:80:43 [INFO] [stderr] | [INFO] [stderr] 80 | 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::source_map::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>, [type error], &'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.22/src/lib.rs:101:37 [INFO] [stderr] | [INFO] [stderr] 101 | 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.22/src/lib.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | 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.22/src/lib.rs:116:37 [INFO] [stderr] | [INFO] [stderr] 116 | 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.22/src/lib.rs:120:29 [INFO] [stderr] | [INFO] [stderr] 120 | 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.22/src/lib.rs:135:37 [INFO] [stderr] | [INFO] [stderr] 135 | 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.22/src/lib.rs:139:29 [INFO] [stderr] | [INFO] [stderr] 139 | 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.22/src/lib.rs:154:37 [INFO] [stderr] | [INFO] [stderr] 154 | 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.22/src/lib.rs:158:29 [INFO] [stderr] | [INFO] [stderr] 158 | 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.22/src/lib.rs:172:33 [INFO] [stderr] | [INFO] [stderr] 172 | 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.22/src/lib.rs:180:32 [INFO] [stderr] | [INFO] [stderr] 180 | 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.22/src/lib.rs:193:32 [INFO] [stderr] | [INFO] [stderr] 193 | 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.22/src/lib.rs:212:33 [INFO] [stderr] | [INFO] [stderr] 212 | 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.22/src/lib.rs:226:32 [INFO] [stderr] | [INFO] [stderr] 226 | 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.22/src/lib.rs:239:13 [INFO] [stderr] | [INFO] [stderr] 239 | 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.22/src/lib.rs:240:45 [INFO] [stderr] | [INFO] [stderr] 240 | 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.22/src/lib.rs:276:56 [INFO] [stderr] | [INFO] [stderr] 276 | 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.22/src/lib.rs:277:33 [INFO] [stderr] | [INFO] [stderr] 277 | 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.22/src/lib.rs:338:35 [INFO] [stderr] | [INFO] [stderr] 338 | 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.22/src/lib.rs:339:45 [INFO] [stderr] | [INFO] [stderr] 339 | 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.22/src/lib.rs:346:59 [INFO] [stderr] | [INFO] [stderr] 346 | 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 40 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" "7a7c9b01e578fb40dc04e5ff0b942e73a3f02e64951fdfcb6fe765614e8100bc"` [INFO] running `"docker" "rm" "-f" "7a7c9b01e578fb40dc04e5ff0b942e73a3f02e64951fdfcb6fe765614e8100bc"` [INFO] [stdout] 7a7c9b01e578fb40dc04e5ff0b942e73a3f02e64951fdfcb6fe765614e8100bc