Sep 14 13:03:15.324 INFO checking mockers_codegen-0.9.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:03:15.324 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:03:15.324 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:03:15.624 INFO blam! 29096d9f2e5e83ff09c694d1130bbee08a7fd254f8e5d22fa2f481975b23c9fe Sep 14 13:03:15.626 INFO running `"docker" "start" "-a" "29096d9f2e5e83ff09c694d1130bbee08a7fd254f8e5d22fa2f481975b23c9fe"` Sep 14 13:03:17.011 INFO kablam! usermod: no changes Sep 14 13:03:17.055 INFO kablam! Compiling mockers_codegen v0.9.4 (file:///source) Sep 14 13:03:20.271 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 14 13:03:20.271 INFO kablam! --> src/lib.in.rs:5:13 Sep 14 13:03:20.271 INFO kablam! | Sep 14 13:03:20.271 INFO kablam! 5 | use syntax::abi::Abi; Sep 14 13:03:20.271 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 14 13:03:20.283 INFO kablam! Sep 14 13:03:20.284 INFO kablam! error[E0432]: unresolved imports `syntax::ast::TyParam`, `syntax::ast::TyParamBound`, `syntax::ast::PathParameters`, `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::LifetimeDef`, `syntax::ast::TyParamBounds` Sep 14 13:03:20.284 INFO kablam! --> src/lib.in.rs:9:58 Sep 14 13:03:20.284 INFO kablam! | Sep 14 13:03:20.284 INFO kablam! 9 | VisibilityKind, ImplItemKind, Arg, Ty, TyParam, Path, PathSegment, Sep 14 13:03:20.284 INFO kablam! | ^^^^^^^ no `TyParam` in `ast` Sep 14 13:03:20.284 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 14 13:03:20.284 INFO kablam! | ^^^^^^^^^^^^ no `TyParamBound` in `ast` ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 14 13:03:20.284 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 14 13:03:20.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 14 13:03:20.284 INFO kablam! | | Sep 14 13:03:20.284 INFO kablam! | no `AngleBracketedParameterData` in `ast` Sep 14 13:03:20.284 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 14 13:03:20.284 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^ no `TyParamBounds` in `ast` Sep 14 13:03:20.284 INFO kablam! | | Sep 14 13:03:20.285 INFO kablam! | no `LifetimeDef` in `ast`. Did you mean to use `Lifetime`? Sep 14 13:03:20.286 INFO kablam! Sep 14 13:03:20.286 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 13:03:20.286 INFO kablam! --> src/lib.in.rs:14:13 Sep 14 13:03:20.286 INFO kablam! | Sep 14 13:03:20.286 INFO kablam! 14 | use syntax::codemap::{Span, Spanned, respan, DUMMY_SP}; Sep 14 13:03:20.286 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 13:03:20.286 INFO kablam! Sep 14 13:03:20.287 INFO kablam! error[E0432]: unresolved import `syntax::parse::common` Sep 14 13:03:20.287 INFO kablam! --> src/lib.in.rs:18:20 Sep 14 13:03:20.287 INFO kablam! | Sep 14 13:03:20.287 INFO kablam! 18 | use syntax::parse::common::SeqSep; Sep 14 13:03:20.287 INFO kablam! | ^^^^^^ Could not find `common` in `parse` Sep 14 13:03:20.287 INFO kablam! Sep 14 13:03:20.287 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 13:03:20.288 INFO kablam! --> src/lib.in.rs:24:19 Sep 14 13:03:20.288 INFO kablam! | Sep 14 13:03:20.288 INFO kablam! 24 | use syntax::util::small_vector::SmallVector; Sep 14 13:03:20.288 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 13:03:20.288 INFO kablam! Sep 14 13:03:20.288 INFO kablam! error[E0432]: unresolved import `syntax::util::ThinVec` Sep 14 13:03:20.288 INFO kablam! --> src/lib.in.rs:25:5 Sep 14 13:03:20.288 INFO kablam! | Sep 14 13:03:20.288 INFO kablam! 25 | use syntax::util::ThinVec; Sep 14 13:03:20.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util` Sep 14 13:03:20.288 INFO kablam! Sep 14 13:03:20.309 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 14 13:03:20.309 INFO kablam! --> src/lib.in.rs:5:13 Sep 14 13:03:20.309 INFO kablam! | Sep 14 13:03:20.309 INFO kablam! 5 | use syntax::abi::Abi; Sep 14 13:03:20.309 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 14 13:03:20.309 INFO kablam! Sep 14 13:03:20.310 INFO kablam! error[E0432]: unresolved imports `syntax::ast::TyParam`, `syntax::ast::TyParamBound`, `syntax::ast::PathParameters`, `syntax::ast::AngleBracketedParameterData`, `syntax::ast::ParenthesizedParameterData`, `syntax::ast::LifetimeDef`, `syntax::ast::TyParamBounds` Sep 14 13:03:20.310 INFO kablam! --> src/lib.in.rs:9:58 Sep 14 13:03:20.310 INFO kablam! | Sep 14 13:03:20.310 INFO kablam! 9 | VisibilityKind, ImplItemKind, Arg, Ty, TyParam, Path, PathSegment, Sep 14 13:03:20.310 INFO kablam! | ^^^^^^^ no `TyParam` in `ast` Sep 14 13:03:20.310 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 14 13:03:20.310 INFO kablam! | ^^^^^^^^^^^^ no `TyParamBound` in `ast` ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 14 13:03:20.310 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 14 13:03:20.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 14 13:03:20.310 INFO kablam! | | Sep 14 13:03:20.310 INFO kablam! | no `AngleBracketedParameterData` in `ast` Sep 14 13:03:20.310 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 14 13:03:20.310 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^ no `TyParamBounds` in `ast` Sep 14 13:03:20.310 INFO kablam! | | Sep 14 13:03:20.310 INFO kablam! | no `LifetimeDef` in `ast`. Did you mean to use `Lifetime`? Sep 14 13:03:20.310 INFO kablam! Sep 14 13:03:20.310 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 13:03:20.310 INFO kablam! --> src/lib.in.rs:14:13 Sep 14 13:03:20.310 INFO kablam! | Sep 14 13:03:20.310 INFO kablam! 14 | use syntax::codemap::{Span, Spanned, respan, DUMMY_SP}; Sep 14 13:03:20.310 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 14 13:03:20.310 INFO kablam! Sep 14 13:03:20.311 INFO kablam! error[E0432]: unresolved import `syntax::parse::common` Sep 14 13:03:20.311 INFO kablam! --> src/lib.in.rs:18:20 Sep 14 13:03:20.311 INFO kablam! | Sep 14 13:03:20.311 INFO kablam! 18 | use syntax::parse::common::SeqSep; Sep 14 13:03:20.311 INFO kablam! | ^^^^^^ Could not find `common` in `parse` Sep 14 13:03:20.311 INFO kablam! Sep 14 13:03:20.311 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 13:03:20.311 INFO kablam! --> src/lib.in.rs:24:19 Sep 14 13:03:20.311 INFO kablam! | Sep 14 13:03:20.311 INFO kablam! 24 | use syntax::util::small_vector::SmallVector; Sep 14 13:03:20.311 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 13:03:20.311 INFO kablam! Sep 14 13:03:20.311 INFO kablam! error[E0432]: unresolved import `syntax::util::ThinVec` Sep 14 13:03:20.311 INFO kablam! --> src/lib.in.rs:25:5 Sep 14 13:03:20.311 INFO kablam! | Sep 14 13:03:20.311 INFO kablam! 25 | use syntax::util::ThinVec; Sep 14 13:03:20.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util` Sep 14 13:03:20.311 INFO kablam! Sep 14 13:03:20.417 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 14 13:03:20.417 INFO kablam! --> src/lib.in.rs:69:9 Sep 14 13:03:20.417 INFO kablam! | Sep 14 13:03:20.417 INFO kablam! 69 | token::Ident(id) if id.name == keywords::SelfValue.name() => { Sep 14 13:03:20.417 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 14 13:03:20.418 INFO kablam! Sep 14 13:03:20.498 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 14 13:03:20.498 INFO kablam! --> src/lib.in.rs:69:9 Sep 14 13:03:20.498 INFO kablam! | Sep 14 13:03:20.498 INFO kablam! 69 | token::Ident(id) if id.name == keywords::SelfValue.name() => { Sep 14 13:03:20.498 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 14 13:03:20.498 INFO kablam! Sep 14 13:03:20.571 INFO kablam! error[E0624]: method `diagnostic` is private Sep 14 13:03:20.571 INFO kablam! --> src/lib.in.rs:75:34 Sep 14 13:03:20.571 INFO kablam! | Sep 14 13:03:20.572 INFO kablam! 75 | Err(_) => Err(parser.diagnostic().struct_span_err( Sep 14 13:03:20.572 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.572 INFO kablam! Sep 14 13:03:20.581 INFO kablam! error[E0624]: method `diagnostic` is private Sep 14 13:03:20.581 INFO kablam! --> src/lib.in.rs:100:24 Sep 14 13:03:20.581 INFO kablam! | Sep 14 13:03:20.581 INFO kablam! 100 | parser.diagnostic().struct_span_err(sp, "Trait definition expected"))?; Sep 14 13:03:20.581 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.581 INFO kablam! Sep 14 13:03:20.586 INFO kablam! error[E0277]: the size for values of type `[TraitDesc]` cannot be known at compilation time Sep 14 13:03:20.586 INFO kablam! --> src/lib.in.rs:110:22 Sep 14 13:03:20.586 INFO kablam! | Sep 14 13:03:20.586 INFO kablam! 110 | let (mock_ident, trait_items) = match parse_macro_args(&mut parser) { Sep 14 13:03:20.586 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 13:03:20.586 INFO kablam! | Sep 14 13:03:20.586 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[TraitDesc]` Sep 14 13:03:20.586 INFO kablam! = note: to learn more, visit Sep 14 13:03:20.586 INFO kablam! = note: all local variables must have a statically known size Sep 14 13:03:20.586 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 13:03:20.586 INFO kablam! Sep 14 13:03:20.611 INFO kablam! error[E0624]: method `diagnostic` is private Sep 14 13:03:20.611 INFO kablam! --> src/lib.in.rs:75:34 Sep 14 13:03:20.611 INFO kablam! | Sep 14 13:03:20.611 INFO kablam! 75 | Err(_) => Err(parser.diagnostic().struct_span_err( Sep 14 13:03:20.611 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.611 INFO kablam! Sep 14 13:03:20.619 INFO kablam! error[E0624]: method `diagnostic` is private Sep 14 13:03:20.619 INFO kablam! --> src/lib.in.rs:100:24 Sep 14 13:03:20.619 INFO kablam! | Sep 14 13:03:20.619 INFO kablam! 100 | parser.diagnostic().struct_span_err(sp, "Trait definition expected"))?; Sep 14 13:03:20.619 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.619 INFO kablam! Sep 14 13:03:20.623 INFO kablam! error[E0277]: the size for values of type `[TraitDesc]` cannot be known at compilation time Sep 14 13:03:20.623 INFO kablam! --> src/lib.in.rs:110:22 Sep 14 13:03:20.623 INFO kablam! | Sep 14 13:03:20.623 INFO kablam! 110 | let (mock_ident, trait_items) = match parse_macro_args(&mut parser) { Sep 14 13:03:20.623 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 13:03:20.623 INFO kablam! | Sep 14 13:03:20.623 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[TraitDesc]` Sep 14 13:03:20.623 INFO kablam! = note: to learn more, visit Sep 14 13:03:20.623 INFO kablam! = note: all local variables must have a statically known size Sep 14 13:03:20.623 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 14 13:03:20.623 INFO kablam! Sep 14 13:03:20.659 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 14 13:03:20.659 INFO kablam! --> src/lib.in.rs:238:20 Sep 14 13:03:20.659 INFO kablam! | Sep 14 13:03:20.659 INFO kablam! 238 | cx.typarambound(cx.path_global(sp, vec![cx.ident_of("std"), Sep 14 13:03:20.659 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:03:20.660 INFO kablam! Sep 14 13:03:20.667 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 14 13:03:20.667 INFO kablam! --> src/lib.in.rs:242:13 Sep 14 13:03:20.668 INFO kablam! | Sep 14 13:03:20.668 INFO kablam! 242 | GenericParam::Type(cx.typaram(sp, param, vec![], bounds, None)) Sep 14 13:03:20.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 14 13:03:20.668 INFO kablam! Sep 14 13:03:20.670 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 14 13:03:20.670 INFO kablam! --> src/lib.in.rs:247:37 Sep 14 13:03:20.670 INFO kablam! | Sep 14 13:03:20.670 INFO kablam! 247 | let struct_type = cx.ty_path(cx.path_all( Sep 14 13:03:20.670 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 14 13:03:20.671 INFO kablam! Sep 14 13:03:20.677 INFO kablam! error[E0609]: no field `unsafety` on type `&syntax::ast::MethodSig` Sep 14 13:03:20.677 INFO kablam! --> src/lib.in.rs:260:28 Sep 14 13:03:20.677 INFO kablam! | Sep 14 13:03:20.677 INFO kablam! 260 | if sig.unsafety != Unsafety::Normal { Sep 14 13:03:20.677 INFO kablam! | ^^^^^^^^ Sep 14 13:03:20.678 INFO kablam! Sep 14 13:03:20.680 INFO kablam! error[E0609]: no field `constness` on type `&syntax::ast::MethodSig` Sep 14 13:03:20.680 INFO kablam! --> src/lib.in.rs:264:28 Sep 14 13:03:20.680 INFO kablam! | Sep 14 13:03:20.680 INFO kablam! 264 | if sig.constness.node != Constness::NotConst { Sep 14 13:03:20.680 INFO kablam! | ^^^^^^^^^ Sep 14 13:03:20.680 INFO kablam! Sep 14 13:03:20.682 INFO kablam! error[E0609]: no field `abi` on type `&syntax::ast::MethodSig` Sep 14 13:03:20.682 INFO kablam! --> src/lib.in.rs:268:28 Sep 14 13:03:20.682 INFO kablam! | Sep 14 13:03:20.682 INFO kablam! 268 | if sig.abi != Abi::Rust { Sep 14 13:03:20.682 INFO kablam! | ^^^ Sep 14 13:03:20.682 INFO kablam! Sep 14 13:03:20.688 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 14 13:03:20.689 INFO kablam! --> src/lib.in.rs:238:20 Sep 14 13:03:20.689 INFO kablam! | Sep 14 13:03:20.689 INFO kablam! 238 | cx.typarambound(cx.path_global(sp, vec![cx.ident_of("std"), Sep 14 13:03:20.689 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:03:20.689 INFO kablam! Sep 14 13:03:20.696 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 14 13:03:20.696 INFO kablam! --> src/lib.in.rs:242:13 Sep 14 13:03:20.696 INFO kablam! | Sep 14 13:03:20.696 INFO kablam! 242 | GenericParam::Type(cx.typaram(sp, param, vec![], bounds, None)) Sep 14 13:03:20.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 14 13:03:20.696 INFO kablam! Sep 14 13:03:20.698 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 14 13:03:20.698 INFO kablam! --> src/lib.in.rs:247:37 Sep 14 13:03:20.698 INFO kablam! | Sep 14 13:03:20.698 INFO kablam! 247 | let struct_type = cx.ty_path(cx.path_all( Sep 14 13:03:20.698 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 14 13:03:20.698 INFO kablam! Sep 14 13:03:20.704 INFO kablam! error[E0609]: no field `unsafety` on type `&syntax::ast::MethodSig` Sep 14 13:03:20.704 INFO kablam! --> src/lib.in.rs:260:28 Sep 14 13:03:20.704 INFO kablam! | Sep 14 13:03:20.704 INFO kablam! 260 | if sig.unsafety != Unsafety::Normal { Sep 14 13:03:20.704 INFO kablam! | ^^^^^^^^ Sep 14 13:03:20.704 INFO kablam! Sep 14 13:03:20.705 INFO kablam! error[E0609]: no field `constness` on type `&syntax::ast::MethodSig` Sep 14 13:03:20.706 INFO kablam! --> src/lib.in.rs:264:28 Sep 14 13:03:20.706 INFO kablam! | Sep 14 13:03:20.706 INFO kablam! 264 | if sig.constness.node != Constness::NotConst { Sep 14 13:03:20.706 INFO kablam! | ^^^^^^^^^ Sep 14 13:03:20.706 INFO kablam! Sep 14 13:03:20.707 INFO kablam! error[E0609]: no field `abi` on type `&syntax::ast::MethodSig` Sep 14 13:03:20.707 INFO kablam! --> src/lib.in.rs:268:28 Sep 14 13:03:20.707 INFO kablam! | Sep 14 13:03:20.707 INFO kablam! 268 | if sig.abi != Abi::Rust { Sep 14 13:03:20.707 INFO kablam! | ^^^ Sep 14 13:03:20.707 INFO kablam! Sep 14 13:03:20.741 INFO kablam! error[E0609]: no field `parameters` on type `&mut syntax::ast::PathSegment` Sep 14 13:03:20.741 INFO kablam! --> src/lib.in.rs:364:44 Sep 14 13:03:20.741 INFO kablam! | Sep 14 13:03:20.741 INFO kablam! 364 | p.segments.last_mut().unwrap().parameters = Sep 14 13:03:20.741 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.741 INFO kablam! Sep 14 13:03:20.760 INFO kablam! error[E0609]: no field `parameters` on type `&mut syntax::ast::PathSegment` Sep 14 13:03:20.760 INFO kablam! --> src/lib.in.rs:364:44 Sep 14 13:03:20.760 INFO kablam! | Sep 14 13:03:20.760 INFO kablam! 364 | p.segments.last_mut().unwrap().parameters = Sep 14 13:03:20.760 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.760 INFO kablam! Sep 14 13:03:20.764 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 14 13:03:20.765 INFO kablam! --> src/lib.in.rs:510:33 Sep 14 13:03:20.765 INFO kablam! | Sep 14 13:03:20.765 INFO kablam! 510 | let match_arg_path = cx.path_all( Sep 14 13:03:20.765 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 14 13:03:20.765 INFO kablam! Sep 14 13:03:20.772 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 14 13:03:20.773 INFO kablam! --> src/lib.in.rs:518:50 Sep 14 13:03:20.773 INFO kablam! | Sep 14 13:03:20.773 INFO kablam! 518 | cx.typarambound(match_arg_path), Sep 14 13:03:20.773 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:03:20.773 INFO kablam! Sep 14 13:03:20.777 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 14 13:03:20.777 INFO kablam! --> src/lib.in.rs:533:23 Sep 14 13:03:20.777 INFO kablam! | Sep 14 13:03:20.777 INFO kablam! 533 | let ret_type = cx.path_all( Sep 14 13:03:20.777 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 14 13:03:20.777 INFO kablam! Sep 14 13:03:20.783 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 14 13:03:20.783 INFO kablam! --> src/lib.in.rs:510:33 Sep 14 13:03:20.783 INFO kablam! | Sep 14 13:03:20.783 INFO kablam! 510 | let match_arg_path = cx.path_all( Sep 14 13:03:20.783 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 14 13:03:20.783 INFO kablam! Sep 14 13:03:20.788 INFO kablam! error[E0599]: no associated item named `Lifetime` found for type `syntax::ast::GenericParam` in the current scope Sep 14 13:03:20.788 INFO kablam! --> src/lib.in.rs:554:41 Sep 14 13:03:20.788 INFO kablam! | Sep 14 13:03:20.788 INFO kablam! 554 | params.extend(arg_lifetime_defs.map(GenericParam::Lifetime)); Sep 14 13:03:20.788 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 14 13:03:20.788 INFO kablam! Sep 14 13:03:20.790 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 14 13:03:20.790 INFO kablam! --> src/lib.in.rs:518:50 Sep 14 13:03:20.790 INFO kablam! | Sep 14 13:03:20.790 INFO kablam! 518 | cx.typarambound(match_arg_path), Sep 14 13:03:20.790 INFO kablam! | ^^^^^^^^^^^^ Sep 14 13:03:20.790 INFO kablam! Sep 14 13:03:20.794 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 14 13:03:20.794 INFO kablam! --> src/lib.in.rs:533:23 Sep 14 13:03:20.794 INFO kablam! | Sep 14 13:03:20.794 INFO kablam! 533 | let ret_type = cx.path_all( Sep 14 13:03:20.794 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 14 13:03:20.794 INFO kablam! Sep 14 13:03:20.796 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 14 13:03:20.796 INFO kablam! --> src/lib.in.rs:555:53 Sep 14 13:03:20.796 INFO kablam! | Sep 14 13:03:20.796 INFO kablam! 555 | params.extend(arg_matcher_types.into_iter().map(GenericParam::Type)); Sep 14 13:03:20.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 14 13:03:20.797 INFO kablam! Sep 14 13:03:20.799 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 14 13:03:20.799 INFO kablam! --> src/lib.in.rs:574:9 Sep 14 13:03:20.799 INFO kablam! | Sep 14 13:03:20.799 INFO kablam! 574 | unsafety: Unsafety::Normal, Sep 14 13:03:20.799 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.799 INFO kablam! | Sep 14 13:03:20.800 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.800 INFO kablam! Sep 14 13:03:20.800 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 14 13:03:20.800 INFO kablam! --> src/lib.in.rs:575:9 Sep 14 13:03:20.800 INFO kablam! | Sep 14 13:03:20.800 INFO kablam! 575 | constness: respan(sp, Constness::NotConst), Sep 14 13:03:20.800 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.801 INFO kablam! | Sep 14 13:03:20.801 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.801 INFO kablam! Sep 14 13:03:20.801 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 14 13:03:20.802 INFO kablam! --> src/lib.in.rs:576:9 Sep 14 13:03:20.802 INFO kablam! | Sep 14 13:03:20.802 INFO kablam! 576 | abi: Abi::Rust, Sep 14 13:03:20.802 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.802 INFO kablam! | Sep 14 13:03:20.802 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.802 INFO kablam! Sep 14 13:03:20.804 INFO kablam! error[E0599]: no associated item named `Lifetime` found for type `syntax::ast::GenericParam` in the current scope Sep 14 13:03:20.804 INFO kablam! --> src/lib.in.rs:554:41 Sep 14 13:03:20.804 INFO kablam! | Sep 14 13:03:20.804 INFO kablam! 554 | params.extend(arg_lifetime_defs.map(GenericParam::Lifetime)); Sep 14 13:03:20.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 14 13:03:20.804 INFO kablam! Sep 14 13:03:20.815 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 14 13:03:20.815 INFO kablam! --> src/lib.in.rs:555:53 Sep 14 13:03:20.815 INFO kablam! | Sep 14 13:03:20.815 INFO kablam! 555 | params.extend(arg_matcher_types.into_iter().map(GenericParam::Type)); Sep 14 13:03:20.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 14 13:03:20.815 INFO kablam! Sep 14 13:03:20.815 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 14 13:03:20.815 INFO kablam! --> src/lib.in.rs:574:9 Sep 14 13:03:20.815 INFO kablam! | Sep 14 13:03:20.815 INFO kablam! 574 | unsafety: Unsafety::Normal, Sep 14 13:03:20.815 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.815 INFO kablam! | Sep 14 13:03:20.815 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.815 INFO kablam! Sep 14 13:03:20.815 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 14 13:03:20.815 INFO kablam! --> src/lib.in.rs:575:9 Sep 14 13:03:20.815 INFO kablam! | Sep 14 13:03:20.815 INFO kablam! 575 | constness: respan(sp, Constness::NotConst), Sep 14 13:03:20.816 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.816 INFO kablam! | Sep 14 13:03:20.816 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.816 INFO kablam! Sep 14 13:03:20.816 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 14 13:03:20.816 INFO kablam! --> src/lib.in.rs:576:9 Sep 14 13:03:20.816 INFO kablam! | Sep 14 13:03:20.816 INFO kablam! 576 | abi: Abi::Rust, Sep 14 13:03:20.816 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.816 INFO kablam! | Sep 14 13:03:20.816 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.816 INFO kablam! Sep 14 13:03:20.819 INFO kablam! error[E0308]: mismatched types Sep 14 13:03:20.819 INFO kablam! --> src/lib.in.rs:630:38 Sep 14 13:03:20.819 INFO kablam! | Sep 14 13:03:20.819 INFO kablam! 630 | if let PatKind::Ident(_, SpannedIdent {node: ident, ..}, _) = i.pat.node { Sep 14 13:03:20.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 14 13:03:20.819 INFO kablam! | Sep 14 13:03:20.819 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 14 13:03:20.819 INFO kablam! found type `syntax::source_map::Spanned` Sep 14 13:03:20.819 INFO kablam! Sep 14 13:03:20.819 INFO kablam! error[E0308]: mismatched types Sep 14 13:03:20.819 INFO kablam! --> src/lib.in.rs:630:38 Sep 14 13:03:20.819 INFO kablam! | Sep 14 13:03:20.819 INFO kablam! 630 | if let PatKind::Ident(_, SpannedIdent {node: ident, ..}, _) = i.pat.node { Sep 14 13:03:20.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 14 13:03:20.819 INFO kablam! | Sep 14 13:03:20.819 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 14 13:03:20.819 INFO kablam! found type `syntax::source_map::Spanned` Sep 14 13:03:20.819 INFO kablam! Sep 14 13:03:20.827 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 14 13:03:20.827 INFO kablam! --> src/lib.in.rs:644:23 Sep 14 13:03:20.827 INFO kablam! | Sep 14 13:03:20.827 INFO kablam! 644 | spanned_ident.node Sep 14 13:03:20.827 INFO kablam! | ^^^^ unknown field Sep 14 13:03:20.827 INFO kablam! | Sep 14 13:03:20.827 INFO kablam! = note: available fields are: `name`, `span` Sep 14 13:03:20.827 INFO kablam! Sep 14 13:03:20.831 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 14 13:03:20.831 INFO kablam! --> src/lib.in.rs:644:23 Sep 14 13:03:20.831 INFO kablam! | Sep 14 13:03:20.831 INFO kablam! 644 | spanned_ident.node Sep 14 13:03:20.831 INFO kablam! | ^^^^ unknown field Sep 14 13:03:20.831 INFO kablam! | Sep 14 13:03:20.831 INFO kablam! = note: available fields are: `name`, `span` Sep 14 13:03:20.831 INFO kablam! Sep 14 13:03:20.835 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 14 13:03:20.835 INFO kablam! --> src/lib.in.rs:665:26 Sep 14 13:03:20.835 INFO kablam! | Sep 14 13:03:20.835 INFO kablam! 665 | cx.arg(sp, ident.node, a.ty.clone()) Sep 14 13:03:20.835 INFO kablam! | ^^^^ unknown field Sep 14 13:03:20.835 INFO kablam! | Sep 14 13:03:20.835 INFO kablam! = note: available fields are: `name`, `span` Sep 14 13:03:20.835 INFO kablam! Sep 14 13:03:20.837 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 14 13:03:20.837 INFO kablam! --> src/lib.in.rs:669:9 Sep 14 13:03:20.837 INFO kablam! | Sep 14 13:03:20.837 INFO kablam! 669 | unsafety: Unsafety::Normal, Sep 14 13:03:20.837 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.837 INFO kablam! | Sep 14 13:03:20.837 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.837 INFO kablam! Sep 14 13:03:20.837 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 14 13:03:20.837 INFO kablam! --> src/lib.in.rs:670:9 Sep 14 13:03:20.837 INFO kablam! | Sep 14 13:03:20.837 INFO kablam! 670 | constness: respan(sp, Constness::NotConst), Sep 14 13:03:20.837 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.837 INFO kablam! | Sep 14 13:03:20.837 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.837 INFO kablam! Sep 14 13:03:20.837 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 14 13:03:20.837 INFO kablam! --> src/lib.in.rs:671:9 Sep 14 13:03:20.837 INFO kablam! | Sep 14 13:03:20.837 INFO kablam! 671 | abi: Abi::Rust, Sep 14 13:03:20.837 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.837 INFO kablam! | Sep 14 13:03:20.837 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.837 INFO kablam! Sep 14 13:03:20.843 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 14 13:03:20.843 INFO kablam! --> src/lib.in.rs:732:13 Sep 14 13:03:20.843 INFO kablam! | Sep 14 13:03:20.843 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 14 13:03:20.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 14 13:03:20.843 INFO kablam! Sep 14 13:03:20.847 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 14 13:03:20.847 INFO kablam! --> src/lib.in.rs:713:52 Sep 14 13:03:20.847 INFO kablam! | Sep 14 13:03:20.847 INFO kablam! 713 | path.segments.first().map(|s| s.identifier.name == "Self").unwrap_or(false) { Sep 14 13:03:20.847 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.847 INFO kablam! Sep 14 13:03:20.847 INFO kablam! error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf` Sep 14 13:03:20.847 INFO kablam! --> src/lib.in.rs:719:37 Sep 14 13:03:20.847 INFO kablam! | Sep 14 13:03:20.847 INFO kablam! 719 | let new_qself = QSelf { ty: P(self_ty), Sep 14 13:03:20.847 INFO kablam! | ^^^^^ missing `path_span` Sep 14 13:03:20.847 INFO kablam! Sep 14 13:03:20.848 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 13:03:20.848 INFO kablam! --> src/lib.in.rs:732:46 Sep 14 13:03:20.848 INFO kablam! | Sep 14 13:03:20.848 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 14 13:03:20.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 13:03:20.849 INFO kablam! Sep 14 13:03:20.851 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 14 13:03:20.851 INFO kablam! --> src/lib.in.rs:665:26 Sep 14 13:03:20.851 INFO kablam! | Sep 14 13:03:20.851 INFO kablam! 665 | cx.arg(sp, ident.node, a.ty.clone()) Sep 14 13:03:20.851 INFO kablam! | ^^^^ unknown field Sep 14 13:03:20.851 INFO kablam! | Sep 14 13:03:20.851 INFO kablam! = note: available fields are: `name`, `span` Sep 14 13:03:20.851 INFO kablam! Sep 14 13:03:20.859 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 13:03:20.859 INFO kablam! --> src/lib.in.rs:761:22 Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 14 13:03:20.859 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.859 INFO kablam! Sep 14 13:03:20.859 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 14 13:03:20.859 INFO kablam! --> src/lib.in.rs:669:9 Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! 669 | unsafety: Unsafety::Normal, Sep 14 13:03:20.859 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.859 INFO kablam! Sep 14 13:03:20.859 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 14 13:03:20.859 INFO kablam! --> src/lib.in.rs:670:9 Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! 670 | constness: respan(sp, Constness::NotConst), Sep 14 13:03:20.859 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.859 INFO kablam! Sep 14 13:03:20.859 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 14 13:03:20.859 INFO kablam! --> src/lib.in.rs:671:9 Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! 671 | abi: Abi::Rust, Sep 14 13:03:20.859 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.859 INFO kablam! Sep 14 13:03:20.859 INFO kablam! error[E0609]: no field `parameters` on type `&syntax::ast::PathSegment` Sep 14 13:03:20.859 INFO kablam! --> src/lib.in.rs:761:42 Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.859 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 14 13:03:20.859 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.859 INFO kablam! Sep 14 13:03:20.859 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 14 13:03:20.859 INFO kablam! --> src/lib.in.rs:732:13 Sep 14 13:03:20.859 INFO kablam! | Sep 14 13:03:20.860 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 14 13:03:20.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 14 13:03:20.860 INFO kablam! Sep 14 13:03:20.867 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 14 13:03:20.867 INFO kablam! --> src/lib.in.rs:713:52 Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! 713 | path.segments.first().map(|s| s.identifier.name == "Self").unwrap_or(false) { Sep 14 13:03:20.867 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.867 INFO kablam! Sep 14 13:03:20.867 INFO kablam! error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf` Sep 14 13:03:20.867 INFO kablam! --> src/lib.in.rs:719:37 Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! 719 | let new_qself = QSelf { ty: P(self_ty), Sep 14 13:03:20.867 INFO kablam! | ^^^^^ missing `path_span` Sep 14 13:03:20.867 INFO kablam! Sep 14 13:03:20.867 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 13:03:20.867 INFO kablam! --> src/lib.in.rs:795:9 Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! 795 | span: span, Sep 14 13:03:20.867 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.867 INFO kablam! Sep 14 13:03:20.867 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 13:03:20.867 INFO kablam! --> src/lib.in.rs:796:9 Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! 796 | identifier: ident, Sep 14 13:03:20.867 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.867 INFO kablam! Sep 14 13:03:20.867 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 13:03:20.867 INFO kablam! --> src/lib.in.rs:797:9 Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! 797 | parameters: None, Sep 14 13:03:20.867 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.867 INFO kablam! Sep 14 13:03:20.867 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 14 13:03:20.867 INFO kablam! --> src/lib.in.rs:732:46 Sep 14 13:03:20.867 INFO kablam! | Sep 14 13:03:20.867 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 14 13:03:20.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 14 13:03:20.867 INFO kablam! Sep 14 13:03:20.875 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 14 13:03:20.875 INFO kablam! --> src/lib.in.rs:807:20 Sep 14 13:03:20.875 INFO kablam! | Sep 14 13:03:20.875 INFO kablam! 807 | cx.name_of(name).to_ident() Sep 14 13:03:20.875 INFO kablam! | ^^^^^^^^ Sep 14 13:03:20.875 INFO kablam! Sep 14 13:03:20.879 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 13:03:20.879 INFO kablam! --> src/lib.in.rs:761:22 Sep 14 13:03:20.879 INFO kablam! | Sep 14 13:03:20.879 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 14 13:03:20.879 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.879 INFO kablam! | Sep 14 13:03:20.879 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.879 INFO kablam! Sep 14 13:03:20.884 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 14 13:03:20.884 INFO kablam! --> src/lib.in.rs:811:20 Sep 14 13:03:20.884 INFO kablam! | Sep 14 13:03:20.884 INFO kablam! 811 | cx.name_of(name).to_ident() Sep 14 13:03:20.884 INFO kablam! | ^^^^^^^^ Sep 14 13:03:20.884 INFO kablam! Sep 14 13:03:20.886 INFO kablam! error[E0609]: no field `parameters` on type `&syntax::ast::PathSegment` Sep 14 13:03:20.886 INFO kablam! --> src/lib.in.rs:761:42 Sep 14 13:03:20.886 INFO kablam! | Sep 14 13:03:20.886 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 14 13:03:20.886 INFO kablam! | ^^^^^^^^^^ Sep 14 13:03:20.886 INFO kablam! Sep 14 13:03:20.891 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 14 13:03:20.891 INFO kablam! --> src/lib.in.rs:846:9 Sep 14 13:03:20.891 INFO kablam! | Sep 14 13:03:20.891 INFO kablam! 846 | unsafety: Unsafety::Normal, Sep 14 13:03:20.891 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.891 INFO kablam! | Sep 14 13:03:20.891 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.891 INFO kablam! Sep 14 13:03:20.891 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 14 13:03:20.891 INFO kablam! --> src/lib.in.rs:847:9 Sep 14 13:03:20.891 INFO kablam! | Sep 14 13:03:20.891 INFO kablam! 847 | constness: respan(DUMMY_SP, Constness::NotConst), Sep 14 13:03:20.891 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.891 INFO kablam! | Sep 14 13:03:20.891 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.891 INFO kablam! Sep 14 13:03:20.891 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 14 13:03:20.891 INFO kablam! --> src/lib.in.rs:848:9 Sep 14 13:03:20.891 INFO kablam! | Sep 14 13:03:20.891 INFO kablam! 848 | abi: Abi::Rust, Sep 14 13:03:20.891 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.891 INFO kablam! | Sep 14 13:03:20.891 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.891 INFO kablam! Sep 14 13:03:20.895 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 14 13:03:20.895 INFO kablam! --> src/lib.in.rs:795:9 Sep 14 13:03:20.895 INFO kablam! | Sep 14 13:03:20.895 INFO kablam! 795 | span: span, Sep 14 13:03:20.895 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.895 INFO kablam! | Sep 14 13:03:20.895 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.895 INFO kablam! Sep 14 13:03:20.895 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 14 13:03:20.895 INFO kablam! --> src/lib.in.rs:796:9 Sep 14 13:03:20.895 INFO kablam! | Sep 14 13:03:20.895 INFO kablam! 796 | identifier: ident, Sep 14 13:03:20.895 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.895 INFO kablam! | Sep 14 13:03:20.895 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.895 INFO kablam! Sep 14 13:03:20.895 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 14 13:03:20.895 INFO kablam! --> src/lib.in.rs:797:9 Sep 14 13:03:20.895 INFO kablam! | Sep 14 13:03:20.895 INFO kablam! 797 | parameters: None, Sep 14 13:03:20.895 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 14 13:03:20.895 INFO kablam! | Sep 14 13:03:20.895 INFO kablam! = note: available fields are: `ident`, `args` Sep 14 13:03:20.896 INFO kablam! Sep 14 13:03:20.903 INFO kablam! error: aborting due to 45 previous errors Sep 14 13:03:20.903 INFO kablam! Sep 14 13:03:20.903 INFO kablam! Some errors occurred: E0023, E0061, E0063, E0277, E0308, E0432, E0560, E0599, E0609... Sep 14 13:03:20.903 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 13:03:20.911 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 14 13:03:20.911 INFO kablam! --> src/lib.in.rs:807:20 Sep 14 13:03:20.911 INFO kablam! | Sep 14 13:03:20.911 INFO kablam! 807 | cx.name_of(name).to_ident() Sep 14 13:03:20.911 INFO kablam! | ^^^^^^^^ Sep 14 13:03:20.911 INFO kablam! Sep 14 13:03:20.923 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 14 13:03:20.923 INFO kablam! --> src/lib.in.rs:811:20 Sep 14 13:03:20.923 INFO kablam! | Sep 14 13:03:20.923 INFO kablam! 811 | cx.name_of(name).to_ident() Sep 14 13:03:20.923 INFO kablam! | ^^^^^^^^ Sep 14 13:03:20.923 INFO kablam! Sep 14 13:03:20.923 INFO kablam! error: Could not compile `mockers_codegen`. Sep 14 13:03:20.923 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 13:03:20.925 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 14 13:03:20.925 INFO kablam! --> src/lib.in.rs:846:9 Sep 14 13:03:20.925 INFO kablam! | Sep 14 13:03:20.925 INFO kablam! 846 | unsafety: Unsafety::Normal, Sep 14 13:03:20.925 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.925 INFO kablam! | Sep 14 13:03:20.925 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.925 INFO kablam! Sep 14 13:03:20.925 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 14 13:03:20.925 INFO kablam! --> src/lib.in.rs:847:9 Sep 14 13:03:20.925 INFO kablam! | Sep 14 13:03:20.925 INFO kablam! 847 | constness: respan(DUMMY_SP, Constness::NotConst), Sep 14 13:03:20.925 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.925 INFO kablam! | Sep 14 13:03:20.925 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.925 INFO kablam! Sep 14 13:03:20.925 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 14 13:03:20.925 INFO kablam! --> src/lib.in.rs:848:9 Sep 14 13:03:20.925 INFO kablam! | Sep 14 13:03:20.925 INFO kablam! 848 | abi: Abi::Rust, Sep 14 13:03:20.925 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 14 13:03:20.925 INFO kablam! | Sep 14 13:03:20.925 INFO kablam! = note: available fields are: `header`, `decl` Sep 14 13:03:20.925 INFO kablam! Sep 14 13:03:20.939 INFO kablam! error: aborting due to 45 previous errors Sep 14 13:03:20.939 INFO kablam! Sep 14 13:03:20.939 INFO kablam! Some errors occurred: E0023, E0061, E0063, E0277, E0308, E0432, E0560, E0599, E0609... Sep 14 13:03:20.939 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 13:03:20.955 INFO kablam! error: Could not compile `mockers_codegen`. Sep 14 13:03:20.955 INFO kablam! Sep 14 13:03:20.955 INFO kablam! To learn more, run the command again with --verbose. Sep 14 13:03:20.956 INFO kablam! su: No module specific data is present Sep 14 13:03:22.005 INFO running `"docker" "rm" "-f" "29096d9f2e5e83ff09c694d1130bbee08a7fd254f8e5d22fa2f481975b23c9fe"` Sep 14 13:03:22.251 INFO blam! 29096d9f2e5e83ff09c694d1130bbee08a7fd254f8e5d22fa2f481975b23c9fe