Sep 19 22:14:13.169 INFO checking mockers_codegen-0.9.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 22:14:13.169 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 22:14:13.169 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:14:13.350 INFO blam! 1c0e292b45ea59af7dd1be1221fe5373c32d0b72c9395b00f8e4a837151ea3d6 Sep 19 22:14:13.351 INFO running `"docker" "start" "-a" "1c0e292b45ea59af7dd1be1221fe5373c32d0b72c9395b00f8e4a837151ea3d6"` Sep 19 22:14:14.326 INFO kablam! usermod: no changes Sep 19 22:14:14.377 INFO kablam! Compiling mockers_codegen v0.9.4 (/source) Sep 19 22:14:17.310 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 19 22:14:17.310 INFO kablam! --> src/lib.in.rs:5:13 Sep 19 22:14:17.310 INFO kablam! | Sep 19 22:14:17.310 INFO kablam! 5 | use syntax::abi::Abi; Sep 19 22:14:17.310 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 19 22:14:17.310 INFO kablam! Sep 19 22:14:17.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 19 22:14:17.310 INFO kablam! --> src/lib.in.rs:9:58 Sep 19 22:14:17.310 INFO kablam! | Sep 19 22:14:17.310 INFO kablam! 9 | VisibilityKind, ImplItemKind, Arg, Ty, TyParam, Path, PathSegment, Sep 19 22:14:17.310 INFO kablam! | ^^^^^^^ no `TyParam` in `ast` Sep 19 22:14:17.310 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 19 22:14:17.310 INFO kablam! | ^^^^^^^^^^^^ no `TyParamBound` in `ast` ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 22:14:17.310 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 19 22:14:17.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 22:14:17.310 INFO kablam! | | Sep 19 22:14:17.310 INFO kablam! | no `AngleBracketedParameterData` in `ast` Sep 19 22:14:17.310 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 19 22:14:17.310 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^ no `TyParamBounds` in `ast` Sep 19 22:14:17.310 INFO kablam! | | Sep 19 22:14:17.310 INFO kablam! | no `LifetimeDef` in `ast`. Did you mean to use `Lifetime`? Sep 19 22:14:17.310 INFO kablam! Sep 19 22:14:17.310 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 22:14:17.310 INFO kablam! --> src/lib.in.rs:14:13 Sep 19 22:14:17.310 INFO kablam! | Sep 19 22:14:17.310 INFO kablam! 14 | use syntax::codemap::{Span, Spanned, respan, DUMMY_SP}; Sep 19 22:14:17.310 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 22:14:17.310 INFO kablam! Sep 19 22:14:17.310 INFO kablam! error[E0432]: unresolved import `syntax::parse::common` Sep 19 22:14:17.310 INFO kablam! --> src/lib.in.rs:18:20 Sep 19 22:14:17.311 INFO kablam! | Sep 19 22:14:17.311 INFO kablam! 18 | use syntax::parse::common::SeqSep; Sep 19 22:14:17.311 INFO kablam! | ^^^^^^ Could not find `common` in `parse` Sep 19 22:14:17.311 INFO kablam! Sep 19 22:14:17.311 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 22:14:17.311 INFO kablam! --> src/lib.in.rs:24:19 Sep 19 22:14:17.311 INFO kablam! | Sep 19 22:14:17.311 INFO kablam! 24 | use syntax::util::small_vector::SmallVector; Sep 19 22:14:17.311 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 22:14:17.311 INFO kablam! Sep 19 22:14:17.311 INFO kablam! error[E0432]: unresolved import `syntax::util::ThinVec` Sep 19 22:14:17.311 INFO kablam! --> src/lib.in.rs:25:5 Sep 19 22:14:17.311 INFO kablam! | Sep 19 22:14:17.311 INFO kablam! 25 | use syntax::util::ThinVec; Sep 19 22:14:17.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util` Sep 19 22:14:17.311 INFO kablam! Sep 19 22:14:17.499 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 22:14:17.499 INFO kablam! --> src/lib.in.rs:69:9 Sep 19 22:14:17.499 INFO kablam! | Sep 19 22:14:17.499 INFO kablam! 69 | token::Ident(id) if id.name == keywords::SelfValue.name() => { Sep 19 22:14:17.499 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 22:14:17.499 INFO kablam! Sep 19 22:14:17.583 INFO kablam! error[E0624]: method `diagnostic` is private Sep 19 22:14:17.583 INFO kablam! --> src/lib.in.rs:75:34 Sep 19 22:14:17.583 INFO kablam! | Sep 19 22:14:17.583 INFO kablam! 75 | Err(_) => Err(parser.diagnostic().struct_span_err( Sep 19 22:14:17.583 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:17.583 INFO kablam! Sep 19 22:14:17.588 INFO kablam! error[E0624]: method `diagnostic` is private Sep 19 22:14:17.588 INFO kablam! --> src/lib.in.rs:100:24 Sep 19 22:14:17.588 INFO kablam! | Sep 19 22:14:17.588 INFO kablam! 100 | parser.diagnostic().struct_span_err(sp, "Trait definition expected"))?; Sep 19 22:14:17.588 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:17.588 INFO kablam! Sep 19 22:14:17.594 INFO kablam! error[E0277]: the size for values of type `[TraitDesc]` cannot be known at compilation time Sep 19 22:14:17.595 INFO kablam! --> src/lib.in.rs:110:22 Sep 19 22:14:17.595 INFO kablam! | Sep 19 22:14:17.595 INFO kablam! 110 | let (mock_ident, trait_items) = match parse_macro_args(&mut parser) { Sep 19 22:14:17.595 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:14:17.595 INFO kablam! | Sep 19 22:14:17.595 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[TraitDesc]` Sep 19 22:14:17.595 INFO kablam! = note: to learn more, visit Sep 19 22:14:17.595 INFO kablam! = note: all local variables must have a statically known size Sep 19 22:14:17.595 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 22:14:17.595 INFO kablam! Sep 19 22:14:17.654 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 22:14:17.658 INFO kablam! --> src/lib.in.rs:238:20 Sep 19 22:14:17.659 INFO kablam! | Sep 19 22:14:17.659 INFO kablam! 238 | cx.typarambound(cx.path_global(sp, vec![cx.ident_of("std"), Sep 19 22:14:17.659 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:14:17.659 INFO kablam! Sep 19 22:14:17.663 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 19 22:14:17.663 INFO kablam! --> src/lib.in.rs:242:13 Sep 19 22:14:17.664 INFO kablam! | Sep 19 22:14:17.664 INFO kablam! 242 | GenericParam::Type(cx.typaram(sp, param, vec![], bounds, None)) Sep 19 22:14:17.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 22:14:17.665 INFO kablam! Sep 19 22:14:17.667 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 22:14:17.667 INFO kablam! --> src/lib.in.rs:247:37 Sep 19 22:14:17.667 INFO kablam! | Sep 19 22:14:17.668 INFO kablam! 247 | let struct_type = cx.ty_path(cx.path_all( Sep 19 22:14:17.668 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 19 22:14:17.668 INFO kablam! Sep 19 22:14:17.675 INFO kablam! error[E0609]: no field `unsafety` on type `&syntax::ast::MethodSig` Sep 19 22:14:17.675 INFO kablam! --> src/lib.in.rs:260:28 Sep 19 22:14:17.676 INFO kablam! | Sep 19 22:14:17.676 INFO kablam! 260 | if sig.unsafety != Unsafety::Normal { Sep 19 22:14:17.676 INFO kablam! | ^^^^^^^^ Sep 19 22:14:17.676 INFO kablam! Sep 19 22:14:17.679 INFO kablam! error[E0609]: no field `constness` on type `&syntax::ast::MethodSig` Sep 19 22:14:17.679 INFO kablam! --> src/lib.in.rs:264:28 Sep 19 22:14:17.679 INFO kablam! | Sep 19 22:14:17.680 INFO kablam! 264 | if sig.constness.node != Constness::NotConst { Sep 19 22:14:17.680 INFO kablam! | ^^^^^^^^^ Sep 19 22:14:17.680 INFO kablam! Sep 19 22:14:17.683 INFO kablam! error[E0609]: no field `abi` on type `&syntax::ast::MethodSig` Sep 19 22:14:17.683 INFO kablam! --> src/lib.in.rs:268:28 Sep 19 22:14:17.683 INFO kablam! | Sep 19 22:14:17.684 INFO kablam! 268 | if sig.abi != Abi::Rust { Sep 19 22:14:17.684 INFO kablam! | ^^^ Sep 19 22:14:17.684 INFO kablam! Sep 19 22:14:17.737 INFO kablam! error[E0609]: no field `parameters` on type `&mut syntax::ast::PathSegment` Sep 19 22:14:17.737 INFO kablam! --> src/lib.in.rs:364:44 Sep 19 22:14:17.738 INFO kablam! | Sep 19 22:14:17.738 INFO kablam! 364 | p.segments.last_mut().unwrap().parameters = Sep 19 22:14:17.738 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:17.739 INFO kablam! Sep 19 22:14:17.762 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 22:14:17.762 INFO kablam! --> src/lib.in.rs:510:33 Sep 19 22:14:17.763 INFO kablam! | Sep 19 22:14:17.763 INFO kablam! 510 | let match_arg_path = cx.path_all( Sep 19 22:14:17.764 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 19 22:14:17.764 INFO kablam! Sep 19 22:14:17.771 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 22:14:17.772 INFO kablam! --> src/lib.in.rs:518:50 Sep 19 22:14:17.772 INFO kablam! | Sep 19 22:14:17.773 INFO kablam! 518 | cx.typarambound(match_arg_path), Sep 19 22:14:17.773 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:14:17.773 INFO kablam! Sep 19 22:14:17.777 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 22:14:17.778 INFO kablam! --> src/lib.in.rs:533:23 Sep 19 22:14:17.778 INFO kablam! | Sep 19 22:14:17.779 INFO kablam! 533 | let ret_type = cx.path_all( Sep 19 22:14:17.779 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 19 22:14:17.779 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 19 22:14:17.780 INFO kablam! --> src/lib.in.rs:5:13 Sep 19 22:14:17.780 INFO kablam! | Sep 19 22:14:17.780 INFO kablam! 5 | use syntax::abi::Abi; Sep 19 22:14:17.783 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 19 22:14:17.784 INFO kablam! Sep 19 22:14:17.784 INFO kablam! Sep 19 22:14:17.784 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 19 22:14:17.784 INFO kablam! --> src/lib.in.rs:9:58 Sep 19 22:14:17.784 INFO kablam! | Sep 19 22:14:17.784 INFO kablam! 9 | VisibilityKind, ImplItemKind, Arg, Ty, TyParam, Path, PathSegment, Sep 19 22:14:17.784 INFO kablam! | ^^^^^^^ no `TyParam` in `ast` Sep 19 22:14:17.784 INFO kablam! 10 | TyParamBound, Defaultness, MetaItem, TraitRef, TypeBinding, PathParameters, Sep 19 22:14:17.785 INFO kablam! | ^^^^^^^^^^^^ no `TyParamBound` in `ast` ^^^^^^^^^^^^^^ no `PathParameters` in `ast` Sep 19 22:14:17.785 INFO kablam! 11 | AngleBracketedParameterData, ParenthesizedParameterData, TraitBoundModifier, Sep 19 22:14:17.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ParenthesizedParameterData` in `ast` Sep 19 22:14:17.785 INFO kablam! | | Sep 19 22:14:17.785 INFO kablam! | no `AngleBracketedParameterData` in `ast` Sep 19 22:14:17.785 INFO kablam! 12 | QSelf, MutTy, BareFnTy, Lifetime, LifetimeDef, TyParamBounds, GenericParam, Sep 19 22:14:17.785 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^^^ no `TyParamBounds` in `ast` Sep 19 22:14:17.785 INFO kablam! | | Sep 19 22:14:17.785 INFO kablam! | no `LifetimeDef` in `ast`. Did you mean to use `Lifetime`? Sep 19 22:14:17.785 INFO kablam! Sep 19 22:14:17.785 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 22:14:17.785 INFO kablam! --> src/lib.in.rs:14:13 Sep 19 22:14:17.785 INFO kablam! | Sep 19 22:14:17.786 INFO kablam! 14 | use syntax::codemap::{Span, Spanned, respan, DUMMY_SP}; Sep 19 22:14:17.786 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 22:14:17.786 INFO kablam! Sep 19 22:14:17.786 INFO kablam! error[E0432]: unresolved import `syntax::parse::common` Sep 19 22:14:17.786 INFO kablam! --> src/lib.in.rs:18:20 Sep 19 22:14:17.787 INFO kablam! | Sep 19 22:14:17.787 INFO kablam! 18 | use syntax::parse::common::SeqSep; Sep 19 22:14:17.787 INFO kablam! | ^^^^^^ Could not find `common` in `parse` Sep 19 22:14:17.787 INFO kablam! Sep 19 22:14:17.787 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 22:14:17.787 INFO kablam! --> src/lib.in.rs:24:19 Sep 19 22:14:17.787 INFO kablam! | Sep 19 22:14:17.788 INFO kablam! 24 | use syntax::util::small_vector::SmallVector; Sep 19 22:14:17.788 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 22:14:17.788 INFO kablam! Sep 19 22:14:17.788 INFO kablam! error[E0432]: unresolved import `syntax::util::ThinVec` Sep 19 22:14:17.788 INFO kablam! --> src/lib.in.rs:25:5 Sep 19 22:14:17.788 INFO kablam! | Sep 19 22:14:17.789 INFO kablam! 25 | use syntax::util::ThinVec; Sep 19 22:14:17.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ no `ThinVec` in `util` Sep 19 22:14:17.789 INFO kablam! Sep 19 22:14:17.797 INFO kablam! error[E0599]: no associated item named `Lifetime` found for type `syntax::ast::GenericParam` in the current scope Sep 19 22:14:17.797 INFO kablam! --> src/lib.in.rs:554:41 Sep 19 22:14:17.797 INFO kablam! | Sep 19 22:14:17.797 INFO kablam! 554 | params.extend(arg_lifetime_defs.map(GenericParam::Lifetime)); Sep 19 22:14:17.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 22:14:17.797 INFO kablam! Sep 19 22:14:17.804 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 19 22:14:17.804 INFO kablam! --> src/lib.in.rs:555:53 Sep 19 22:14:17.804 INFO kablam! | Sep 19 22:14:17.804 INFO kablam! 555 | params.extend(arg_matcher_types.into_iter().map(GenericParam::Type)); Sep 19 22:14:17.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 22:14:17.804 INFO kablam! Sep 19 22:14:17.807 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 19 22:14:17.807 INFO kablam! --> src/lib.in.rs:574:9 Sep 19 22:14:17.807 INFO kablam! | Sep 19 22:14:17.807 INFO kablam! 574 | unsafety: Unsafety::Normal, Sep 19 22:14:17.807 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.807 INFO kablam! | Sep 19 22:14:17.807 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.807 INFO kablam! Sep 19 22:14:17.808 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 19 22:14:17.808 INFO kablam! --> src/lib.in.rs:575:9 Sep 19 22:14:17.808 INFO kablam! | Sep 19 22:14:17.808 INFO kablam! 575 | constness: respan(sp, Constness::NotConst), Sep 19 22:14:17.808 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.808 INFO kablam! | Sep 19 22:14:17.808 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.808 INFO kablam! Sep 19 22:14:17.809 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 19 22:14:17.809 INFO kablam! --> src/lib.in.rs:576:9 Sep 19 22:14:17.809 INFO kablam! | Sep 19 22:14:17.809 INFO kablam! 576 | abi: Abi::Rust, Sep 19 22:14:17.809 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.809 INFO kablam! | Sep 19 22:14:17.809 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.809 INFO kablam! Sep 19 22:14:17.813 INFO kablam! error[E0308]: mismatched types Sep 19 22:14:17.813 INFO kablam! --> src/lib.in.rs:630:38 Sep 19 22:14:17.814 INFO kablam! | Sep 19 22:14:17.814 INFO kablam! 630 | if let PatKind::Ident(_, SpannedIdent {node: ident, ..}, _) = i.pat.node { Sep 19 22:14:17.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 22:14:17.814 INFO kablam! | Sep 19 22:14:17.814 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 22:14:17.814 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 22:14:17.814 INFO kablam! Sep 19 22:14:17.821 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 22:14:17.821 INFO kablam! --> src/lib.in.rs:644:23 Sep 19 22:14:17.821 INFO kablam! | Sep 19 22:14:17.821 INFO kablam! 644 | spanned_ident.node Sep 19 22:14:17.821 INFO kablam! | ^^^^ unknown field Sep 19 22:14:17.821 INFO kablam! | Sep 19 22:14:17.821 INFO kablam! = note: available fields are: `name`, `span` Sep 19 22:14:17.821 INFO kablam! Sep 19 22:14:17.832 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 22:14:17.832 INFO kablam! --> src/lib.in.rs:665:26 Sep 19 22:14:17.832 INFO kablam! | Sep 19 22:14:17.832 INFO kablam! 665 | cx.arg(sp, ident.node, a.ty.clone()) Sep 19 22:14:17.832 INFO kablam! | ^^^^ unknown field Sep 19 22:14:17.832 INFO kablam! | Sep 19 22:14:17.832 INFO kablam! = note: available fields are: `name`, `span` Sep 19 22:14:17.832 INFO kablam! Sep 19 22:14:17.833 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 19 22:14:17.833 INFO kablam! --> src/lib.in.rs:669:9 Sep 19 22:14:17.833 INFO kablam! | Sep 19 22:14:17.833 INFO kablam! 669 | unsafety: Unsafety::Normal, Sep 19 22:14:17.833 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.833 INFO kablam! | Sep 19 22:14:17.833 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.834 INFO kablam! Sep 19 22:14:17.834 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 19 22:14:17.834 INFO kablam! --> src/lib.in.rs:670:9 Sep 19 22:14:17.834 INFO kablam! | Sep 19 22:14:17.834 INFO kablam! 670 | constness: respan(sp, Constness::NotConst), Sep 19 22:14:17.834 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.834 INFO kablam! | Sep 19 22:14:17.834 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.835 INFO kablam! Sep 19 22:14:17.835 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 19 22:14:17.835 INFO kablam! --> src/lib.in.rs:671:9 Sep 19 22:14:17.836 INFO kablam! | Sep 19 22:14:17.836 INFO kablam! 671 | abi: Abi::Rust, Sep 19 22:14:17.836 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.836 INFO kablam! | Sep 19 22:14:17.836 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.836 INFO kablam! Sep 19 22:14:17.839 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 22:14:17.839 INFO kablam! --> src/lib.in.rs:732:13 Sep 19 22:14:17.839 INFO kablam! | Sep 19 22:14:17.840 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 19 22:14:17.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 22:14:17.840 INFO kablam! Sep 19 22:14:17.845 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 19 22:14:17.845 INFO kablam! --> src/lib.in.rs:713:52 Sep 19 22:14:17.845 INFO kablam! | Sep 19 22:14:17.845 INFO kablam! 713 | path.segments.first().map(|s| s.identifier.name == "Self").unwrap_or(false) { Sep 19 22:14:17.845 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:17.845 INFO kablam! Sep 19 22:14:17.847 INFO kablam! error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf` Sep 19 22:14:17.847 INFO kablam! --> src/lib.in.rs:719:37 Sep 19 22:14:17.847 INFO kablam! | Sep 19 22:14:17.847 INFO kablam! 719 | let new_qself = QSelf { ty: P(self_ty), Sep 19 22:14:17.847 INFO kablam! | ^^^^^ missing `path_span` Sep 19 22:14:17.847 INFO kablam! Sep 19 22:14:17.849 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:14:17.849 INFO kablam! --> src/lib.in.rs:732:46 Sep 19 22:14:17.850 INFO kablam! | Sep 19 22:14:17.850 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 19 22:14:17.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:14:17.850 INFO kablam! Sep 19 22:14:17.856 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:14:17.856 INFO kablam! --> src/lib.in.rs:761:22 Sep 19 22:14:17.856 INFO kablam! | Sep 19 22:14:17.856 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 19 22:14:17.856 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:17.856 INFO kablam! | Sep 19 22:14:17.856 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:17.856 INFO kablam! Sep 19 22:14:17.858 INFO kablam! error[E0609]: no field `parameters` on type `&syntax::ast::PathSegment` Sep 19 22:14:17.858 INFO kablam! --> src/lib.in.rs:761:42 Sep 19 22:14:17.858 INFO kablam! | Sep 19 22:14:17.858 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 19 22:14:17.858 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:17.858 INFO kablam! Sep 19 22:14:17.866 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:14:17.866 INFO kablam! --> src/lib.in.rs:795:9 Sep 19 22:14:17.866 INFO kablam! | Sep 19 22:14:17.866 INFO kablam! 795 | span: span, Sep 19 22:14:17.866 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:17.866 INFO kablam! | Sep 19 22:14:17.866 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:17.867 INFO kablam! Sep 19 22:14:17.867 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:14:17.867 INFO kablam! --> src/lib.in.rs:796:9 Sep 19 22:14:17.867 INFO kablam! | Sep 19 22:14:17.867 INFO kablam! 796 | identifier: ident, Sep 19 22:14:17.867 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:17.868 INFO kablam! | Sep 19 22:14:17.868 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:17.868 INFO kablam! Sep 19 22:14:17.868 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:14:17.868 INFO kablam! --> src/lib.in.rs:797:9 Sep 19 22:14:17.868 INFO kablam! | Sep 19 22:14:17.868 INFO kablam! 797 | parameters: None, Sep 19 22:14:17.869 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:17.869 INFO kablam! | Sep 19 22:14:17.869 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:17.869 INFO kablam! Sep 19 22:14:17.876 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 19 22:14:17.876 INFO kablam! --> src/lib.in.rs:807:20 Sep 19 22:14:17.876 INFO kablam! | Sep 19 22:14:17.876 INFO kablam! 807 | cx.name_of(name).to_ident() Sep 19 22:14:17.876 INFO kablam! | ^^^^^^^^ Sep 19 22:14:17.876 INFO kablam! Sep 19 22:14:17.882 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 19 22:14:17.883 INFO kablam! --> src/lib.in.rs:811:20 Sep 19 22:14:17.883 INFO kablam! | Sep 19 22:14:17.883 INFO kablam! 811 | cx.name_of(name).to_ident() Sep 19 22:14:17.883 INFO kablam! | ^^^^^^^^ Sep 19 22:14:17.883 INFO kablam! Sep 19 22:14:17.888 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 19 22:14:17.888 INFO kablam! --> src/lib.in.rs:846:9 Sep 19 22:14:17.888 INFO kablam! | Sep 19 22:14:17.888 INFO kablam! 846 | unsafety: Unsafety::Normal, Sep 19 22:14:17.888 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.888 INFO kablam! | Sep 19 22:14:17.888 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.889 INFO kablam! Sep 19 22:14:17.889 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 19 22:14:17.889 INFO kablam! --> src/lib.in.rs:847:9 Sep 19 22:14:17.889 INFO kablam! | Sep 19 22:14:17.889 INFO kablam! 847 | constness: respan(DUMMY_SP, Constness::NotConst), Sep 19 22:14:17.889 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.890 INFO kablam! | Sep 19 22:14:17.890 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.890 INFO kablam! Sep 19 22:14:17.890 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 19 22:14:17.890 INFO kablam! --> src/lib.in.rs:848:9 Sep 19 22:14:17.891 INFO kablam! | Sep 19 22:14:17.891 INFO kablam! 848 | abi: Abi::Rust, Sep 19 22:14:17.891 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:17.891 INFO kablam! | Sep 19 22:14:17.891 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:17.892 INFO kablam! Sep 19 22:14:17.904 INFO kablam! error: aborting due to 45 previous errors Sep 19 22:14:17.904 INFO kablam! Sep 19 22:14:17.904 INFO kablam! Some errors occurred: E0023, E0061, E0063, E0277, E0308, E0432, E0560, E0599, E0609... Sep 19 22:14:17.904 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 22:14:17.913 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 22:14:17.913 INFO kablam! --> src/lib.in.rs:69:9 Sep 19 22:14:17.913 INFO kablam! | Sep 19 22:14:17.913 INFO kablam! 69 | token::Ident(id) if id.name == keywords::SelfValue.name() => { Sep 19 22:14:17.913 INFO kablam! | ^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 22:14:17.913 INFO kablam! Sep 19 22:14:17.927 INFO kablam! error: Could not compile `mockers_codegen`. Sep 19 22:14:17.927 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:14:17.999 INFO kablam! error[E0624]: method `diagnostic` is private Sep 19 22:14:18.000 INFO kablam! --> src/lib.in.rs:75:34 Sep 19 22:14:18.000 INFO kablam! | Sep 19 22:14:18.000 INFO kablam! 75 | Err(_) => Err(parser.diagnostic().struct_span_err( Sep 19 22:14:18.000 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:18.000 INFO kablam! Sep 19 22:14:18.008 INFO kablam! error[E0624]: method `diagnostic` is private Sep 19 22:14:18.008 INFO kablam! --> src/lib.in.rs:100:24 Sep 19 22:14:18.008 INFO kablam! | Sep 19 22:14:18.009 INFO kablam! 100 | parser.diagnostic().struct_span_err(sp, "Trait definition expected"))?; Sep 19 22:14:18.009 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:18.009 INFO kablam! Sep 19 22:14:18.014 INFO kablam! error[E0277]: the size for values of type `[TraitDesc]` cannot be known at compilation time Sep 19 22:14:18.014 INFO kablam! --> src/lib.in.rs:110:22 Sep 19 22:14:18.014 INFO kablam! | Sep 19 22:14:18.014 INFO kablam! 110 | let (mock_ident, trait_items) = match parse_macro_args(&mut parser) { Sep 19 22:14:18.014 INFO kablam! | ^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:14:18.014 INFO kablam! | Sep 19 22:14:18.014 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `[TraitDesc]` Sep 19 22:14:18.015 INFO kablam! = note: to learn more, visit Sep 19 22:14:18.015 INFO kablam! = note: all local variables must have a statically known size Sep 19 22:14:18.016 INFO kablam! = help: unsized locals are gated as an unstable feature Sep 19 22:14:18.016 INFO kablam! Sep 19 22:14:18.086 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 22:14:18.087 INFO kablam! --> src/lib.in.rs:238:20 Sep 19 22:14:18.087 INFO kablam! | Sep 19 22:14:18.087 INFO kablam! 238 | cx.typarambound(cx.path_global(sp, vec![cx.ident_of("std"), Sep 19 22:14:18.087 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:14:18.087 INFO kablam! Sep 19 22:14:18.092 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 19 22:14:18.092 INFO kablam! --> src/lib.in.rs:242:13 Sep 19 22:14:18.092 INFO kablam! | Sep 19 22:14:18.092 INFO kablam! 242 | GenericParam::Type(cx.typaram(sp, param, vec![], bounds, None)) Sep 19 22:14:18.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 22:14:18.098 INFO kablam! Sep 19 22:14:18.098 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 22:14:18.098 INFO kablam! --> src/lib.in.rs:247:37 Sep 19 22:14:18.098 INFO kablam! | Sep 19 22:14:18.098 INFO kablam! 247 | let struct_type = cx.ty_path(cx.path_all( Sep 19 22:14:18.098 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 19 22:14:18.098 INFO kablam! Sep 19 22:14:18.099 INFO kablam! error[E0609]: no field `unsafety` on type `&syntax::ast::MethodSig` Sep 19 22:14:18.100 INFO kablam! --> src/lib.in.rs:260:28 Sep 19 22:14:18.100 INFO kablam! | Sep 19 22:14:18.100 INFO kablam! 260 | if sig.unsafety != Unsafety::Normal { Sep 19 22:14:18.101 INFO kablam! | ^^^^^^^^ Sep 19 22:14:18.101 INFO kablam! Sep 19 22:14:18.101 INFO kablam! error[E0609]: no field `constness` on type `&syntax::ast::MethodSig` Sep 19 22:14:18.102 INFO kablam! --> src/lib.in.rs:264:28 Sep 19 22:14:18.102 INFO kablam! | Sep 19 22:14:18.102 INFO kablam! 264 | if sig.constness.node != Constness::NotConst { Sep 19 22:14:18.103 INFO kablam! | ^^^^^^^^^ Sep 19 22:14:18.103 INFO kablam! Sep 19 22:14:18.103 INFO kablam! error[E0609]: no field `abi` on type `&syntax::ast::MethodSig` Sep 19 22:14:18.104 INFO kablam! --> src/lib.in.rs:268:28 Sep 19 22:14:18.104 INFO kablam! | Sep 19 22:14:18.105 INFO kablam! 268 | if sig.abi != Abi::Rust { Sep 19 22:14:18.105 INFO kablam! | ^^^ Sep 19 22:14:18.105 INFO kablam! Sep 19 22:14:18.160 INFO kablam! error[E0609]: no field `parameters` on type `&mut syntax::ast::PathSegment` Sep 19 22:14:18.160 INFO kablam! --> src/lib.in.rs:364:44 Sep 19 22:14:18.161 INFO kablam! | Sep 19 22:14:18.161 INFO kablam! 364 | p.segments.last_mut().unwrap().parameters = Sep 19 22:14:18.161 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:18.161 INFO kablam! Sep 19 22:14:18.186 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 22:14:18.187 INFO kablam! --> src/lib.in.rs:510:33 Sep 19 22:14:18.187 INFO kablam! | Sep 19 22:14:18.187 INFO kablam! 510 | let match_arg_path = cx.path_all( Sep 19 22:14:18.187 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 19 22:14:18.187 INFO kablam! Sep 19 22:14:18.192 INFO kablam! error[E0599]: no method named `typarambound` found for type `&mut syntax::ext::base::ExtCtxt<'_>` in the current scope Sep 19 22:14:18.193 INFO kablam! --> src/lib.in.rs:518:50 Sep 19 22:14:18.193 INFO kablam! | Sep 19 22:14:18.193 INFO kablam! 518 | cx.typarambound(match_arg_path), Sep 19 22:14:18.193 INFO kablam! | ^^^^^^^^^^^^ Sep 19 22:14:18.193 INFO kablam! Sep 19 22:14:18.197 INFO kablam! error[E0061]: this function takes 5 parameters but 6 parameters were supplied Sep 19 22:14:18.197 INFO kablam! --> src/lib.in.rs:533:23 Sep 19 22:14:18.197 INFO kablam! | Sep 19 22:14:18.197 INFO kablam! 533 | let ret_type = cx.path_all( Sep 19 22:14:18.197 INFO kablam! | ^^^^^^^^ expected 5 parameters Sep 19 22:14:18.198 INFO kablam! Sep 19 22:14:18.208 INFO kablam! error[E0599]: no associated item named `Lifetime` found for type `syntax::ast::GenericParam` in the current scope Sep 19 22:14:18.208 INFO kablam! --> src/lib.in.rs:554:41 Sep 19 22:14:18.208 INFO kablam! | Sep 19 22:14:18.208 INFO kablam! 554 | params.extend(arg_lifetime_defs.map(GenericParam::Lifetime)); Sep 19 22:14:18.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 22:14:18.208 INFO kablam! Sep 19 22:14:18.215 INFO kablam! error[E0599]: no associated item named `Type` found for type `syntax::ast::GenericParam` in the current scope Sep 19 22:14:18.215 INFO kablam! --> src/lib.in.rs:555:53 Sep 19 22:14:18.216 INFO kablam! | Sep 19 22:14:18.216 INFO kablam! 555 | params.extend(arg_matcher_types.into_iter().map(GenericParam::Type)); Sep 19 22:14:18.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::ast::GenericParam` Sep 19 22:14:18.216 INFO kablam! Sep 19 22:14:18.219 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 19 22:14:18.219 INFO kablam! --> src/lib.in.rs:574:9 Sep 19 22:14:18.219 INFO kablam! | Sep 19 22:14:18.219 INFO kablam! 574 | unsafety: Unsafety::Normal, Sep 19 22:14:18.220 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.220 INFO kablam! | Sep 19 22:14:18.220 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.220 INFO kablam! Sep 19 22:14:18.221 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 19 22:14:18.221 INFO kablam! --> src/lib.in.rs:575:9 Sep 19 22:14:18.221 INFO kablam! | Sep 19 22:14:18.222 INFO kablam! 575 | constness: respan(sp, Constness::NotConst), Sep 19 22:14:18.222 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.222 INFO kablam! | Sep 19 22:14:18.222 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.223 INFO kablam! Sep 19 22:14:18.223 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 19 22:14:18.228 INFO kablam! --> src/lib.in.rs:576:9 Sep 19 22:14:18.228 INFO kablam! | Sep 19 22:14:18.228 INFO kablam! 576 | abi: Abi::Rust, Sep 19 22:14:18.228 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.228 INFO kablam! | Sep 19 22:14:18.228 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.228 INFO kablam! Sep 19 22:14:18.228 INFO kablam! error[E0308]: mismatched types Sep 19 22:14:18.228 INFO kablam! --> src/lib.in.rs:630:38 Sep 19 22:14:18.229 INFO kablam! | Sep 19 22:14:18.229 INFO kablam! 630 | if let PatKind::Ident(_, SpannedIdent {node: ident, ..}, _) = i.pat.node { Sep 19 22:14:18.229 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `syntax::ast::Ident`, found struct `syntax::source_map::Spanned` Sep 19 22:14:18.229 INFO kablam! | Sep 19 22:14:18.230 INFO kablam! = note: expected type `syntax::ast::Ident` Sep 19 22:14:18.230 INFO kablam! found type `syntax::source_map::Spanned` Sep 19 22:14:18.230 INFO kablam! Sep 19 22:14:18.236 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 22:14:18.236 INFO kablam! --> src/lib.in.rs:644:23 Sep 19 22:14:18.236 INFO kablam! | Sep 19 22:14:18.237 INFO kablam! 644 | spanned_ident.node Sep 19 22:14:18.237 INFO kablam! | ^^^^ unknown field Sep 19 22:14:18.237 INFO kablam! | Sep 19 22:14:18.238 INFO kablam! = note: available fields are: `name`, `span` Sep 19 22:14:18.238 INFO kablam! Sep 19 22:14:18.248 INFO kablam! error[E0609]: no field `node` on type `syntax::ast::Ident` Sep 19 22:14:18.249 INFO kablam! --> src/lib.in.rs:665:26 Sep 19 22:14:18.249 INFO kablam! | Sep 19 22:14:18.249 INFO kablam! 665 | cx.arg(sp, ident.node, a.ty.clone()) Sep 19 22:14:18.249 INFO kablam! | ^^^^ unknown field Sep 19 22:14:18.250 INFO kablam! | Sep 19 22:14:18.250 INFO kablam! = note: available fields are: `name`, `span` Sep 19 22:14:18.250 INFO kablam! Sep 19 22:14:18.252 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 19 22:14:18.252 INFO kablam! --> src/lib.in.rs:669:9 Sep 19 22:14:18.252 INFO kablam! | Sep 19 22:14:18.252 INFO kablam! 669 | unsafety: Unsafety::Normal, Sep 19 22:14:18.253 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.253 INFO kablam! | Sep 19 22:14:18.253 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.253 INFO kablam! Sep 19 22:14:18.254 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 19 22:14:18.254 INFO kablam! --> src/lib.in.rs:670:9 Sep 19 22:14:18.254 INFO kablam! | Sep 19 22:14:18.255 INFO kablam! 670 | constness: respan(sp, Constness::NotConst), Sep 19 22:14:18.255 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.255 INFO kablam! | Sep 19 22:14:18.256 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.256 INFO kablam! Sep 19 22:14:18.256 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 19 22:14:18.256 INFO kablam! --> src/lib.in.rs:671:9 Sep 19 22:14:18.256 INFO kablam! | Sep 19 22:14:18.256 INFO kablam! 671 | abi: Abi::Rust, Sep 19 22:14:18.256 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.256 INFO kablam! | Sep 19 22:14:18.259 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.260 INFO kablam! Sep 19 22:14:18.260 INFO kablam! error[E0023]: this pattern has 1 field, but the corresponding tuple variant has 2 fields Sep 19 22:14:18.260 INFO kablam! --> src/lib.in.rs:732:13 Sep 19 22:14:18.260 INFO kablam! | Sep 19 22:14:18.260 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 19 22:14:18.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 fields, found 1 Sep 19 22:14:18.261 INFO kablam! Sep 19 22:14:18.266 INFO kablam! error[E0609]: no field `identifier` on type `&syntax::ast::PathSegment` Sep 19 22:14:18.266 INFO kablam! --> src/lib.in.rs:713:52 Sep 19 22:14:18.266 INFO kablam! | Sep 19 22:14:18.267 INFO kablam! 713 | path.segments.first().map(|s| s.identifier.name == "Self").unwrap_or(false) { Sep 19 22:14:18.267 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:18.267 INFO kablam! Sep 19 22:14:18.269 INFO kablam! error[E0063]: missing field `path_span` in initializer of `syntax::ast::QSelf` Sep 19 22:14:18.269 INFO kablam! --> src/lib.in.rs:719:37 Sep 19 22:14:18.269 INFO kablam! | Sep 19 22:14:18.269 INFO kablam! 719 | let new_qself = QSelf { ty: P(self_ty), Sep 19 22:14:18.270 INFO kablam! | ^^^^^ missing `path_span` Sep 19 22:14:18.270 INFO kablam! Sep 19 22:14:18.272 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 19 22:14:18.272 INFO kablam! --> src/lib.in.rs:732:46 Sep 19 22:14:18.272 INFO kablam! | Sep 19 22:14:18.272 INFO kablam! 732 | TyKind::ImplTrait(ref bounds) => TyKind::ImplTrait(bounds.clone()), Sep 19 22:14:18.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 19 22:14:18.273 INFO kablam! Sep 19 22:14:18.279 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:14:18.279 INFO kablam! --> src/lib.in.rs:761:22 Sep 19 22:14:18.279 INFO kablam! | Sep 19 22:14:18.279 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 19 22:14:18.280 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:18.280 INFO kablam! | Sep 19 22:14:18.280 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:18.280 INFO kablam! Sep 19 22:14:18.282 INFO kablam! error[E0609]: no field `parameters` on type `&syntax::ast::PathSegment` Sep 19 22:14:18.282 INFO kablam! --> src/lib.in.rs:761:42 Sep 19 22:14:18.283 INFO kablam! | Sep 19 22:14:18.283 INFO kablam! 761 | parameters: segment.parameters.as_ref().map(|params| { Sep 19 22:14:18.283 INFO kablam! | ^^^^^^^^^^ Sep 19 22:14:18.283 INFO kablam! Sep 19 22:14:18.292 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `span` Sep 19 22:14:18.292 INFO kablam! --> src/lib.in.rs:795:9 Sep 19 22:14:18.292 INFO kablam! | Sep 19 22:14:18.293 INFO kablam! 795 | span: span, Sep 19 22:14:18.293 INFO kablam! | ^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:18.293 INFO kablam! | Sep 19 22:14:18.293 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:18.294 INFO kablam! Sep 19 22:14:18.294 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `identifier` Sep 19 22:14:18.294 INFO kablam! --> src/lib.in.rs:796:9 Sep 19 22:14:18.294 INFO kablam! | Sep 19 22:14:18.295 INFO kablam! 796 | identifier: ident, Sep 19 22:14:18.295 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:18.295 INFO kablam! | Sep 19 22:14:18.295 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:18.295 INFO kablam! Sep 19 22:14:18.298 INFO kablam! error[E0560]: struct `syntax::ast::PathSegment` has no field named `parameters` Sep 19 22:14:18.298 INFO kablam! --> src/lib.in.rs:797:9 Sep 19 22:14:18.299 INFO kablam! | Sep 19 22:14:18.299 INFO kablam! 797 | parameters: None, Sep 19 22:14:18.299 INFO kablam! | ^^^^^^^^^^ `syntax::ast::PathSegment` does not have this field Sep 19 22:14:18.299 INFO kablam! | Sep 19 22:14:18.299 INFO kablam! = note: available fields are: `ident`, `args` Sep 19 22:14:18.299 INFO kablam! Sep 19 22:14:18.306 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 19 22:14:18.307 INFO kablam! --> src/lib.in.rs:807:20 Sep 19 22:14:18.307 INFO kablam! | Sep 19 22:14:18.307 INFO kablam! 807 | cx.name_of(name).to_ident() Sep 19 22:14:18.307 INFO kablam! | ^^^^^^^^ Sep 19 22:14:18.307 INFO kablam! Sep 19 22:14:18.314 INFO kablam! error[E0599]: no method named `to_ident` found for type `syntax::ast::Symbol` in the current scope Sep 19 22:14:18.314 INFO kablam! --> src/lib.in.rs:811:20 Sep 19 22:14:18.314 INFO kablam! | Sep 19 22:14:18.314 INFO kablam! 811 | cx.name_of(name).to_ident() Sep 19 22:14:18.314 INFO kablam! | ^^^^^^^^ Sep 19 22:14:18.314 INFO kablam! Sep 19 22:14:18.314 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `unsafety` Sep 19 22:14:18.314 INFO kablam! --> src/lib.in.rs:846:9 Sep 19 22:14:18.314 INFO kablam! | Sep 19 22:14:18.314 INFO kablam! 846 | unsafety: Unsafety::Normal, Sep 19 22:14:18.314 INFO kablam! | ^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.315 INFO kablam! | Sep 19 22:14:18.315 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.315 INFO kablam! Sep 19 22:14:18.315 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `constness` Sep 19 22:14:18.315 INFO kablam! --> src/lib.in.rs:847:9 Sep 19 22:14:18.315 INFO kablam! | Sep 19 22:14:18.315 INFO kablam! 847 | constness: respan(DUMMY_SP, Constness::NotConst), Sep 19 22:14:18.316 INFO kablam! | ^^^^^^^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.316 INFO kablam! | Sep 19 22:14:18.316 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.316 INFO kablam! Sep 19 22:14:18.322 INFO kablam! error[E0560]: struct `syntax::ast::MethodSig` has no field named `abi` Sep 19 22:14:18.323 INFO kablam! --> src/lib.in.rs:848:9 Sep 19 22:14:18.323 INFO kablam! | Sep 19 22:14:18.323 INFO kablam! 848 | abi: Abi::Rust, Sep 19 22:14:18.323 INFO kablam! | ^^^ `syntax::ast::MethodSig` does not have this field Sep 19 22:14:18.323 INFO kablam! | Sep 19 22:14:18.323 INFO kablam! = note: available fields are: `header`, `decl` Sep 19 22:14:18.323 INFO kablam! Sep 19 22:14:18.329 INFO kablam! error: aborting due to 45 previous errors Sep 19 22:14:18.329 INFO kablam! Sep 19 22:14:18.329 INFO kablam! Some errors occurred: E0023, E0061, E0063, E0277, E0308, E0432, E0560, E0599, E0609... Sep 19 22:14:18.329 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 22:14:18.347 INFO kablam! error: Could not compile `mockers_codegen`. Sep 19 22:14:18.348 INFO kablam! Sep 19 22:14:18.348 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:14:18.350 INFO kablam! su: No module specific data is present Sep 19 22:14:19.282 INFO running `"docker" "rm" "-f" "1c0e292b45ea59af7dd1be1221fe5373c32d0b72c9395b00f8e4a837151ea3d6"` Sep 19 22:14:19.391 INFO blam! 1c0e292b45ea59af7dd1be1221fe5373c32d0b72c9395b00f8e4a837151ea3d6